summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
AgeCommit message (Collapse)Author
2022-01-12python3-setuptools: do not depend on distutilsTim Orling
No longer depend on python3-distutils, current versions of setuptools vendor as _distutils. [YOCTO #14610] Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-01-12python3-pygobject: setuptools instead of distuilsTim Orling
[YOCTO #14610] Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-01-12python3-pip: inherit setuptools3 not distuils3Tim Orling
[YOCTO #14610] Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-01-12python3-dbus: inherit setuptools3-base not distuilsTim Orling
[YOCTO #14610] Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-01-12python3-cython: DISTUTILS_* -> SETUPTOOLS_*Tim Orling
Refactor to new SETUPTOOLS_* variables [YOCTO #14610] Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-01-11python3-numpy: update 1.21.4 -> 1.22.0Alexander Kanavin
Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-01-05python3-dtschema: upgrade 2021.10 -> 2021.12Otavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-01-05python3-zipp: upgrade 3.6.0 -> 3.7.0Otavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-01-05python3-tomli: upgrade 1.2.2 -> 2.0.0Otavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-01-05python3-ruamel-yaml: upgrade 0.17.17 -> 0.17.19Otavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-01-05python3-pygments: upgrade 2.10.0 -> 2.11.1Otavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-01-05python3-importlib-metadata: upgrade 4.9.0 -> 4.10.0Otavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-01-05python3-hypothesis: upgrade 6.31.4 -> 6.34.1Otavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-01-05python3-cython: upgrade 0.29.25 -> 0.29.26Otavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-01-05python3-attrs: upgrade 21.2.0 -> 21.4.0Otavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-01-05python3-numpy: upgrade 1.21.4 -> 1.21.5wangmy
Changelog: ========== Bugs fixed for this release <https://github.com/numpy/numpy/pull/#####> #20357: MAINT: Do not forward __(deep)copy__ calls of _GenericAlias... #20462: BUG: Fix float16 einsum fastpaths using wrong tempvar #20463: BUG, DIST: Print os error message when the executable not exist #20464: BLD: Verify the ability to compile C++ sources before initiating... #20465: BUG: Force npymath to respect npy_longdouble #20466: BUG: Fix failure to create aligned, empty structured dtype #20467: ENH: provide a convenience function to replace npy_load_module #20495: MAINT: update wheel to version that supports python3.10 #20497: BUG: Clear errors correctly in F2PY conversions #20613: DEV: add a warningfilter to fix pytest workflow. #20618: MAINT: Help boost::python libraries at least not crash Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-01-05python3-dbusmock: upgrade 0.24.1 -> 0.25.0wangmy
Changelog: ======== bluez template: Implement adapter discovery, connect, disconnect, and removal Fix changing array properties Fix CLI upower tests Add testing and Fedora updating through packit Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-12-21python3: backport a fix so the test suite passes with OpenSSL 3.0.1Ross Burton
The test suite makes incorrect assumptions about OpenSSL versions post- 3.0, so backport the fix for the test suite. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-12-21python3-importlib-metadata: upgrade 4.8.2 -> 4.9.0wangmy
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-12-20python3-pyelftools: Depend on debugger, pprintChaitanya Vadrevu
python3-pyelftools uses python3-debugger, python3-pprint. So add dependencies on these packages. Signed-off-by: Chaitanya Vadrevu <chaitanya.vadrevu@ni.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-12-17python3-idna: Update license to Unicode-TOURichard Purdie
The correct SPDX license for the test data contained in this code appears to be Unicode-TOU. Update the LICENSE field to match and avoid package QA warnings. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-12-17python3-setuptools: upgrade 59.4.0 -> 59.5.0Alexander Kanavin
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-12-17python3-hypothesis: upgrade 6.30.0 -> 6.31.4Alexander Kanavin
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-12-14python3-cython: upgrade 0.29.24 -> 0.29.25wangmy
Changelog: ================ Bugs fixed ---------- * Several incompatibilities with CPython 3.11 were resolved. (Github issues #4411, #4414, #4415, #4416, #4420, #4428, #4473, #4479, #4480) * Some C compiler warnings were resolved. (Github issue #4439) * C++ "std::move()" should only be used automatically in MSVC versions that support it. (Github issue #4191) * The "Py_hash_t" type failed to accept arbitrary "index" values. (Github issue #2752) * Avoid copying unaligned 16-bit values since some platforms require them to be aligned. Use memcpy() instead to let the C compiler decide how to do it. (Github issue #4343) * Cython crashed on invalid truthiness tests on C++ types without "operator bool". (Github issue #4348) * The declaration of "PyUnicode_CompareWithASCIIString()" in "cpython.unicode" was incorrect. (Github issue #4344) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-12-12python3: udpate to 3.10.1Oleksandr Kravchuk
Refreshed patches. Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-12-09python3-setuptools: upgrade 59.2.0 -> 59.4.0Alexander Kanavin
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-12-09python3-ruamel-yaml: upgrade 0.17.16 -> 0.17.17Alexander Kanavin
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-12-09python3-pbr: upgrade 5.7.0 -> 5.8.0Alexander Kanavin
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-12-09python3-more-itertools: upgrade 8.11.0 -> 8.12.0Alexander Kanavin
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-12-09python3-markdown: upgrade 3.3.4 -> 3.3.6Alexander Kanavin
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-12-09python3-hypothesis: upgrade 6.24.3 -> 6.30.0Alexander Kanavin
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-12-08python3-pycryptodome: update to 3.12.0Alexander Kanavin
License-Update: dropped a patents clarification Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-12-06python3: mark patch as inappropriate, with better explanationAlexander Kanavin
Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-12-01python3-libarchive-c: upgrade 3.1 -> 3.2wangmy
This release fixes the seek callbacks passed to libarchive by the custom_reader and stream_reader function. (https://github.com/Changaco/python-libarchive-c/pull/116) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-12-01python3-docutils: upgrade 0.18 -> 0.18.1wangmy
Changelog: docutils/nodes.py Node.traverse() returns a list again to restore backwards compatibility. Fixes bug #431. New method Node.findall(): like Node.traverse() but returns an iterator. Obsoletes Node.traverse(). docutils/utils/__init__.py: Fix behaviour of get_stylesheet_list(): do not look up stylesheets given as "stylesheet" setting. Cf. bug #434. docutils/writers/_html_base.py: Fix handling of footnote_backlinks==False (report Alan G Isaac). docutils/writers/html5_polyglot/math.css: Fix typo (bug #432). docutils/writers/odf_odt/__init__.py: Fix spurious output with Windows (bug #350). test/test_error_reporting.py: Fix a false positive (bug #434). License-Update: year updated to 2021 update url of elyxer add url of BSD 3-Clause License change "2-Clause BSD license" to "BSD 2-Clause License" Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-11-29python3-rfc3339/3986-validator: correct upstream version checkAlexander Kanavin
Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-11-26python3: Add missing HOMEPAGE entriesRichard Purdie
Add missing HOMEPAGE entries to new python recipes from meta-python. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-11-26python: import vcversioner from meta-pythonBruce Ashfield
vcversioner is a dependency of jsonschema, which is being imported to support kernel device tree validation. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2021-11-26python: import strict-rfc3339 from meta-pythonBruce Ashfield
strict-rfc3339 is a dependency of jsonschema, which is being imported to support kernel device tree valiation. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2021-11-26python: import rfc3987 from meta-pytonBruce Ashfield
rfc3987 is a depenency of jsonschema and dtschema, which are being added to support kernel device tree validation. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2021-11-26python: import pyrsistent from meta-pythonBruce Ashfield
pyrsistent is a dependency of python3-jsonschema, which is being imported to support kernel device tree validation. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2021-11-26python: import ruamel-yaml from meta-pythonBruce Ashfield
Importing ruamel-yaml from meta-python. This package is a dependency of python3-dtschema, which is required to validate kernel devicetrees. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2021-11-26python: import webcolors from meta-pythonBruce Ashfield
Importing webcolors, which is a dependency of python3-jsonschema. These packges are required to support the validation of kernel device trees. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2021-11-26python: import rfc3986-validator from meta-pythonBruce Ashfield
Importing rfc3986-validator, which is a dependency of python3-jsonschema. These packges are required to support the validation of kernel device trees. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2021-11-26python: import rfc3339-validator from meta-pythonBruce Ashfield
Importing rfc3339-validator from meta-python, which is a dependency of python3-jsonschema. These packges are required to support the validation of kernel device trees. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2021-11-26python: import idna from meta-pythonBruce Ashfield
Importing idna from meta-python, which is a dependency of python3-jsonschema. These packges are required to support the validation of kernel device trees. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2021-11-26python: import jsonschema from meta-pythonBruce Ashfield
Importing this package as a dependency to python3-dt-schema, which is required for kernel device tree validation. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2021-11-26python3-jsonpointer: Update 2.1 to 2.2Bruce Ashfield
The import from meta-python was slightly out of date, and the 2.1 version was grabbed. We bump the oe-core version to 2.2 to match the latest meta-oe version. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-11-26python: import jsonpointer from meta-pythonBruce Ashfield
required to support python3-json, which is required for python3-dtschema and device tree checking by the kernel. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2021-11-26python: introduce python3-dtschemaBruce Ashfield
kernel commit 53182e81f47d [kbuild: Enable DT schema checks for %.dtb targets], which is part of v5.16+, makes the checking of dtb schemas manditory. To support the checking, we introduce this new recipe dtschema. Dependencies will be imported in subsequent commits, so we can track the dependency need on a per-import basis. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>