summaryrefslogtreecommitdiffstats
path: root/meta-python
Commit message (Collapse)AuthorAgeFilesLines
* python3-croniter: upgrade 5.0.1 -> 6.0.0Wang Mingyu2024-12-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== - Announce for now that croniter dev is ended (CRA). - Rework timestamp_to_datetime to use whatever timezone - Make datetime_to_timestamp & timestamp_to_datetime public - Fix EPOCH calculation in case of non UTC & 32 bits based systems - Apply isort formatter - Reintegrate test_speed - Apply black formatter - Code quality changes Remove unused _get_caller_globals_and_locals Remove single-use bad_length Remove unused days in proc_month Use field_index over i for readability Always use """ for docstrings Make helper instance methods that do not use self static Remove unusd call to sys.exc_info Remove unused ALPHAS Improve croniter.expand documentation Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-coverage: upgrade 7.6.2 -> 7.6.9Wang Mingyu2024-12-241-1/+1
| | | | | | | | Changelog: Fix: Tomas Uribe fixed a performance problem in the XML report. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cmd2: upgrade 2.5.7 -> 2.5.8Wang Mingyu2024-12-241-1/+1
| | | | | | | | Changelog: Rolled back undocumented changes to printing functions introduced in 2.5.0. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cmake: upgrade 3.31.1 -> 3.31.2Wang Mingyu2024-12-241-1/+1
| | | | | | | | | | | | Changelog: ========= - [Bot] Update to CMake 3.31.2 - fix: tests - chore: align minimum cmake version with the one of scikit-build-core - fix: bootstrap build Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cassandra-driver: upgrade 3.29.1 -> 3.29.2Wang Mingyu2024-12-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== Features -------- - Convert to pytest for running unit and integration tests (PYTHON-1297) - Add support for Cassandra 4.1.x and 5.0 releases to CI (PYTHON-1393) - Extend driver vector support to arbitrary subtypes and fix handling of variable length types (PYTHON-1369) Bug Fixes ---------- - Python NumpyProtocolHandler does not work with NumPy 1.24.0 or greater (PYTHON-1359) - cibuildwheel appears to not be stripping Cython-generated shared objects (PYTHON-1387) - Windows build for Python 3.12 compiled without libev support (PYTHON-1386) Others --------- - Update README.rst with badges for version and license (PR 1210) - Remove dependency on old mock external module (PR 1201) - Removed future print_function, division, and with and some pre 3.7 handling (PR 1208) - Update geomet dependency (PR 1207) - Remove problematic escape sequences in some docstrings to avoid SyntaxWarning in Python 3.12 (PR 1205) - Use timezone-aware API to avoid deprecated warning Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cantools: upgrade 39.4.13 -> 40.0.0Wang Mingyu2024-12-241-1/+1
| | | | | | | | | | Changelog: =========== - When parsing DBC, use long names in SignalGroup.signal_names to match Signal.name - Raise Minimum Python Version to 3.9 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-astroid: upgrade 3.3.5 -> 3.3.7Wang Mingyu2024-12-241-1/+1
| | | | | | | | | | Changelog: =========== - Fix inability to import collections.abc in python 3.13.1. - Fix crash when typing._alias() call is missing arguments. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-apispec: upgrade 6.7.1 -> 6.8.0Wang Mingyu2024-12-241-1/+1
| | | | | | | | | | Changelog: ========= - Allow properties on $ref objects for OpenAPI 3.1 - Fix nullable nested schemas with metadata in OpenAPI 3.0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-apiflask: upgrade 2.2.1 -> 2.3.2Wang Mingyu2024-12-241-1/+1
| | | | | | | | | | | | | Changelog: =========== - Fix response headers to be compliant with the OpenAPI specification for versions 3.0.0+ - Fix input data loading implementation when input validation is skipped - Include input documentation in API spec when specifying validation=False on @input decorator - Support skipping the validation for the request body with @input(validation=False) - Enable CI test for Python 3.13. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-anyio: upgrade 4.6.2 -> 4.7.0Wang Mingyu2024-12-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Changelog: =========== - Updated TaskGroup to work with asyncio's eager task factories - Added the wait_readable() and wait_writable() functions which will accept an object with a .fileno() method or an integer handle, and deprecated their now obsolete versions (wait_socket_readable() and wait_socket_writable()) - Changed EventAdapter (an Event with no bound async backend) to allow set() to work even before an async backend is bound to it - Added support for wait_readable() and wait_writable() on ProactorEventLoop (used on asyncio + Windows by default) - Fixed a misleading ValueError in the context of DNS failures - Fixed the return type annotations of readinto() and readinto1() methods in the anyio.AsyncFile class - Fixed TaskInfo.has_pending_cancellation() on asyncio returning false positives in cleanup code on Python >= 3.11 - Fixed cancelled cancel scopes on asyncio calling asyncio.Task.uncancel when propagating a CancelledError on exit to a cancelled parent scope1 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aiosignal: upgrade 1.3.1 -> 1.3.2Wang Mingyu2024-12-241-1/+1
| | | | | | | | | | | Changelog: =========== - Dropped Python 3.7 support. - Dropped Python 3.8 support. - Remove redundant wheel dep from pyproject.toml Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyproj: cleanup dependenciesYi Zhao2024-12-231-2/+2
| | | | | | | | Drop python3-cython-native from DEPENDS since we already inherit cython bbclass. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-kivy: cleanup dependenciesYi Zhao2024-12-231-2/+0
| | | | | | | | Drop python3 and python3-cython-native from DEPENDS since we already inherit setuptools3 and cython bbclasses. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-yarl: upgrade 1.18.0 -> 1.18.3Tom Geelen2024-12-211-1/+1
| | | | | Signed-off-by: Tom Geelen <t.f.g.geelen@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sqlalchemy: upgrade 2.0.35 -> 2.0.36Tom Geelen2024-12-211-1/+1
| | | | | Signed-off-by: Tom Geelen <t.f.g.geelen@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pytest-asyncio: upgrade 0.23.6 -> 0.24.0Tom Geelen2024-12-211-1/+3
| | | | | Signed-off-by: Tom Geelen <t.f.g.geelen@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyjwt: upgrade 2.9.0 -> 2.10.1Tom Geelen2024-12-211-1/+1
| | | | | Signed-off-by: Tom Geelen <t.f.g.geelen@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-propcache: upgrade 0.2.0 -> 0.2.1Tom Geelen2024-12-211-1/+1
| | | | | Signed-off-by: Tom Geelen <t.f.g.geelen@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pillow: upgrade 10.4.0 -> 11.0.0Tom Geelen2024-12-212-5/+5
| | | | | Signed-off-by: Tom Geelen <t.f.g.geelen@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aiohttp: upgrade 3.11.8 -> 3.11.11Tom Geelen2024-12-211-1/+1
| | | | | Signed-off-by: Tom Geelen <t.f.g.geelen@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-gpiod: update v2.2.2 -> v2.2.3Bartosz Golaszewski2024-12-201-1/+1
| | | | | | | | Small bugfix release addressing a potential crash due to a bad usage of PyDict_Next() in the C extension. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Update p7zip to 7zipHongxu Jia2024-12-191-1/+1
| | | | | | | | Due to commit [Use 7zip 2409 to replace p7zip 16.02] applied, update affected recipes Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pybind11-json: upgrade 0.2.14 -> 0.2.15Wang Mingyu2024-12-191-1/+1
| | | | | | | | | | | Changelog: ========== - Avoid crash when converting dict with circular reference - ci: use pixi in CI - Mention nanobind's solution Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-*: Update recipes to correctly check the upstream packagesDerek Straka2024-12-19106-43/+112
| | | | | | | | | | | | With the upstream check migrated to the simple repo API, a number of the recipes required updates to: 1. Remove outdated UPSTREAM_CHECK_REGEX checks 2. Add recipe specific UPSTREAM_CHECK_PYPI_PACKAGE definitions for packages that use '_', CamelCase, or other deviations from PEP625 in the source archive Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-libusb1: rename recipe to reflect the python version and update to ↵Derek Straka2024-12-131-4/+1
| | | | | | | use pypi Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ipython: update to version 8.30.0Derek Straka2024-12-131-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-janus: update to version 1.1.0Derek Straka2024-12-131-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-prompt-toolkit: set the value of UPSTREAM_CHECK_PYPI_PACKAGE to ↵Derek Straka2024-12-121-0/+1
| | | | | | | enable version checking Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-mlcommons-loadgen: update to version 5.0.0Derek Straka2024-12-121-1/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pdm: update to version 2.22.0Derek Straka2024-12-121-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cmake: update to version 3.31.1Derek Straka2024-12-122-12/+13
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-luma-oled: update to version 3.14.0Derek Straka2024-12-121-5/+3
| | | | | | | | License-Update: Copyright year updated for 2024 Remove unneded CLEANBROKEN Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-virtualenv: upgrade 20.26.5 -> 20.26.6Soumya Sambu2024-12-121-1/+1
| | | | | | | | Changelog: https://virtualenv.pypa.io/en/latest/changelog.html#v20-26-6-2024-09-27 Signed-off-by: Soumya Sambu <soumya.sambu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyhsslms: Add 2.0.0 recipeJamin Lin2024-12-101-0/+21
| | | | | | | | | | | | | | | | This recipe was placed in meta-arm meta layer, https://git.yoctoproject.org/meta-arm/tree/meta-arm/recipes-devtools/python/python3-pyhsslms_2.0.0.bb However, users may want to build this python module but do not want to add "meta-arm" meta layer. To make this recipe more flexible, move this recipe from "meta-arm" to "meta-openembedded/meta-python" meta layer. This python module is used for supporting LMS algorithm and it use pure Software to sign/verify with LMS algorithm. Please see official github for detail, https://github.com/russhousley/pyhsslms Signed-off-by: Jamin Lin <jamin_lin@aspeedtech.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-gpiod: don't recommend kernel-module-configfs for ptestBartosz Golaszewski2024-12-061-1/+0
| | | | | | | | This is already done by the libgpiod recipe for libgpiod-gpiosim which is a dependency for python3-gpiod's ptest package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-gpiod: pull in just libgpiosim, not the entire libgpiod-ptestBartosz Golaszewski2024-12-061-1/+1
| | | | | | | | | We now have a separate package containing the libgpiosim shared object which is all from libgpiod-ptest that we need for this package's tests. Let's relax the run-time dependency. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-gpiod: use python_setuptools_build_metaBartosz Golaszewski2024-12-041-1/+1
| | | | | | | | | Using the setuptools3-base class somehow works for invoking the setuptools build backend but we should actully be using python_setuptools_build_meta. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-twisted: upgrade 24.10.0 -> 24.11.0Guðni Már Gilbert2024-12-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Changes: https://github.com/twisted/twisted/releases/tag/twisted-24.11.0 - Twisted's implementations of twisted.internet.interfaces.IReactorMulticast now accept IPv6 literals and allow for IPv6 multicast. - TCP throughput when sending data is slightly faster. - twisted.internet.endpoints.clientFromString can handle "tls:" endpoints with default [bindAddress]{.title-ref}. This was a regression introduced in 24.10.0. - HTTP server can handle listening on filesystem UNIX sockets. This was a regression introduced in 24.10.0. - twisted.internet.tcp.Connection.setTcpNoDelay was updated to fix a potential failure when setting TCP_NODELAY on macOS. - twisted.python.constants, deprecated since 16.5.0, has been removed. - twisted.mail.imap.IMAPServer.arg_fetchatt can now detect that a IMAP partial request has been made that is longer than the original message and alter the output of the response in order to match the IMAPRev4 spec Signed-off-by: Guðni Már Gilbert <gudni.m.g@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-twine: upgrade 5.1.1 -> 6.0.1Wang Mingyu2024-12-031-1/+1
| | | | | | | | | | Changelog: ========== - Fixed a regression where twine check would fail to expand wildcards, e.g. twine check 'dist/*'. - Restore support for pkginfo 1.11 Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-tqdm: upgrade 4.66.6 -> 4.67.1Wang Mingyu2024-12-031-1/+1
| | | | | | | | | | | | | | | Changelog: ============ - fix gui (matplotlib syntax) (#1629) - misc test & framework updates: bump pytest-asyncio (#1630) fix codecov rate limit fix pybuild sync dependencies - contrib.discord: replace disco-py with requests Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-tomli: upgrade 2.1.0 -> 2.2.1Wang Mingyu2024-12-031-1/+1
| | | | | | | | | | | | | Changelog: ========== Fixed: Don't attempt to compile binary wheels for Python 3.8, 3.9 and 3.10 where cibuildwheel depends on a conflicting Tomli version Added: mypyc generated binary wheels for common platforms Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-snagboot: upgrade 1.3 -> 2.0Wang Mingyu2024-12-031-1/+1
| | | | | | | | | | | | | | | | | Changelog: ============= treewide: add Windows support for all SoC families except AM335x introduce the new Snagfactory flashing tool snagflash: add interactive mode with advanced compound commands AM6x: broaden AM62x support to include AM64x SoCs Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pydantic-core: upgrade 2.27.0 -> 2.27.1Wang Mingyu2024-12-032-11/+11
| | | | | | | | | | | | | Changelog: ============= - Simplify shared union serializer logic - Tidy up some uses of Bound<'_, PyString>::to_str - Fix serialization inference for complex types in python - Bump to PyO3 v0.22.6 - Fix performance regression for JSON tagged union Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pycares: upgrade 4.4.0 -> 4.5.0Wang Mingyu2024-12-031-1/+1
| | | | | | | | | | | | | | | | | | Changelog: ============ - Test data updates to fix test failures - Update test_idna_encoding_query_a with new errno to align to new c-ares version - Do not define HAVE_GETSERVBYPORT_R for platforms Android, Cygwin, Darwin - Drop distutils - build(deps): bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows - Add 3.13 support, remove 3.8 - chore(ci): fix upload & add more platforms to cibuildwheel - Test building release wheels on PRs - Fix building sdist - Fixup CI Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-portalocker: upgrade 2.10.1 -> 3.0.0Wang Mingyu2024-12-031-1/+1
| | | | | | | | | | | Changelog: =========== - Completely modernized portalocker build system and added fully strict pyright and mypy compliance with ruff formatting and checking. - Dropped support for deprecated Python versions, only 3.9 and up are supported now. Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pdm: upgrade 2.20.1 -> 2.21.0Wang Mingyu2024-12-031-1/+1
| | | | | | | | | | | | | | | | | | | | | Features & Improvements ======================= Pass original working directory as env variable to pdm scripts (#3179) Output similar commands or script command when the input command is not correct (#3270) improve readability of Python interpreter validation message (#3276) Print task name by default when using pdm run (#3277) Make OrderedSet.__contains__ run in O(1) (#3280) Emit post_lock after writing pyproject.toml and pdm.lock in add/update (#3285) Drop support of Python 3.8 (#3298) Bug Fixes ============= Fix the name normalization issue for optional dependency groups. (#3271) Don't use uv when installing plugins in project. (#3283) Fix the bug that pdm plugins are invalid after installation on ubuntu system python. (#3289) Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pdm-build-locked: upgrade 0.3.3 -> 0.3.4Wang Mingyu2024-12-031-1/+1
| | | | | | | | | | Changelog: =========== - compatibility with dependency-groups in pdm 2.20 - dropped support for Python 3.8 Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-mlcommons-loadgen: upgrade 4.0.1 -> 4.1.29Wang Mingyu2024-12-031-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-imageio: upgrade 2.36.0 -> 2.36.1Wang Mingyu2024-12-031-1/+1
| | | | | | | | Changelog: Fix failing pillow test Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-httpx: upgrade 0.27.2 -> 0.28.0Wang Mingyu2024-12-031-1/+1
| | | | | | | | | | | | | | | | | | Changelog: ============= - The following cases of configuration API have been deprecated: The verify argument as a string argument is now deprecated and will raise warnings. The cert argument is now deprecated and will raise warnings. - The deprecated proxies argument has now been removed. - The deprecated app argument has now been removed. - JSON request bodies use a compact representation. (#3363) - Review URL percent escape sets, based on WHATWG spec. (#3371, #3373) - Ensure certifi and httpcore are only imported if required. (#3377) - Treat socks5h as a valid proxy scheme. (#3178) - Cleanup Request() method signature in line with client.request() and httpx.request(). (#3378) Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>