summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
Commit message (Collapse)AuthorAgeFilesLines
* python-jsonschema: RDEPENDS on python-importlib-metadataMing Liu2019-11-061-0/+1
| | | | | | | | | | This fixes a following runtime issue: | raise DistributionNotFound(req, requirers) | pkg_resources.DistributionNotFound: The 'importlib_metadata' | distribution was not found and is required by jsonschema Signed-off-by: Ming Liu <liu.ming50@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-more-itertools.inc: fix python2 package not incorrectly generatedHongxu Jia2019-11-061-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The package of python2 is incorrected generated to python3 ... tmp-glibc/work/core2-64-wrs-linux/python-more-itertools/7.2.0-r0$ find image/ image/ image/usr image/usr/lib64 image/usr/lib64/python3.7 image/usr/lib64/python3.7/site-packages image/usr/lib64/python3.7/site-packages/more_itertools image/usr/lib64/python3.7/site-packages/more_itertools/__init__.py image/usr/lib64/python3.7/site-packages/more_itertools/more.py image/usr/lib64/python3.7/site-packages/more_itertools/recipes.py image/usr/lib64/python3.7/site-packages/more_itertools/tests image/usr/lib64/python3.7/site-packages/more_itertools/tests/__init__.py image/usr/lib64/python3.7/site-packages/more_itertools/tests/test_more.py image/usr/lib64/python3.7/site-packages/more_itertools/tests/test_recipes.py image/usr/lib64/python3.7/site-packages/more_itertools/tests/__pycache__ image/usr/lib64/python3.7/site-packages/more_itertools/tests/__pycache__/__init__.cpython-37.pyc image/usr/lib64/python3.7/site-packages/more_itertools/tests/__pycache__/test_more.cpython-37.pyc image/usr/lib64/python3.7/site-packages/more_itertools/tests/__pycache__/test_recipes.cpython-37.pyc image/usr/lib64/python3.7/site-packages/more_itertools/__pycache__ image/usr/lib64/python3.7/site-packages/more_itertools/__pycache__/__init__.cpython-37.pyc image/usr/lib64/python3.7/site-packages/more_itertools/__pycache__/more.cpython-37.pyc image/usr/lib64/python3.7/site-packages/more_itertools/__pycache__/recipes.cpython-37.pyc image/usr/lib64/python3.7/site-packages/more_itertools-7.2.0-py3.7.egg-info image/usr/lib64/python3.7/site-packages/more_itertools-7.2.0-py3.7.egg-info/PKG-INFO image/usr/lib64/python3.7/site-packages/more_itertools-7.2.0-py3.7.egg-info/SOURCES.txt image/usr/lib64/python3.7/site-packages/more_itertools-7.2.0-py3.7.egg-info/dependency_links.txt image/usr/lib64/python3.7/site-packages/more_itertools-7.2.0-py3.7.egg-info/top_level.txt ... Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-pluggy: add python-importlib-metadata to RDEPENDSHongxu Jia2019-11-061-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | $ python3 $ >>> import pluggy Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib64/python2.7/site-packages/pluggy/__init__.py", line 16, in <module> from .manager import PluginManager, PluginValidationError File "/usr/lib64/python2.7/site-packages/pluggy/manager.py", line 11, in <module> import importlib_metadata ImportError: No module named importlib_metadata $ python $ >>> import pluggy Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib64/python2.7/site-packages/pluggy/__init__.py", line 16, in <module> from .manager import PluginManager, PluginValidationError File "/usr/lib64/python2.7/site-packages/pluggy/manager.py", line 11, in <module> import importlib_metadata File "/usr/lib64/python2.7/site-packages/importlib_metadata/__init__.py", line 9, in <module> import zipp File "/usr/lib64/python2.7/site-packages/zipp.py", line 12, in <module> import more_itertools ImportError: No module named more_itertools Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-pymisp: upgrade 2.4.93 -> 2.4.117.2Zang Ruochen2019-11-043-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-pyjwt: upgrade 1.6.4 -> 1.7.1Zang Ruochen2019-11-043-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-pyjks: upgrade 17.1.1 -> 19.0.0Zang Ruochen2019-11-043-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-docutils: Upgrade to 0.15.2Khem Raj2019-11-023-18/+30
| | | | | | | | | - License-Update: Formatting changes due to change in SRC_URI - This is reflected as latest release on PyPI - Add python3 variant - Add python3 variant to meta-python packagegroup Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-pyfirmata: upgrade 1.0.3 -> 1.1.0Zang Ruochen2019-11-013-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-pyexpect: upgrade 1.0.17 -> 1.0.19Zang Ruochen2019-11-013-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-pycryptodome: upgrade 3.4.11 -> 3.9.0Zang Ruochen2019-11-013-3/+3
| | | | | | | -License-Update: Add Apache 2.0 license. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-pybind11: upgrade 2.2.3 -> 2.4.3Zang Ruochen2019-11-013-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-prompt-toolkit: upgrade 2.0.4 -> 2.0.10Zang Ruochen2019-11-013-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-progress: upgrade 1.4 -> 1.5Zang Ruochen2019-11-013-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-pint: upgrade 0.8.1 -> 0.9Zang Ruochen2019-11-013-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-periphery: upgrade 1.1.1 -> 2.0.0Zang Ruochen2019-11-015-10/+10
| | | | | | | -License-Update: Upgrade file PKG-INFO. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-pathlib2: upgrade 2.3.4 -> 2.3.5Zang Ruochen2019-11-013-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-parse: upgrade 1.8.4 -> 1.12.1Zang Ruochen2019-11-013-3/+3
| | | | | | | -License-Update: Copyright year updated to 2019. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-lazy-object-proxy: upgrade 1.3.1 -> 1.4.3Zang Ruochen2019-11-013-3/+5
| | | | | | | | | -License-Update: Copyright year updated to 2019. -Add setuptools_scm native recipe to DEPENDS. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-javaobj-py3: upgrade 0.2.4 -> 0.3.0Zang Ruochen2019-11-013-3/+3
| | | | | | | -License-Update: The old version of the license file was deleted in the new version, so choose another file containing the license information for verification. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-isort: upgrade 4.3.4 -> 4.3.21Zang Ruochen2019-11-013-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-intervals: upgrade 1.5.4 -> 1.10.0Zang Ruochen2019-11-013-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-future: upgrade 0.16.0 -> 0.18.2Zang Ruochen2019-11-013-3/+3
| | | | | | | -License-Update: Copyright year updated to 2019. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-evdev: upgrade 0.7.0 -> 1.2.0Zang Ruochen2019-11-013-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-engineio: upgrade 3.9.3 -> 3.10.0Zang Ruochen2019-11-013-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-dnspython: upgrade 1.15.0 -> 1.16.0Zang Ruochen2019-11-013-3/+3
| | | | | | | -License-Update: Copyright year updated to 2017. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-simplejson: enable native and nativesdkZang Ruochen2019-11-011-0/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pillow: update to 6.2.1Paul Eggleton2019-10-282-11/+9
| | | | | | | | | | | | | | Upstream release notes: https://pillow.readthedocs.io/en/stable/releasenotes/6.2.0.html https://pillow.readthedocs.io/en/stable/releasenotes/6.2.1.html Also fixes CVE-2019-16865: https://nvd.nist.gov/vuln/detail/CVE-2019-16865 Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-daemonize: upgrade 2.4.7 -> 2.5.0Zang Ruochen2019-10-281-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-can: upgrade 2.2.1 -> 3.3.2Zang Ruochen2019-10-283-3/+3
| | | | | | | -License-Update:changed from dos to unix. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-bitarray: upgrade 0.8.3 -> 1.0.1Zang Ruochen2019-10-283-3/+3
| | | | | | | -License-Update: Update PKG-INFO. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Python: ujson: Clarify BSD license variantChristophe PRIOUZEAU2019-10-261-1/+1
| | | | | | | The License of python ujson is BSD-3-Clause. Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Python: pyusb: Clarify BSD license variantChristophe PRIOUZEAU2019-10-261-1/+1
| | | | | | | The License of python pyusb is BSD-3-Clause. Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Python: pyhamcrest: Clarify BSD license variantChristophe PRIOUZEAU2019-10-261-1/+1
| | | | | | | The License of python pyhamcrest is BSD-3-Clause. Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Python: psutil: Clarify BSD license variantChristophe PRIOUZEAU2019-10-261-1/+1
| | | | | | | The License of python psutil is BSD-3-Clause. Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Python: oauthlib: Clarify BSD license variantChristophe PRIOUZEAU2019-10-261-1/+1
| | | | | | | The License of python oauthlib is BSD-3-Clause. Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Python: flask scrypt: Clarify BSD license variantChristophe PRIOUZEAU2019-10-261-1/+1
| | | | | | | The License of python flask scrypt is BSD-3-Clause. Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Python: ndg httpsclient: Clarify BSD license variantChristophe PRIOUZEAU2019-10-261-1/+1
| | | | | | | The License of python ndg httpsclient is BSD-3-Clause. Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Python: jsonpatch: Clarify BSD license variantChristophe PRIOUZEAU2019-10-261-1/+1
| | | | | | | The License of python jsonpatch is BSD-3-Clause. Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Python: flask bcrypt: Clarify BSD license variantChristophe PRIOUZEAU2019-10-261-1/+1
| | | | | | | The License of python flask bcrypt is BSD-3-Clause. Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Python: dnspython: Clarify BSD license variantChristophe PRIOUZEAU2019-10-261-1/+1
| | | | | | | The License of python dnspython is ISC. Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Python: markdown: Clarify BSD license variantChristophe PRIOUZEAU2019-10-261-1/+1
| | | | | | | The License of python markdown is BSD-3-Clause. Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Python: xxhash: Clarify BSD license variantChristophe PRIOUZEAU2019-10-261-1/+1
| | | | | | | The License of python xxhash is BSD-2-Clause. Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Python: jsonpointer: Clarify BSD license variantChristophe PRIOUZEAU2019-10-261-1/+1
| | | | | | | The License of python jsonpointer is BSD-3-Clause. Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Python: flask user: Clarify BSD license variantChristophe PRIOUZEAU2019-10-261-1/+1
| | | | | | | The License of python flask user is BSD-2-Clause. Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Python: babel: Clarify BSD license variantChristophe PRIOUZEAU2019-10-261-1/+1
| | | | | | | The License of python babel is BSD-3-Clause. Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* update python setuptools-scm from 2.1.0 to 3.3.3Michal Lower2019-10-253-2/+2
|
* Python: click: Clarify BSD license variantChristophe PRIOUZEAU2019-10-251-1/+1
| | | | | | | The License of python click is BSD-3-Clause. Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Python: flask wtf: Clarify BSD license variantChristophe PRIOUZEAU2019-10-251-1/+1
| | | | | | | The License of python flask wtf is BSD-3-Clause. Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Python: flask: Clarify BSD license variantChristophe PRIOUZEAU2019-10-251-1/+1
| | | | | | | The License of python flask is BSD-3-Clause. Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Python: pika: Clarify BSD license variantChristophe PRIOUZEAU2019-10-251-1/+1
| | | | | | | The License of python pika is BSD-3-Clause. Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>