summaryrefslogtreecommitdiffstats
path: root/meta-python
Commit message (Collapse)AuthorAgeFilesLines
* python3-zeroconf: upgrade 0.136.2 -> 0.139.0Wang Mingyu2025-01-141-1/+1
| | | | | | | | | | | | | | Changelog: ========= - feat: implement heapq for tracking cache expire times - fix: ensure cache does not return stale created and ttl values - feat: improve performance of processing incoming records - fix: split wheel builds to avoid timeout - fix: move wheel builds to macos-13 - feat: speed up parsing incoming records Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-wrapt: upgrade 1.17.0 -> 1.17.1Wang Mingyu2025-01-141-2/+2
| | | | | | | | | | | Changelog: =========== - Due to GitHub actions changes, binary wheels were missing for macOS Intel. - Not implemented error for __reduce__() on ObjectProxy was incorrectly displaying the error as being on __reduce_ex__(). Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sqlalchemy: upgrade 2.0.36 -> 2.0.37Wang Mingyu2025-01-141-2/+2
| | | | | | | | | | Changelog: https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.37 License-Update: Copyright year updated to 2025. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sh: upgrade 2.1.0 -> 2.2.1Wang Mingyu2025-01-141-1/+1
| | | | | | | | Changelog: Bugfix where async and return_cmd does not raise exceptions Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pdm: upgrade 2.22.1 -> 2.22.2Wang Mingyu2025-01-141-1/+1
| | | | | | | | | | | | | | | | | | | | Changelog: ============ - Write installer metadata like INSTALLER and REQUESTED to dist-info directory when installing packages. - Respect .python-version file in the project root directory when selecting the Python interpreter. By default, it will be written when running pdm use command. - Fix a problem of missing dependencies when adding to dev dependencies if both editable and non-editable dependencies exist. - Use stdlib for URL <-> Path conversions. - shellingham.detect_shell() returns ('tcsh', '/bin/tcsh') for tcsh on FreeBSD, so the current code tries to use the Bash venv activation script and fails due to syntax error. This change fixes the issue. - Fix a performance issue because pypi source credentials were being queried many times from keyring. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-mlcommons-loadgen: upgrade 5.0.4 -> 5.0.5Wang Mingyu2025-01-141-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-marshmallow: upgrade 3.24.1 -> 3.25.1Wang Mingyu2025-01-141-1/+1
| | | | | | | | | | | | | | | | | | | | | Changelog: =========== - Typing: Fix type annotations for Tuple <marshmallow.fields.Tuple>, Boolean <marshmallow.fields.Boolean>, and Pluck <marshmallow.fields.Pluck> constructors - Typing: Fix overload for marshmallow.class_registry.get_class - Various documentation improvements - Add top-level API back to docs - Typing: Improve type annotations for SchemaMeta.get_declared_fields - Typing: Relax type annotation for Schema.opts to allow subclasses to define their own options classes - Restore marshmallow.base.SchemaABC for backwards-compatibility - Don't override __new__ to avoid breaking usages of inspect.signature with Field <marshmallow.fields.Field> classes. This allows marshmallow-sqlalchemy users to upgrade marshmallow without upgrading to marshmallow-sqlalchemy>=1.1.1. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-gnupg: upgrade 0.5.3 -> 0.5.4Wang Mingyu2025-01-141-1/+1
| | | | | | | | Changelog: Fix #242: Handle exceptions in the on_data callable. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-flask-marshmallow: upgrade 1.2.1 -> 1.3.0Wang Mingyu2025-01-141-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-dirty-equals: upgrade 0.8.0 -> 0.9.0Wang Mingyu2025-01-141-1/+1
| | | | | | | | | | Changelog: =========== - fix problem with functools.singledispatch - uprev to v0.9 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cmake: upgrade 3.31.2 -> 3.31.4Wang Mingyu2025-01-141-1/+1
| | | | | | | | | | | Changelog: =========== - chore(deps): bump the actions group across 1 directory with 2 updates - chore(deps): update pre-commit hooks - [Bot] Update to CMake 3.31.4 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aniso8601: upgrade 9.0.1 -> 10.0.0Wang Mingyu2025-01-142-8/+8
| | | | | | | | | | | | | | Changelog: ========== - Reduced accuracy representations of years when parsing a calendar date are now only allowed to be [YY] - No longer specify a Python interpreter version to Black - Cleanup unsupported Pylint configuration options - Fix used-before-assignment errors - Fix coverage issue caused by unreachable conditional in _parse_interval_end Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyscaffold: Upgrade 4.5 -> 4.6Leon Anavi2025-01-131-2/+1
| | | | | | | | | | | | | | Upgrade to release 4.6: - Modify Cirrus CI template to save resources - Update Cirrus CI configuration - Update Gitlab CI template - Prefer importlib.resources.files instead of importlib.resources.read_text or pkgutil.get_data - Update version caps for dependency on platformdirs Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-bandit: Upgrade 1.8.0 -> 1.8.2Leon Anavi2025-01-131-1/+1
| | | | | | | | | | | | | | | | Upgrade to release 1.8.2: - Revert "Start testing with 3.14 alphas" - Bump docker/build-push-action from 6.9.0 to 6.10.0 - Update the bug template with latest bandit version - Add Mercedes-Benz to sponsor list - Bump docker/setup-buildx-action from 3.7.1 to 3.8.0 - [pre-commit.ci] pre-commit autoupdate - Remove lxml (B320 & B410) from blacklist - Clarify "getting started" docs Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-responses: Upgrade 0.25.3 -> 0.25.5Leon Anavi2025-01-131-2/+2
| | | | | | | | | | | | | | | | | | | | | Upgrade to release 0.25.5: - Fix readme issue that prevented 0.25.4 from being published to pypi. - Responses can now match requests that use `data` with file-like objects. - RequestsMock.matchers was added. This property is an alias to responses.matchers. - Removed tests from packaged wheels - Improved recorder API to ease use in REPL environments. Fixes: WARNING: python3-responses-0.25.5-r0 do_check_backend: QA Issue: inherits setuptools3 but has pyproject.toml with setuptools.build_meta, use the correct class [pep517-backend] Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-inline-snapshot: Upgrade 0.18.2 -> 0.19.1Leon Anavi2025-01-131-1/+1
| | | | | | | | | | | | | Upgrade to release 0.19.1: - added the optional inline-snapshot[dirty-equals] dependency to depend on the dirty-equals version which works in combination with inline-snapshot. - snapshots with pydantic models can now be compared multiple times Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-dbus-fast: Upgrade 2.24.4 -> 2.28.0Leon Anavi2025-01-131-1/+1
| | | | | | | | | | | Upgrade to release 2.28.0: - Improve performance of unmarshalling variants - Improve performance of marshalling message headers - Revert avoid building wheels if a release is not made Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pydantic: Upgrade 2.10.4 -> 2.10.5Leon Anavi2025-01-131-1/+1
| | | | | | | | | | Upgrade to release 2.10.5: - Remove custom MRO implementation of Pydantic models - Fix URL serialization for unions Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-serpent: update recipe to use the ptest-python-pytest classDerek Straka2025-01-102-14/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-service-identity: update recipe to use the ptest-python-pytest classDerek Straka2025-01-102-15/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-smpplib: update recipe to use the ptest-python-pytest classDerek Straka2025-01-102-12/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-simpleeval: update recipe to use the ptest-python-pytest classDerek Straka2025-01-102-12/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-soupsieve: update recipe to use the ptest-python-pytest classDerek Straka2025-01-102-14/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sqlparse: update recipe to use the ptest-python-pytest classDerek Straka2025-01-102-15/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-tomli-w: update recipe to use the ptest-python-pytest classDerek Straka2025-01-102-13/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-tomlkit: update recipe to use the ptest-python-pytest classDerek Straka2025-01-102-15/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-trustme: update recipe to use the ptest-python-pytest classDerek Straka2025-01-102-15/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-typeguard: update recipe to use the ptest-python-pytest classDerek Straka2025-01-102-15/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-tzdata: update recipe to use the ptest-python-pytest classDerek Straka2025-01-102-12/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-u-msgpack-python: update recipe to use the ptest-python-pytest classDerek Straka2025-01-102-14/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ujson: update recipe to use the ptest-python-pytest classDerek Straka2025-01-102-15/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-unidiff: update recipe to use the ptest-python-pytest classDerek Straka2025-01-102-18/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-uritemplate: update recipe to use the ptest-python-pytest classDerek Straka2025-01-102-18/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-validators: update recipe to use the ptest-python-pytest classDerek Straka2025-01-102-15/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-wrapt: update recipe to use the ptest-python-pytest classDerek Straka2025-01-102-12/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-wsproto: update recipe to use the ptest-python-pytest classDerek Straka2025-01-102-18/+3
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-xlrd: update recipe to use the ptest-python-pytest classDerek Straka2025-01-102-10/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-yappi: update recipe to use the ptest-python-pytest classDerek Straka2025-01-102-8/+3
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-yarl: update recipe to use the ptest-python-pytest classDerek Straka2025-01-102-10/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cachecontrol: Upgrade 0.14.1 -> 0.14.2Leon Anavi2025-01-101-1/+1
| | | | | | | | | | | Upgrade to release 0.14.2: - Eliminate a race condition when overwriting cache entries. - Fix a requests object leak when doing caching on a streamed response. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyusb: Upgrade 1.3.0 -> 1.3.1Leon Anavi2025-01-101-1/+1
| | | | | | | | | | Upgrade to release 1.3.1: - core: fix a regression in ctrl_transfer where supplied read buffers were discarded Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-icecream: Upgrade 2.1.3 -> 2.1.4Leon Anavi2025-01-101-1/+1
| | | | | | | | | | | | | Upgrade to release 2.1.4: - Changed: Drop support for all Python versions prior to Python 3.8, now long past EOL. Notably, Python 2 is no longer supported. - Changed: Update the 'executing' dependency to >= v2.1.0 to improve source code analysis and support Python 3.13. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyrad: Fix build with poetry 2.xKhem Raj2025-01-102-1/+54
| | | | | | Backport a patch that reformats pyproject file to the taste of poetry 2 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cached-property: Upgrade 1.5.2 -> 2.0.1Leon Anavi2025-01-101-1/+2
| | | | | | | | | | | | | | | Upgrade to release 2.0.1: - Specify py3.8 or higher / Officially drop py2.7 - Link to functools.cached_property - Add official support for current Python versions (3.8, 3.9, 3.10, 3.11, 3.12, 3.13) - Migrate AUTHORS.rst to AUTHORS.md - Migrate README.rst to README.md - Changed from black to ruff for formatting Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-deprecated: Upgrade 1.2.14 -> 1.2.15Leon Anavi2025-01-101-2/+1
| | | | | | | | | | | | | | | Upgrade to release 1.2.15: - Resolve Python 2.7 support issue introduced in v1.2.14 in sphinx.py. - Add extra_stacklevel argument for interoperating with other wrapper functions (refer to #68 for a concrete use case). - Update class method deprecation warnings for Python 3.13. - Update GitHub workflows and fix development dependencies for Python 3.12. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-argcomplete: Upgrade to 3.5.3Khem Raj2025-01-081-5/+3
| | | | | | | | | | | | | | | | migrate to hatchling build backend Changes for v3.5.3 (2024-12-31) Use interactive shells and bind to make environment variable name completions work in older Bash versions (#506) Changes for v3.5.2 (2024-12-06) Fix _parse_known_args monkeypatching Note: This fix is required to restore compatibility with Python 3.12.8 and 3.13.1. CI improvements Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-yamlloader: Upgrade 1.4.1 -> 1.5.1Leon Anavi2025-01-081-2/+6
| | | | | | | | | | Upgrade to release 1.5.1: - fix: remove uv for Python 3.7 compatibility - Update pyproject.toml Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cerberus: Upgrade 1.3.5 -> 1.3.7Leon Anavi2025-01-081-3/+1
| | | | | | | | | | Upgrade to release 1.3.7: - Amends missing changelog - Support for Python 3.12 & 3.13 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-a2wsgi: Upgrade 1.10.7 -> 1.10.8Leon Anavi2025-01-081-1/+1
| | | | | | | | | Upgrade to release 1.10.8: - Fix asgi.py's Task thread safety Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-marshmallow: Upgrade 3.23.3 -> 3.24.1Leon Anavi2025-01-081-1/+1
| | | | | | | | | | | | | | | Upgrade to release 3.24.1: - Typing: Fix typing for class_registry.get_class From release 3.24.0: - Typing: Improve typings in marshmallow.fields - Typing: Replace type comments with inline typings - Typing: Fix type hint for nested parameter of Nested Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>