summaryrefslogtreecommitdiffstats
path: root/meta-python
Commit message (Collapse)AuthorAgeFilesLines
...
* python3-apispec: update to version 6.4.0Derek Straka2024-01-131-2/+2
| | | | | | | Updated license checksum for copyright year and verified MIT still applies Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-marshmallow: update to version 3.20.2Derek Straka2024-01-131-7/+3
| | | | | | | | Convert recipe to pypi Update license checksum for copyright year and verify MIT still applies Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-engineio: update to version 4.8.2Derek Straka2024-01-131-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-web3: update to version 6.14.0Derek Straka2024-01-121-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-kivy: Upgrade 2.2.1 -> 2.3.0Leon Anavi2024-01-091-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to version 2.3.0: - core-providers (audio): removes deprecated status property - core-providers (audio): removes deprecated filename property - core-providers (window): Removes deprecated toggle_fullscreen method - Add graphics with antialiasing: SmoothRectangle, SmoothEllipse, SmoothRoundedRectangle, SmoothQuad and SmoothTriangle - Linux dependencies: Build libpng16 for freetype so can render colored emoji - Remove the extra position added to undo list while using Shift key - macOS dependencies: Build libpng16 for freetype, so can render colored emoji - Honour multiline=True/False while pasting, Fix Scroll after backspace and undo. - Added spanish layout json for the vkeyboard - Pillow text provider: use get_bbox when get_size is not available. Allows latest versions of pillow to work along with older ones. License-Update: Copyright year changes Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-wtforms: Upgrade 3.1.1 -> 3.1.2Leon Anavi2024-01-091-1/+1
| | | | | | | | | Upgrade to version 3.1.2: - Fix SelectMultipleField value coercion on validation. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-webargs: Upgrade 8.3.0 -> 8.4.0Leon Anavi2024-01-092-13/+17
| | | | | | | | | | | | | | | | | | Upgrade to version 8.4.0: - Add a new class attribute, empty_value to DelimitedList and DelimitedTuple, with a default of "". This controls the value deserialized when an empty string is seen. - The rule for default argument names has been made configurable by overriding the get_default_arg_name method. This is described in the argument passing documentation. - Drop support for Python 3.7, which is EOL. - Type annotations for FlaskParser have been improved. License-Update: Copyright year changes Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-traitlets: upgrade 5.14.0 -> 5.14.1Wang Mingyu2024-01-081-1/+1
| | | | | | | | | | | Changelog: ============ -FIX: map - to _ for environement variable prefix. -chore: update pre-commit hooks -Update ruff config Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pytest-asyncio: upgrade 0.23.2 -> 0.23.3Wang Mingyu2024-01-081-1/+1
| | | | | | | | | | | Changelog: =========== -Fixes a bug that caused event loops to be closed prematurely when using async generator fixtures with class scope or wider in a function-scoped test -Fixes various bugs that caused an internal pytest error during test collection Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pymisp: upgrade 2.4.182 -> 2.4.183Wang Mingyu2024-01-081-1/+1
| | | | | | | | | | | | | | | Changelog: =========== - Documentation to install PyMISP on offline machine. - Bump objects. - Bump version. - Remove jsonschema from dependencies. - Encrypt malicious js. - Fix api ssl verify typing. - Add HTTPS Adapter. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyflakes: upgrade 3.1.0 -> 3.2.0Wang Mingyu2024-01-081-1/+1
| | | | | | | | Changelog: Add support for *T (TypeVarTuple) and **P (ParamSpec) in PEP 695 annotations. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pdm: upgrade 2.11.1 -> 2.11.2Wang Mingyu2024-01-081-1/+1
| | | | | | | | | | | | | | | Changelog: =========== -Fix a KeyError raised when resolving a URL dependency without package name given. -pdm update --update-eager can hit InconsistentCandidate error when dependency is included both through default dependencies and extra. -pdm install should not warn when overwriting its own symlinks on install/update. -Fix a bug that candidates without local version are rejected when the local version is pinned. -Add maturin as a compatible build backend in the docs. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-lz4: upgrade 4.3.2 -> 4.3.3Wang Mingyu2024-01-081-1/+1
| | | | | | | | | | Changelog: ============= -Add .readthedocs.yml -Build wheels for Python 3.12 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-auth: upgrade 2.25.2 -> 2.26.1Wang Mingyu2024-01-081-1/+1
| | | | | | | | Changelog: Ensure that refresh worker is pickle-able. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-api-python-client: upgrade 2.111.0 -> 2.112.0Wang Mingyu2024-01-081-1/+1
| | | | | | | | Changelog: https://github.com/googleapis/google-api-python-client/releases/tag/v2.112.0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-bitarray: upgrade 2.9.1 -> 2.9.2Wang Mingyu2024-01-081-1/+1
| | | | | | | | | | | | Changelog: ========== * optimize initialization from strings by not constantly resizing buffer * optimize 'util.hex2ba()' and 'util.base2ba()' by avoiding unnecessary copies * optimize 'util.base2ba()' and 'util.ba2base()' for 'n=16' (hexadecimal) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aiohttp-jinja2: upgrade 1.5.1 -> 1.6Wang Mingyu2024-01-081-1/+1
| | | | | | | | | | Changelog: ============ -Switch to aiohttp.web.AppKey, and deprecate the old 'static_root_url' key. -Drop Python 3.7, add Python 3.12. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sqlalchemy: upgrade 2.0.24 -> 2.0.25Wang Mingyu2024-01-081-2/+2
| | | | | | | | | | Changelog: https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_25 License-Update: Copyright year updated to 2024. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cvxopt: upgrade 1.2.7 -> 1.3.2Wang Mingyu2024-01-081-2/+2
| | | | | | | | | | | | Changelog: Fixes line search issue in solvers.cp() solvers.cpl() License-Update: CVXOPT version updated to 1.3 Copyright updated to 2023 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-argh: upgrade 0.30.5 -> 0.31.0Wang Mingyu2024-01-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | License-Update: =============== -update feature emphasis in README -cleanup/enhance README -fix outdated examples -fix README (PyPI-friendly ReST) Changelog: ============ -The typing hints introspection feature is automatically enabled for any command (function) which does not have any arguments specified via @arg decorator. -A small change in the legacy argument mapping policy BY_NAME_IF_HAS_DEFAULT concerning the order of variadic positional vs. keyword-only arguments. -Removed the previously deprecated decorator @expects_obj. -Type hints: basic usage to infer argument types (fixes #203) -Support realtime output through a pipe (fixes #145) -High-level functions argh.dispatch_command() and argh.dispatch_commands() -now accept a new parameter old_name_mapping_policy. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pylint: Ignore failing ptestsKhem Raj2024-01-082-1/+4
| | | | | | | | | | regression_distutil_import_error_73 seems to fail starting 3.0.3 perhaps due to dependency upgrade e.g. astroid or some such. Remove it from run for now. Match the run command to whats in github actions. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pydantic-core: Rename the cpython module on muslKhem Raj2024-01-081-0/+11
| | | | | | | | | | wheel contains site-package .so named linux-musl which is not loadable on musl systems, rename it to linux-gnu even on musl like other python dynamic modules. This fixed ptest runs for both pydantic-core and pydantic recipes Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-h5py: backport a cython 3.x compatibility patchAlexander Kanavin2024-01-082-1/+798
| | | | | Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pytest-cov: add missing python3-coverage dependencyRichard Leitner2024-01-041-0/+1
| | | | | | | | | | | | | As reported by "pip3 check" python3-pytest-cov depends on python3-coverage: $ pip3 check pytest-cov 4.1.0 requires coverage, which is not installed. This patch fixes this problem by adding python3-coverage to RDEPENDS Signed-off-by: Richard Leitner <dev@g0hl1n.net> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pydantic-core: upgrade 2.14.5 -> 2.14.6Wang Mingyu2024-01-041-1/+1
| | | | | | | | Changelog: fix memory leak with recursive definitions creating reference cycles Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pydot: upgrade 1.4.2 -> 2.0.0Wang Mingyu2024-01-021-1/+1
| | | | | | | | | | | | | | | | | Changelog: ============= - Broken parsing caused by `pyparsing` updates fixed. With this, the pydot project rises from the dead. - (Internal) CI Modernized and clarified the development process. - Reorganized package/module structure. - Reorganized exception hierarchy - API (minor): Renamed the first parameter of the parser functions - Test suite option '--no-check'. - Drop support for Python 2 and Python < 3.7. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-gspread: upgrade 5.12.3 -> 5.12.4Wang Mingyu2024-01-021-1/+1
| | | | | | | | | | Changelog: =========== -Bump actions/setup-python from 4 to 5 -Fixed default value of merge_type parameter in merge_cells function docstring. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-flask: upgrade 2.3.3 -> 3.0.0Wang Mingyu2024-01-021-1/+1
| | | | | | | | | | | | | | | Changelog: ============ -Remove previously deprecated code. -Deprecate the __version__ attribute. Use feature detection, or importlib.metadata.version("flask"), instead. -Restructure the code such that the Flask (app) and Blueprint classes have Sans-IO bases. -Allow self as an argument to url_for. -Require Werkzeug >= 3.0.0. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-coverage: upgrade 7.3.4 -> 7.4.0Wang Mingyu2024-01-021-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cantools: upgrade 39.4.1 -> 39.4.2Wang Mingyu2024-01-021-1/+1
| | | | | | | | Changelog: Fix range check with negative scalings Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-netaddr: upgrade 0.9.0 -> 0.10.0Wang Mingyu2024-01-021-1/+1
| | | | | | | | Changelog: https://netaddr.readthedocs.io/en/latest/changes.html#release-0-10-0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-kmod: remove the recipeAlexander Kanavin2023-12-312-16/+0
| | | | | | | | | Not compatible with cython 3.x, and has been inactive for years: https://pypi.org/project/kmod/#description https://github.com/agrover/python-kmod Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-oslash: removeAlexander Kanavin2023-12-311-22/+0
| | | | | | | Not compatible with python 3.12; dead upstream (no activity since 2020). Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-jsonrpcserver: removeAlexander Kanavin2023-12-312-24/+0
| | | | | | | No activity in over a year, and depends on oslash, which has had no activity since 2020. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-custom-inherit: fix python 3.12 buildsAlexander Kanavin2023-12-312-0/+30
| | | | | Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-gmpy2: fix python 3.12 issuesAlexander Kanavin2023-12-312-0/+264
| | | | | Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-xmlrunner: remove the recipeAlexander Kanavin2023-12-312-12/+0
| | | | | | | Last release in 2014, not compatible with python 3.12. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-dominate: update to version 2.9.1Derek Straka2023-12-291-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-argh: update to version 0.30.5Derek Straka2023-12-291-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cantools: update to version 39.4.1Derek Straka2023-12-291-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pdm-backend: update to version 2.1.8Derek Straka2023-12-291-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sqlalchemy: update to version 2.0.24Derek Straka2023-12-291-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-engineio: update to version 4.8.1Derek Straka2023-12-291-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-kmod: add comment about update to version 0.9.2Derek Straka2023-12-291-0/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-yappi: upgrade 1.4.0 -> 1.6.0; fix ptestsTim Orling2023-12-297-149/+175
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Switch to the python_setuptools_build_meta PEP-517 backend * Refactor and submit 0001-Fix-imports-for-ptests.patch - split out the Windows -> Unix line endings conversion - https://github.com/sumerc/yappi/pull/164 * Drop 0002-add-3.11-to-the-setup.patch; upstream added 3.11 and 3.12 * Drop install of yappi.py in ptest; use site-packages as intended * Drop complex run-ptest and simply run 'pytest --automake' * Move out of "problems" group to "slow" group in ptest-packageslists-meta-python.inc - can now build meta-python-image-ptest-python3-yappi - tests take about 45 seconds https://github.com/sumerc/yappi/blob/1.6.0/CHANGELOG 1.6.0 (2023-12-07) - Drop support 2.7-3.5 and clean backward compatible code (pull/152) - Add Python 3.12 wheels 1.5.1 (2023-12-06) - Add support for Python 3.12 - Fix child callgrind functions disappear Signed-off-by: Tim Orling <ticotimo@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-eventlet: upgrade 0.34.1 -> 0.34.2Wang Mingyu2023-12-291-1/+1
| | | | | | | | | | | Changelog: =========== * Allowing inheritance of GreenSSLSocket without overriding the __new_ method * [bug] Fix broken API related to '__version__' removal * [doc] Fix pypi broken link Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-distro: upgrade 1.8.0 -> 1.9.0Wang Mingyu2023-12-291-1/+1
| | | | | | | | | | | | | | | | Changelog: ========== -Refactor distro.info() method to return an InfoDict -Ignore the file '/etc/board-release' -Ignore the file '/etc/ec2_version' -Run Python 3.6 on Ubuntu 20.04 for CI and bump isort -Test on modern versions of CPython and PyPy and macOS -Add support for ALT Linux Server 10.1 distribution -Add Debian Testing to the tests -Update archlinux resource for tests Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-regex: upgrade 2023.10.3 -> 2023.12.25Wang Mingyu2023-12-291-1/+1
| | | | | | | | | | | | | Changelog: ============= -Cannot get release notification action in main.yml to work. Commenting it out for now. -Fixed invalid main.yml. -The escape function no longer escapes \x00. It's not necessary. -Inline flags can now be turned off and apply to what follows. -Added \R to match line endings. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pydantic: upgrade 2.5.2 -> 2.5.3Wang Mingyu2023-12-291-1/+1
| | | | | | | | | | Changelog: ============ -uprev pydantic-core to 2.14.6 -Fix memory leak with recursive definitions creating reference cycles Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ipython: upgrade 8.18.1 -> 8.19.0Wang Mingyu2023-12-291-1/+1
| | | | | | | | Changelog: https://github.com/ipython/ipython/blob/8.19.0/docs/source/whatsnew/version8.rst Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>