summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
Commit message (Collapse)AuthorAgeFilesLines
* python3-grpcio: upgrade 1.76.0 -> 1.78.0Andrej Kozemcak3 days1-2/+8
| | | | | | | | | | | | | | | | | | | Change build tools from setuptools3 to python_setuptools_build_meta Add cython depends and change cython requirement from cython==3.1.1 to cython>=3.1.1. Currently we use cython version 3.2.4 Changelog: https://github.com/grpc/grpc/releases/tag/v1.78.0 Changes for python: - aio: fix race condition causing asyncio.run() to hang forever during the shutdown process. - Migrate to pyproject.toml build system from setup.py builds. - Log error details when ExecuteBatchError occurs (at DEBUG level). - Update setuptools min version to 77.0.1. Signed-off-by: Andrej Kozemcak <andrej.kozemcak@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ninja: upgrade 1.11.1.1 -> 1.13.0Jiaying Song3 days4-80/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: https://github.com/scikit-build/ninja-python-distributions/releases Upstream commit [1] switched build system from scikit-build to scikit-build-core, which changed pyproject.toml structure and rewrote __init__.py. Update patches accordingly: - no-scikit-build.patch: rewrite for new pyproject.toml structure, replace scikit-build-core with setuptools, and remove 'readme' from dynamic fields as setuptools cannot handle the fancy-pypi-readme plugin. - run-ninja-from-path.patch: drop. Old version imported skbuild modules in __init__.py which caused ImportError in OE since scikit-build is not installed. New version replaced these imports with stdlib sysconfig, so the patch is no longer needed. - CMakeLists.txt: drop. This was a stub file added to prevent scikit-build from failing when it could not find CMakeLists.txt. Since we now use setuptools which does not require it, the file can be removed. [1] https://github.com/scikit-build/ninja-python-distributions/commit/f3b4a786be Signed-off-by: Jiaying Song <jiaying.song.cn@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-gpiod: update to v2.4.1Bartosz Golaszewski3 days1-5/+3
| | | | | | | | | | | | Bug-fix release addressing a memory leak and a couple minor issues. We now ship the license file with the dist tarball so update the recipe to take this into account. While at it: trim the LICENSE value to only include LGPL-v2.1-or-later as the other two licenses cover tests and text files. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cassandra-driver: upgrade 3.29.2 -> 3.29.3Gyorgy Sarvari3 days2-2/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also, add a patch to be able to build with Setuptools 82. This patch is oe-specific, but upstream has already merged[1] a patch that should make it compatible with the latest Setuptools. It however seems to require multiple patches to apply clean. The patch in this change is expected to be a short term workaround until the next version is released. Changelog: Features - Upgraded cython to 3.0.x - Add support for DSE 6.9.x and HCD releases to CI - Add execute_concurrent_async and expose execute_concurrent_* in Session Bug Fixes - Update geomet to align with requirements.txt - Connection failure to SNI endpoint when first host is unavailable - Maintain compatibility with CPython 3.13 Others - Remove duplicated condition in primary key check - Remove Python 3.8 which reached EOL on Oct 2024, update cryptography lib to 42 - Remove obsolete urllib2 from ez_setup.py - Remove stale dependency on sure - Removed 2.7 Cpython defines [1]: https://github.com/apache/cassandra-python-driver/pull/1268 Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-xstatic: add patch to build w/ Setuptools 82Gyorgy Sarvari3 days2-0/+33
| | | | | | | | | | | | | | | Setuptools 82 dropped pkg_resources module. It is not used by the setup script, nevertheless, it is imported, and this missing module fails compilation. This patch removes this import. Upstream started to work on refactoring their setup scripts, so this patch is not appropriate to them - once/if they release, most likely this patch can be dropped. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-httptools: allow building with latest setuptoolsGyorgy Sarvari3 days2-0/+24
| | | | | | | | | | By default this recipe requires Setuptools with strictly version 80.9.0. oe-core has updated Setuptools to 82.0, and this recipe failed to build. This patch relaxes the Setuptools version requirements. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-html5lib: fix build with setuptools 82Peter Marko3 days2-0/+45
| | | | | Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-wrapt: upgrade 2.1.1 -> 2.1.2Wang Mingyu4 days1-1/+1
| | | | | | | | | | | | | | | | Changelog: =========== - Building of Python wheels for riscv64 Linux platform had been accidentally removed from the build configuration. This has now been added back in. - When a weak function proxy was created for a bound method and the instance it was bound to was garbage collected, calling the proxy would silently call the function as unbound instead of raising a ReferenceError. - When deleting an attribute named __annotations__ on an object proxy, the attribute was only being deleted from the proxy and not also from the wrapped object. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-whitenoise: upgrade 6.11.0 -> 6.12.0Wang Mingyu4 days1-1/+1
| | | | | | | | | | Changelog: ======== - Drop Python 3.9 support. - Fix potential unauthorised file access vulnerability in "autorefesh" mode. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-wheezy-template: upgrade 3.2.4 -> 3.2.5Wang Mingyu4 days1-1/+1
| | | | | | | | Changelog: Added wheezy.html 3.2.1 as a development dependency. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-tqdm: upgrade 4.67.2 -> 4.67.3Wang Mingyu4 days1-1/+1
| | | | | | | | Changelog: fix py3.7 dependencies Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-tox: upgrade 4.36.1 -> 4.49.0Wang Mingyu4 days1-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-tabulate: upgrade 0.9.0 -> 0.10.0Wang Mingyu4 days1-1/+1
| | | | | | | | | | | | | | | Changelog: =========== - Add support for Python 3.11, 3.12, 3.13, 3.14. - Drop support for Python 3.7, 3.8, 3.9. - PRESERVE_STERILITY global is replaced with preserve_sterility function argument. - New formatting options: headersglobalalign, headersalign, colglobalalign. - New output format: "colon_grid" (Pandoc grid_tables with alignment) - Various bug fixes. - Improved error messages. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sqlalchemy: upgrade 2.0.46 -> 2.0.48Wang Mingyu4 days1-1/+1
| | | | | | | | Changelog: https://docs.sqlalchemy.org/en/21/changelog/changelog_20.html#change-2.0.48 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-snagboot: upgrade 2.5 -> 2.6Wang Mingyu4 days1-1/+1
| | | | | | | | | | | | | | | | | | | | treewide: Migrate documentation to readthedocs Emit more specific error messages for USB permission-based access issues Add unit tests snagflash: Support compressed input files, e.g. *.wic.bz2 Refactor fastboot-uboot logic to factor out common code and improve logging Automatically detect when oem_run isn't supported by U-Boot, and fallback to ucmd snagrecover: Support Renesas RZ/N1 platforms Support SoC model aliases, and add i.MX8MP alias Handle relative path prefixes with the -F syntax Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-scikit-build-core: upgrade 0.11.6 -> 0.12.2Wang Mingyu4 days1-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-robotframework: upgrade 7.3.2 -> 7.4.2Wang Mingyu4 days1-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-regex: upgrade 2026.2.19 -> 2026.2.28Wang Mingyu4 days1-1/+1
| | | | | | | | | | | Changelog: ========== - Replaced atomic operations with mutex on pattern object for free-threaded Python. - PR #598: Fix race condition in storage caching with atomic operations. - Replaced use of PyUnicode_GET_LENGTH with PyUnicode_GetLength. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pytest-env: upgrade 1.2.0 -> 1.5.0Wang Mingyu4 days1-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pymisp: upgrade 2.5.32.3 -> 2.5.33.1Wang Mingyu4 days1-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyais: upgrade 2.15.0 -> 2.20.0Wang Mingyu4 days1-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-platformdirs: upgrade 4.9.2 -> 4.9.4Wang Mingyu4 days1-1/+1
| | | | | | | | | | | | | | | Changelog: ============ - Fix test failures on BSD for runtime directory defaults - Respect XDG_CONFIG_HOME in _get_user_dirs_folder - Add missing _optionally_create_directory in Android user_log_dir and user_runtime_dir - Add permissions to workflows - Move SECURITY.md to .github/SECURITY.md - Standardize .github files to .yaml suffix - docs: add project logo to documentation Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pkgconfig: upgrade 1.5.5 -> 1.6.0Wang Mingyu4 days1-1/+1
| | | | | | | | | | | | | | Changelog: ============ - Drop support for Python < 3.9, support 3.9 .. 3.14. - README: clarify pkg-config and pkgconf, #75 - Switch CI from Travis to GitHub Actions; test on all supported Python versions. - Use src/ layout for project, fixes #36. Also move tests and test data to tests/. - Replace deprecated distutils with setuptools to make tests work on Python 3.12; fixes #64. - Fix configure_extension for empty cflags or libs. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-orjson: upgrade 3.11.6 -> 3.11.7Wang Mingyu4 days2-21/+21
| | | | | | | | | | | | Changelog: ============== - Use a faster library to serialize float. Users with byte-exact regression tests should note positive exponents are now written using a +, e.g., 1.2e+30 instead of 1.2e30. Both formats are spec-compliant. - ABI compatibility with CPython 3.15 alpha 5 free-threading. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-nanobind: upgrade 2.11.0 -> 2.12.0Wang Mingyu4 days1-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-mmh3: upgrade 5.2.0 -> 5.2.1Wang Mingyu4 days1-2/+2
| | | | | | | License-Update: Copyright year updated to 2026 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-luma-oled: upgrade 3.14.0 -> 3.15.0Wang Mingyu4 days1-2/+2
| | | | | | | License-Update: Copyright year updated to 2026 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-isort: upgrade 8.0.0 -> 8.0.1Wang Mingyu4 days1-1/+1
| | | | | | | | | | Changelog: ============ - Fix #2461: Added compression to stdlibs for Python 3.14 in isort/stdlibs/py314.py - Fix unindented comments being corrupted in indented blocks Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ipython: upgrade 9.10.0 -> 9.11.0Wang Mingyu4 days1-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-inline-snapshot: upgrade 0.30.1 -> 0.32.4Wang Mingyu4 days1-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-h5py: upgrade 3.15.0 -> 3.16.0Wang Mingyu4 days1-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-filelock: upgrade 3.24.3 -> 3.25.0Wang Mingyu4 days1-1/+1
| | | | | | | | | | | | | | Changelog: ============ - Suppress ValueError in _try_break_stale_lock for corrupted lock files - Fix ValueError in _acquire_transaction_lock when blocking=False with timeout - Add permissions to check workflow - Move SECURITY.md to .github/SECURITY.md - Standardize .github files to .yaml suffix - feat(async): add AsyncReadWriteLock Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-fastapi: upgrade 0.133.1 -> 0.135.1Wang Mingyu4 days1-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-faker: upgrade 40.1.2 -> 40.8.0Wang Mingyu4 days1-1/+1
| | | | | | | | | | | | | | | | | Changelog: =========== - Add free email domains to hu_HU locale. - Improve Polish address grammar: categorize street types and prefixes. - Add country names to he_IL locale. - Fix _get_local_timezone() missing return statement. - Add missing formats and remove duplicates in user_name_formats. - Add passport and cie for it_IT. - Add major Greek banks to el_GR bank provider. - Update internet pt_bR provider (domains, tlds, slugify). - fix pyfloat TypeError when combining positive=True with max_value. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-configargparse: upgrade 1.7.1 -> 1.7.3Wang Mingyu4 days1-1/+1
| | | | | | | | | | | | | | | Changelog: ============ - Fix TOML parser to read all matching sections instead of only the first - Fix SyntaxError leak from ast.literal_eval in INI-style config parsers - Fix -- separator, nargs=REMAINDER, and empty value handling - Fix critical bugs and add Python 3.11+ tomllib support - Remove dead comment-processing code in default config parser - Add test status badge to README - CI, linting, and test improvements Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cmd2: upgrade 3.2.2 -> 3.4.0Wang Mingyu4 days1-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cmake: upgrade 4.2.1 -> 4.2.3Wang Mingyu4 days1-1/+1
| | | | | | | | | | | | Changelog: =========== - fix: drop manylinux1 workaround - fix: more readable error on missing ccmake - chore(deps): update clang to 21.1.8.1 - [Bot] Update to OpenSSL 3.5.5 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-charset-normalizer: upgrade 3.4.4 -> 3.4.5Wang Mingyu4 days1-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cachetools: upgrade 7.0.0 -> 7.0.4Wang Mingyu4 days1-1/+1
| | | | | | | | | | | | | | Changelog: =========== - Fix and properly document @cachedmethod.cache_key behavior. - Minor documentation improvements. - Fix DeprecationWarning when creating an autospec mock with @cachedmethod decorations. - Provide more efficient clear() implementation for all support Cache classes - Various test improvements. - Update Copilot Instructions. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-bumble: upgrade 0.0.225 -> 0.0.226Wang Mingyu4 days1-1/+1
| | | | | | | | | | | | | | | | | | Changelog: ============= - Bump bytes from 1.5.0 to 1.11.1 in /rust in the cargo group across 1 directory - Connecting multiple times to a LE device is working correctly again - Replace long if-else with match-case - AVRCP: More delegation and bugfix - Migrate most enums - Remove bumble.gap - Controller: Use new return parameter types and add _send_hci_command_status - use tomllib from standard library on Python3.11+ - HFP: Fix response handling - Emulation: Support LE Read features Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-black: upgrade 26.1.0 -> 26.3.0Wang Mingyu4 days1-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-apispec: upgrade 6.9.0 -> 6.10.0Wang Mingyu4 days1-1/+1
| | | | | | | | | | Changelog: ========== - Support links (#615). Thanks @kingdomOfIT - MarshmallowPlugin: Handle DateTime fields with the "iso8601" and "rfc822" formats Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-alembic: upgrade 1.18.3 -> 1.18.4Wang Mingyu4 days1-1/+1
| | | | | | | | | | Changelog: - Reverted the behavior of Operations.add_column() that would automatically render the "PRIMARY KEY" keyword inline when a Column with primary_key=True is added. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-snagboot: enable building -native and nativesdk- variantsRasmus Villemoes4 days1-0/+2
| | | | | | | | | | It can be useful to include snagboot in the SDK, so allow building that variant. While I don't see a use case for it during build, there's no reason not to also allow building the -native variant while at it. Signed-off-by: Rasmus Villemoes <ravi@prevas.dk> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-scikit-build: Upgrade 0.18.1->0.19.0Jiaying Song4 days1-1/+1
| | | | | | | | Changelog: https://scikit-build.readthedocs.io/en/latest/history.html Signed-off-by: Jiaying Song <jiaying.song.cn@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-websocket-client: Upgrade 1.70 -> 1.9.0Ryan Eatmon4 days1-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 1.9.0: - 1.9.0 - Remove Python 3.8 support (EOL), add Python 3.13 (5f25030) - Remove localhost and 127.0.0.1 from default NO_PROXY list (#994) - Support IPv6 CIDRs in the no_proxy option (#1033) - Fix thread safety condition in `teardown()` to improve `run_forever()` (#1015) - Fix #1024 by chunking data, recursion in on_error callback, thread leak in `_stop_ping_thread()`, avoid implicit None in `recv()` (#1036) - Avoid bare except clauses for better error handling (#1036) - Fix async (#983) - Resolve mypy type errors (#996, #1006, 813d570) - Test coverage improvements (#1035, #1036) - flake8 linting improvements (#1034) - 1.8.0 - Added `on_reconnect` parameter to WebSocketApp to handle callback ambiguity (#972) - Improve handling of SSLEOFError and use reconnect bool (#961) - Minor linting and docs CI build upgrades (981c00e, 75ba91a, bec2608) License-Update: copyright years refreshed Signed-off-by: Ryan Eatmon <reatmon@ti.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-redis: upgrade 5.2.1 -> 5.3.1Liu Yiding4 days1-1/+1
| | | | | | | Allow newer PyJWT versions for branch 5.3 Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-xmodem: upgrade 0.4.7 -> 0.5.0Liu Yiding4 days1-2/+2
| | | | | | | | | bugfix: retry_limit was never actually triggered during the data transfer phase because errors never accumulated, and enhancement: replace 3x getc() calls with a single recv() call, reducing timing and failed packets when using fast serial lines without flow control. Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-protobuf: mark CVE-2026-0994 patchedGyorgy Sarvari4 days1-0/+1
| | | | | | | | | | Details: https://nvd.nist.gov/vuln/detail/CVE-2026-0994 It is fixed already in the currently used version, however NVD tracks it without any version info, so it still shows up in CVE reports. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-django: upgrade 5.2.11 -> 5.2.12Gyorgy Sarvari5 days1-1/+1
| | | | | | | | | | | | Ptests passed successfully. Changelog: https://docs.djangoproject.com/en/6.0/releases/5.2.12/ - Fixed CVE-2026-25673 and CVE-2026-25674 - Fixed NameError when inspecting functions making use of deferred annotations in Python 3.14. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>