Commit Graph

6276 Commits

Author SHA1 Message Date
Wang Mingyu
0007269307
python3-absl: upgrade 2.0.0 -> 2.1.0
Changelog:
=========
-Added absl.flags.override_value function to provide FlagHolder with a construct
 to modify values.
-Added a new method absltest.TestCase.assertDataclassEqual that tests equality
 of dataclass.dataclass objects with better error messages when the assert fails.
-absl.flags.argparse_flags.ArgumentParser now correctly inherits an empty
 instance of FlagValues to ensure that absl flags, such as --flagfile, --undefok
 are supported.
-Do not exit 5 if tests were skipped on Python 3.12. This follows the CPython
 change in python/cpython#113856.
-The flag foo no longer retains the value bar after FLAGS.foo = bar fails due to
 a validation error.
-Fixed an issue caused by this Python 3.12.1 change where the test reporter
 crashes when all tests are skipped.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-23 11:55:35 -08:00
Wang Mingyu
92c941986d
python3-xmlschema: upgrade 2.5.1 -> 3.0.1
Changelog:
==========
-Hotfix release for broken requirement
-Set python-requires metadata to >=3.8
-Upgrade GitHub Actions

License-Update: Copyright year updated to 2024.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-23 11:55:35 -08:00
Wang Mingyu
f389b42498
python3-eth-keys: upgrade 0.4.0 -> 0.5.0
License-Update: Copyright year updated to 2023.

Changelog:
===========
-Drop python 3.6 and 3.7 support
-Add python 3.11 support
-Merge template updates, notably using pre-commit for linting and change the name of the master branch to main

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-23 11:55:35 -08:00
Khem Raj
9953ca1ac0
python3-multidict: Fix running ptests
Add missing runtime dependency on pytest-cov
and move the test to PTESTS_FAST_META_PYTHON since it takes < 20 seconds

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-21 12:37:12 -08:00
Khem Raj
919cfc554a
python3-multidict: Make it work with python 3.12
The needed fixes are in master branch and one more fix it still in a
pull request, bring them all in until 6.0.5 is released

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-21 12:37:12 -08:00
Khem Raj
b96cdd29fb
python3-pillow: Correct branch parameter in SRC_URI
10.1 tag SRCREV certainly does not exist on 10.0 branch so point it to main
branch
Drop one of two SRCREV settings which was wrong.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Leon Anavi <leon.anavi@konsulko.com>
2024-01-20 22:15:02 -08:00
Yoann Congal
a3265e6fcb
python3-pytest-cov: Add missing python3-pytest RDEPENDS
python3-pytest-cov is a plugin of python3-pytest adding test coverage
feature. It does not seem to do anything useful by itself.

Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-19 09:51:07 -08:00
Yoann Congal
9fdcd8c8dc
python3-coverage: add native and nativesdk BBCLASSEXTEND
To build python3-pytest-cov-native we need python3-coverage-native.
To build nativesdk-python3-pytest-cov we need nativesdk-python3-coverage.

Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-19 09:51:07 -08:00
Derek Straka
5e91f44940
python3-google-api-python-client: update to version 2.113.0
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-13 09:08:38 -08:00
Derek Straka
ccd8dea442
python3-socketio: update to version 5.11.0
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-13 09:08:38 -08:00
Derek Straka
73452860de
python3-google-auth: update to version 2.26.2
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-13 09:08:38 -08:00
Derek Straka
4b9cd22f47
python3-eth-hash: update to version 0.6.0
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-13 09:08:38 -08:00
Derek Straka
243fafa092
python3-protobuf: update to version 4.25.1
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-13 09:08:37 -08:00
Derek Straka
72c56daa63
python3-apispec: update to version 6.4.0
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>
2024-01-13 09:08:37 -08:00
Derek Straka
b58a7679c0
python3-marshmallow: update to version 3.20.2
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>
2024-01-13 09:05:52 -08:00
Derek Straka
dde3f14af8
python3-engineio: update to version 4.8.2
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-13 09:05:52 -08:00
Derek Straka
1116ce1733
python3-web3: update to version 6.14.0
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-12 12:03:20 -08:00
Leon Anavi
57f8d6e1df
python3-kivy: Upgrade 2.2.1 -> 2.3.0
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>
2024-01-09 07:04:31 -08:00
Leon Anavi
1192917fbf
python3-wtforms: Upgrade 3.1.1 -> 3.1.2
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>
2024-01-09 07:04:31 -08:00
Leon Anavi
250cc19699
python3-webargs: Upgrade 8.3.0 -> 8.4.0
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>
2024-01-09 07:04:31 -08:00
Wang Mingyu
d2552ce816
python3-traitlets: upgrade 5.14.0 -> 5.14.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>
2024-01-08 19:54:45 -08:00
Wang Mingyu
a7177c7253
python3-pytest-asyncio: upgrade 0.23.2 -> 0.23.3
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>
2024-01-08 19:54:45 -08:00
Wang Mingyu
0c2801196d
python3-pymisp: upgrade 2.4.182 -> 2.4.183
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>
2024-01-08 19:54:45 -08:00
Wang Mingyu
a53436cc95
python3-pyflakes: upgrade 3.1.0 -> 3.2.0
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>
2024-01-08 19:54:44 -08:00
Wang Mingyu
5e21f78729
python3-pdm: upgrade 2.11.1 -> 2.11.2
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>
2024-01-08 19:54:44 -08:00
Wang Mingyu
e939b52573
python3-lz4: upgrade 4.3.2 -> 4.3.3
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>
2024-01-08 19:54:44 -08:00
Wang Mingyu
ed772f2b80
python3-google-auth: upgrade 2.25.2 -> 2.26.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>
2024-01-08 19:54:44 -08:00
Wang Mingyu
ebaa41bafc
python3-google-api-python-client: upgrade 2.111.0 -> 2.112.0
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>
2024-01-08 19:54:44 -08:00
Wang Mingyu
3f81f9471a
python3-bitarray: upgrade 2.9.1 -> 2.9.2
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>
2024-01-08 19:54:44 -08:00
Wang Mingyu
41349043ef
python3-aiohttp-jinja2: upgrade 1.5.1 -> 1.6
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>
2024-01-08 19:54:44 -08:00
Wang Mingyu
1957e73efb
python3-sqlalchemy: upgrade 2.0.24 -> 2.0.25
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>
2024-01-08 19:54:43 -08:00
Wang Mingyu
ebd44706dd
python3-cvxopt: upgrade 1.2.7 -> 1.3.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>
2024-01-08 19:54:43 -08:00
Wang Mingyu
a91572be28
python3-argh: upgrade 0.30.5 -> 0.31.0
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>
2024-01-08 19:54:43 -08:00
Khem Raj
628084d6b0
python3-pylint: Ignore failing ptests
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>
2024-01-08 19:54:40 -08:00
Khem Raj
34794c0c28
python3-pydantic-core: Rename the cpython module on musl
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>
2024-01-08 19:54:39 -08:00
Alexander Kanavin
8b100a34f6
python3-h5py: backport a cython 3.x compatibility patch
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-08 19:54:38 -08:00
Richard Leitner
b56ab3d109
python3-pytest-cov: add missing python3-coverage dependency
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>
2024-01-04 11:17:26 -08:00
Wang Mingyu
45672db184
python3-pydantic-core: upgrade 2.14.5 -> 2.14.6
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>
2024-01-04 11:17:26 -08:00
Wang Mingyu
a50b58f626
python3-flask: upgrade 2.3.3 -> 3.0.0
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>
2024-01-02 00:35:52 -08:00
Wang Mingyu
e17de9ffb9
python3-coverage: upgrade 7.3.4 -> 7.4.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-02 00:35:52 -08:00
Wang Mingyu
a10314fdd0
python3-cantools: upgrade 39.4.1 -> 39.4.2
Changelog:
 Fix range check with negative scalings

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-02 00:35:52 -08:00
Wang Mingyu
36f7320193
python3-netaddr: upgrade 0.9.0 -> 0.10.0
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>
2024-01-02 00:35:52 -08:00
Alexander Kanavin
e594e1c292
python3-kmod: remove the recipe
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>
2023-12-31 08:27:50 -08:00
Alexander Kanavin
e2da07a13e
python3-oslash: remove
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>
2023-12-31 08:27:48 -08:00
Alexander Kanavin
70b13461fe
python3-jsonrpcserver: remove
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>
2023-12-31 08:27:48 -08:00
Alexander Kanavin
b118d9adfe
python3-custom-inherit: fix python 3.12 builds
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-12-31 08:27:48 -08:00
Alexander Kanavin
40539d3d40
python3-gmpy2: fix python 3.12 issues
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-12-31 08:27:48 -08:00
Alexander Kanavin
0ece1e8334
python3-xmlrunner: remove the recipe
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>
2023-12-31 08:27:48 -08:00
Derek Straka
2f4372ed70
python3-dominate: update to version 2.9.1
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-12-29 13:57:14 -08:00
Derek Straka
ebea0db450
python3-argh: update to version 0.30.5
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-12-29 13:57:14 -08:00