Commit Graph

6550 Commits

Author SHA1 Message Date
Leon Anavi
5f2bd05add
python3-file-magic: add recipe
Add file-magic version 0.4.1, a Python front end for libmagic(3).

This work was sponsored by GOVCERT.LU.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-13 10:49:42 -08:00
alperak
03e10516e8 tuna: upgrade 0.18 -> 0.19
Signed-off-by: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-11 15:41:43 -08:00
Bartosz Golaszewski
d919a10d53 python3-gpiod: update to v2.1.3
The python bindings for libgpiod have undergone several significant
changes that make them easier to use for users of pip. The libgpiod
sources are now vendored with the python3-gpiod as the biggest complaint
by far was the fact that if the system doesn't provide the correct
version of libgpiod, the python bindings won't build.

This is however irrelevant for the meta-python recipe as we use the
provided switch to keep linking against the libgpiod provided by
meta-openembedded.

We have changed the way the tests are built, they are now generated by a
separate build script and no longer by setup.py. The package now
correctly build with the preferred pep517 method so change the inherited
classes.

We have also gained control over the gpiod module on pypi (which
previously hosted a pure python GPIO library) so the location of the
sources has changed.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-09 20:47:44 -08:00
Wang Mingyu
688b595463 python3-zeroconf: upgrade 0.119.0 -> 0.120.0
Changelog:
===========
Speed up incoming packet processing with a memory view
Speed up decoding labels from incoming data
Speed up ServiceBrowsers with a pxd for the signal interface

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-08 22:55:06 -08:00
Wang Mingyu
91153698b6 python3-python-vlc: upgrade 3.0.18122 -> 3.0.20123
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-08 22:55:06 -08:00
Wang Mingyu
a0bf96f9aa python3-lru-dict: upgrade 1.2.0 -> 1.3.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-08 22:55:06 -08:00
Wang Mingyu
c48b4bcaeb python3-jsbeautifier: upgrade 1.14.9 -> 1.14.11
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-08 22:55:06 -08:00
Wang Mingyu
86179449c3 python3-inflate64: upgrade 0.3.1 -> 1.0.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-08 22:55:06 -08:00
Wang Mingyu
8b0358ac20 python3-imageio: upgrade 2.31.6 -> 2.32.0
Changelog:
 Fix bug:Pin pillow below v10.1 to avoid breaking changes

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-08 22:55:06 -08:00
Wang Mingyu
8ac8e4d009 python3-geojson: upgrade 3.0.1 -> 3.1.0
Changelog:
===========
Add support for Python 3.12
CI improvements
Unit test improvements

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-08 22:55:06 -08:00
Wang Mingyu
66aeb2b75e python3-argh: upgrade 0.30.3 -> 0.30.4
Changelog:
-The handling introduced in v.0.30.2 (raising an exception for clarity)
 is retained for cases when no name mapping policy is specified but function
 signature contains defaults in non-kwonly args and kwonly args are also
 defined

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-08 22:51:28 -08:00
Arthur Oliveira
9ca31fdd53 python3-flask-restx: Switch dependency from isodate to aniso8601
Replace `python3-isodate` with `python3-aniso8601` in the `python3-flask-restx`
recipe to meet the updated dependency requirements for Flask-RESTx.

Signed-off-by: Arthur Oliveira <arthur.oliveira@ossystems.com.br>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-08 22:51:28 -08:00
Arthur Oliveira
2b401c24ac python3-aniso8601: Add ISO 8601 parsing library
Add new python3-aniso8601 recipe for parsing ISO 8601 strings with a
BSD-3-Clause license.

Signed-off-by: Arthur Oliveira <arthur.oliveira@ossystems.com.br>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-08 22:51:28 -08:00
Zoltán Böszörményi
9b5ee4b0b2 python3-ninja: Set BBCLASSEXTEND = "native nativesdk"
python3-ninja is a build dependency for other python modules.
For this, python3-ninja must be built for native mode.

This partially reverts d4aa17dc43
("meta-python: Drop broken BBCLASSEXTEND variants")

Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-07 23:11:24 -08:00
Zoltán Böszörményi
0010c0c055 python3-ninja-syntax: Set BBCLASSEXTEND = "native nativesdk"
python3-ninja is used as a build dependency by other modules.
For that, python3-ninja and all its dependencies must be built
in native mode.

Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-07 23:11:24 -08:00
Leon Anavi
e34a29f124 python3-jsonref: Upgrade 1.0.1 -> 1.1.0
Upgrade to version 1.1.0:

- Fixes documents where the root is a reference object not being
  cached
- Allows a reference object to refer to a fragment within itself
- Extra properties of a reference object will now have references
  resolved

License-Update: License remains the same

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-07 23:11:24 -08:00
Leon Anavi
0fd1c5280e python3-pdm: add recipe
Add pdm, a modern Python package and dependency manager supporting
the latest PEP standards. Version 2.10.1 brings:

- Fix list index out of range when build error message is empty
- Fix find_link sources being exported as --extra--index-url
- Fix an installation failure when install.cache = true
- Fix a resolution issue that extra dependencies are not resolved
  when the bare dependency has more specific version constraint

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-07 23:11:24 -08:00
Leon Anavi
3ca88006d9 python3-pdm-backend: add recipe
Add pdm-backend, the build backend used by PDM that supports latest
packaging standards. Version 2.1.7 provides:

- Rename tag-pattern to tag_regex in the docs
- Copytree handle existing dirs
- Normalize the dist info name in the wheel

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-07 23:11:24 -08:00
Leon Anavi
98c3ae0c2e python3-wand: add recipe
Add Wand, a ctypes-based simple MagickWand API binding for Python.
Versions 0.6.13 and 0.6.12 provide:

- Hotfix release to remove a "work-in-progress" pyproject.toml
- Fixed behavior when passing zero to Image.chop()
- Fixed libmagick yield MagickCore library on Linux
- Fixed removing mask when passing None to Image.write_mask() method
- Added new COMPOSITE_OPERATORS operators

This work was sponsored by GOVCERT.LU.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-07 23:11:24 -08:00
Peter Kjellerstedt
0fe18c01f3 python3-pytest-mock: Only set SRCREV once
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-07 23:11:24 -08:00
Peter Kjellerstedt
b01cbb1ff3 python3-pylint: Only set SRCREV once
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-07 23:11:24 -08:00
Peter Kjellerstedt
ce8a6783f6 python3-greenlet: Avoid duplicate URI in SRC_URI
${PYPI_SRC_URI} is prepended to SRC_URI by the pypi class so there is no
reason to also do it in the recipe.

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-07 23:11:24 -08:00
Peter Kjellerstedt
7d35c10705 python3-kivy: Move a comment so it makes more sense
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-07 23:11:24 -08:00
Leon Anavi
31a4cd4484 python3-py7zr: add recipe
Add py7zr, a pure python 7-zip library. Version 0.20.7 with Python
3.12 support.

This work was sponsored by GOVCERT.LU.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06 08:56:02 -08:00
Leon Anavi
efe7d49028 python3-pyppmd: add recipe
Add pyppmd, a PPMd compression/decompression library.
Version 1.1.0 provides:

- Add Python 3.12 support
- Minimum required python to be 3.8
- Export PPMD8_RESTORE_METHOD* constants
- Drop setup.cfg
- Drop github actions workflows
- README: Add SPDX identifier
- CI run on python 3.10, 3.11 and 3.12

This work was sponsored by GOVCERT.LU.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06 08:56:02 -08:00
Leon Anavi
a215c36db7 python3-pybcj: add recipe
Add pybcj, a bcj filter library. Version 1.0.2 brings:

- Support python 3.12
- Add cibuildwheel config

This work was sponsored by GOVCERT.LU.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06 08:56:02 -08:00
Khem Raj
d49e19de7f python3-google-auth: upgrade 2.23.3 -> 2.23.4
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06 08:47:53 -08:00
Khem Raj
8a4eba594e python3-pylint: upgrade 3.0.1 -> 3.0.2
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06 08:47:53 -08:00
Khem Raj
4a7e667e10 python3-executing: upgrade 2.0.0 -> 2.0.1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06 08:47:53 -08:00
Khem Raj
3e982f1009 python3-argh: upgrade 0.29.4 -> 0.30.3
License-Update: Space removed

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06 08:47:48 -08:00
Khem Raj
00184628cb python3-ipython: upgrade 8.16.1 -> 8.17.2
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06 08:47:48 -08:00
Khem Raj
4ea2bb94e7 python3-shellingham: upgrade 1.5.3 -> 1.5.4
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06 08:47:48 -08:00
Khem Raj
f96be2c639 python3-reedsolo: upgrade 1.7.0 -> 2.0.13
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06 08:47:48 -08:00
Khem Raj
58342aa8f4 python3-eth-account: upgrade 0.9.0 -> 0.10.0
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06 08:47:48 -08:00
Khem Raj
b65cce758a python3-tomlkit: upgrade 0.12.1 -> 0.12.2
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06 08:47:48 -08:00
Khem Raj
8d503a2a88 python3-paramiko: upgrade 3.2.0 -> 3.3.1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06 08:47:48 -08:00
Khem Raj
79a88ba088 python3-cachetools: upgrade 5.3.1 -> 5.3.2
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06 08:47:48 -08:00
Khem Raj
dafea096b9 python3-xlsxwriter: upgrade 3.1.8 -> 3.1.9
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06 08:47:48 -08:00
Khem Raj
d42f69729a python3-asttokens: upgrade 2.4.0 -> 2.4.1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06 08:47:48 -08:00
Khem Raj
ae3e4ddcf4 python3-cbor2: Add missing hypothesis rdep for ptests
Fixes
ImportError while importing test module '/usr/lib/python3-cbor2/ptest/tests/test_encoder.py'.
E   ModuleNotFoundError: No module named 'hypothesis'

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06 08:47:48 -08:00
Khem Raj
f3522f11a9 python3-cbor2: upgrade 5.4.6 -> 5.5.1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06 08:47:48 -08:00
Khem Raj
fd473a8246 python3-charset-normalizer: upgrade 3.3.0 -> 3.3.2
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06 08:47:48 -08:00
Khem Raj
d422b857ee python3-greenlet: upgrade 2.0.2 -> 3.0.1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06 08:47:48 -08:00
Khem Raj
5f54314bb8 python3-sqlalchemy: upgrade 2.0.22 -> 2.0.23
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06 08:47:48 -08:00
Khem Raj
03c34e50a2 python3-filelock: upgrade 3.12.4 -> 3.13.1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06 08:47:48 -08:00
Khem Raj
faa6defd70 python3-bitstruct: upgrade 8.18.0 -> 8.19.0
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06 08:47:48 -08:00
Khem Raj
5e1d370249 python3-pyjwt: upgrade 2.7.0 -> 2.8.0
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06 08:47:48 -08:00
Khem Raj
0eeaf9476c python3-pytest-asyncio: upgrade 0.21.1 -> 0.22.0
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06 08:47:48 -08:00
Khem Raj
1b0366f34e python3-pyhamcrest: upgrade 2.0.4 -> 2.1.0
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06 08:47:48 -08:00
Khem Raj
c67a55202c python3-blinker: upgrade 1.6.3 -> 1.7.0
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06 08:47:48 -08:00
Khem Raj
27fd92f365 python3-imageio: upgrade 2.31.5 -> 2.31.6
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06 08:47:48 -08:00
Khem Raj
1d1f66242f python3-tornado: upgrade 6.3 -> 6.3.3
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06 08:47:48 -08:00
Khem Raj
3735668454 python3-google-api-python-client: upgrade 2.104.0 -> 2.106.0
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06 08:47:48 -08:00
Khem Raj
7cb97e577c python3-imgtool: upgrade 1.10.0 -> 2.0.0
License-Update: Copyright year changed

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06 08:47:42 -08:00
Khem Raj
3416af963c python3-pymongo: upgrade 4.5.0 -> 4.6.0
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06 08:47:42 -08:00
Khem Raj
1cab75b6de python3-meson-python: upgrade 0.14.0 -> 0.15.0
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06 08:47:42 -08:00
Khem Raj
039ed44201 python3-wxgtk4: upgrade 4.2.0 -> 4.2.1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06 08:47:42 -08:00
Khem Raj
348df1a7ef python3-argcomplete: upgrade 3.1.2 -> 3.1.4
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06 08:47:42 -08:00
Khem Raj
cdf761d9d2 python3-flask-login: upgrade 0.6.2 -> 0.6.3
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06 08:47:42 -08:00
Khem Raj
49e3f92466 python3-cantools: upgrade 39.2.0 -> 39.3.0
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06 08:47:42 -08:00
Khem Raj
c447e3f247 python3-tzlocal: upgrade 5.1 -> 5.2
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06 08:47:41 -08:00
Khem Raj
ac1b82f479 python3-virtualenv: upgrade 20.24.5 -> 20.24.6
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06 08:47:41 -08:00
Khem Raj
54fcf60298 python3-icu: upgrade 2.11 -> 2.12
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06 08:47:41 -08:00
Khem Raj
f1b906e89f python3-email-validator: upgrade 2.0.0 -> 2.1.0
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06 08:47:41 -08:00
Khem Raj
42b17e51be python3-eth-typing: upgrade 3.5.0 -> 3.5.1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06 08:47:41 -08:00
Khem Raj
dd268c257e python3-rapidjson: upgrade 1.12 -> 1.13
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06 08:47:41 -08:00
Khem Raj
d6427c99cc python3-m2crypto: upgrade 0.39.0 -> 0.40.1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06 08:47:41 -08:00
Khem Raj
498091dcb3 python3-web3: upgrade 6.11.1 -> 6.11.2
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06 08:47:41 -08:00
Khem Raj
86346d1099 python3-kivy: upgrade 2.1.0 -> 2.2.1
License-Update: Copyright year changed

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06 08:47:36 -08:00
Khem Raj
44eed7633d python3-pytest-mock: upgrade 3.11.1 -> 3.12.0
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06 08:47:36 -08:00
Khem Raj
fc3caea861 python3-traitlets: upgrade 5.11.2 -> 5.13.0
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06 08:47:36 -08:00
Khem Raj
14c483c3cd python3-pymisp: upgrade 2.4.176 -> 2.4.178
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06 08:47:36 -08:00
Khem Raj
745ae32848 python3-alembic: upgrade 1.12.0 -> 1.12.1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06 08:47:36 -08:00
Khem Raj
bc5a7de2bf python3-websockets: upgrade 11.0.3 -> 12.0
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06 08:47:36 -08:00
Khem Raj
a4a3abb0f9 python3-sentry-sdk: upgrade 1.26.0 -> 1.34.0
License-Update: Space format changed

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06 08:47:31 -08:00
Khem Raj
fa3494f7ef python3-pyperf: upgrade 2.6.1 -> 2.6.2
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06 08:47:31 -08:00
Khem Raj
e5534e994d python3-process-tests: upgrade 2.1.2 -> 3.0.0
License-Update: Copyright year changed

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06 08:47:24 -08:00
Khem Raj
223f3d6ef1 python3-xstatic-font-awesome: upgrade 4.7.0.0 -> 6.2.1.1
License-Update: Update text, license stil is same as font Awesome

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06 08:47:17 -08:00
Khem Raj
469888203a python3-eth-utils: upgrade 2.2.2 -> 2.3.0
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06 08:47:17 -08:00
Khem Raj
1b51299018 python3-trustme: upgrade 0.9.0 -> 1.1.0
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06 08:47:17 -08:00
Fabio Estevam
240b95417e python3-piccata: Use https for github
Per convert-srcuri.py script, github repos should be accessed
via https.

Change it accordingly.

Signed-off-by: Fabio Estevam <festevam@denx.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-03 15:07:16 -07:00
Leon Anavi
84a940d2f0 python3-unoconv: add recipe
Add unoconv version 0.9.0, an universal office converter - convert
between any document format supported by LibreOffice/OpenOffice.

This work was sponsored by GOVCERT.LU.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-03 09:29:34 -07:00
Leon Anavi
d66ace6575 python3-screeninfo: add recipe
Add screeninfo, fetch location and size of physical screens.
Versions 0.8.1 and 0.8.0 changelog:

- Added typing information
- Started tracking changes
- Switched to poetry
- Added ignoring of enumerators that work, but return no valid
  monitors
- Added ScreenInfoError to list of top-level symbols

This work was sponsored by GOVCERT.LU.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-03 09:29:34 -07:00
Arthur Oliveira
b6d435a740 python3-zopeevent: Add Zope.Event Python Recipe
This commit adds the python3-zopeevent recipe, which provides a simple event
system. It is licensed under ZPL-2.1.

Signed-off-by: Arthur Oliveira <arthur.oliveira@ossystems.com.br>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-03 09:29:34 -07:00
Arthur Oliveira
2e862a3596 python3-flask-restx: Add Flask-RestX Python Recipe
This commit introduces the python3-flask-restx recipe, which brings a fully
featured framework for fast, easy, and documented API development with Flask.
It is released under the BSD-3-Clause license.

Signed-off-by: Arthur Oliveira <arthur.oliveira@ossystems.com.br>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-03 09:29:34 -07:00
Leon Anavi
3b1abede06 python3-pcodedmp: add recipe
Add pcodedmp, a VBA (Visual Basic for Applications; the macro
programming language used in Microsoft Office) p-code disassembler
version 1.2.6:

- Some cosmetic changes
- win_unicode_console not used when unavailable
- win_unicode_console is now used only on Windows

This work was sponsored by GOVCERT.LU.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-02 10:39:36 -07:00
Leon Anavi
e11e1b763b python3-olefile: add recipe
Add olefile, a package to parse, read and write Microsoft OLE2
files. Version 0.46 changelog:

- OleFileIO can now be used as a context manager (with...as), to
  close the file automatically (see doc).
- Improved handling of malformed files.
- Fixed several bugs.

This work was sponsored by GOVCERT.LU.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-02 10:39:36 -07:00
Leon Anavi
6fdacd0f2b python3-oletools: add recipe
Add oletools, Python tools to analyze security characteristics of
MS Office and OLE files. Version 0.60.1 changelog:

- olevba:
  fixed a bug when calling XLMMacroDeobfuscator
  removed keyword "sample" causing false positives
- oleid: fixed OleID init issue
- oleobj:
  added simple detection of CVE-2021-40444 initial stage
  added detection for customUI onLoad
  improved handling of incorrect filenames in OLE package
- rtfobj: fixed code to find URLs in OLE2Link objects for Py3
- ftguess:
  added PowerPoint and XPS formats
  fixed issue with XPS and malformed documents
  added XLSB format
- improved logging with common module log_helper

This work was sponsored by GOVCERT.LU.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-02 10:39:36 -07:00
Leon Anavi
dd00fe1618 python3-multivolumefile: add recipe
Add multivolumefile, a multi volume file wrapper library.
Version 0.2.3 changelog:

- implement readall()
- lint with black

This work was sponsored by GOVCERT.LU.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-02 10:39:36 -07:00
Kai Kang
3e26d8deeb python3-blivetgui: 2.3.0 -> 2.4.2
Update python3-blivetgui from 2.3.0 to 2.4.2

* drop patches that there are not needed any more
* not set var `B` that out of source tree build is supported
* inherit setuptools3 rather than setuptools3_legacy

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-02 10:39:36 -07:00
Kai Kang
d6b19d69b2 python3-blivet: 3.4.3 -> 3.8.2
Update python3-blivet 3.4.3 to 3.8.2

* drop 0004-fix-new.roots-object-is-not-iterable.patch which is not
  needed any more
* adjust indent as well

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-02 10:39:36 -07:00
Leon Anavi
de0d5a1e8c python3-pymemcache: add recipe
Add pymemcache, a comprehensive, fast, pure Python memcached
client. Version 4.0.0 brings:

- Drop python support for 2.7, 3.4 and 3.5
- Use default for get ignore_exc
- Return default from hash client
- Return default from hash client when using positional argument
- Support noreply for hash flush_all
- Drop support for Python 3.6
- Add official support for Python 3.10
- Handle a blank stat value
- Small buffer pass optimization
- Expand Client with a method for sending arbitrary commands
- Add pluggable compression serde
- Start to add type hints
- Add py.typed file
- Fix key_prefix issue with stats and cache_memlimit

This work was sponsored by GOVCERT.LU.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-01 20:09:08 -07:00
Leon Anavi
bb10cde447 python3-jsbeautifier: add recipe
Add a new recipe for jsbeautifier version 1.14.9, JavaScript
unobfuscator and beautifier.

This work was sponsored by GOVCERT.LU.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-01 20:09:08 -07:00
Leon Anavi
9d5171a8a1 python3-inflate64: add recipe
Add python3-inflate64, a python package to provide compression and
decompression feature with Enhanced Deflate algorithm.

This work was sponsored by GOVCERT.LU.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-01 20:09:08 -07:00
Leon Anavi
f7a5d856a7 python3-colorclass: add recipe
Add colorclass version 2.2.2, a colorful worry-free console
applications for Linux, Mac OS X, and Windows.

This work was sponsored by GOVCERT.LU.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-01 20:09:08 -07:00
Arthur Oliveira
55aef29cdb python3-objectpath: Add ObjectPath Python Recipe
This commit includes the python3-objectpath recipe, which introduces the agile
NoSQL query language for semi-structured data. It is licensed under MIT.

Signed-off-by: Arthur Oliveira <arthur.oliveira@ossystems.com.br>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-01 15:33:43 -07:00
Kai Kang
a0d526bd7f python3-nacl: drop duplicate recipe
Recipes python3-nacl and python3-pynacl are exactly the same reipces for
python packge "PyNaCl", so drop the latter one python3-nacl_1.5.0.bb.

And let python3-pynacl rprovides python3-nacl in case it is required by
other recipes. Ajust the order in python3-pynacl as well accord to

https://docs.yoctoproject.org/dev/contributor-guide/recipe-style-guide.html#recipe-ordering

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-01 15:33:05 -07:00
Leon Anavi
86fc3bf9e3 python3-rarfile: add recipe
Add rarfile, a Python module for RAR archive reading. Version 4.1
brings:

- Support 7zip/p7zip as decompression backend
- RAR5: check password before trying to read file
- Make get_rar_version a public function
- New option: part_only for RarFile, to read only single file and
  allow it to be middle-part of multi-volume archive
- Add RarFile.printdir, use it in dumprar. Needed to examine
  FILE_COPY or HARD_LINK entries that do not contain data

Add run-time dependencies on p7zip as it is one of the supported
backend as well as to other required Python libraries.

This work was sponsored by GOVCERT.LU.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-01 15:33:05 -07:00
Richard Purdie
d4aa17dc43 meta-python: Drop broken BBCLASSEXTEND variants
The command "bitbake universe -c fetch" currently throws a ton of warnings
as there are many 'impossible' dependencies.

In some cases these variants may never have worked and were just added by copy
and paste of recipes. In some cases they once clearly did work but became
broken somewhere along the way. Users may also be carrying local bbappend files
which add further BBCLASSEXTEND.

Having universe fetch work without warnings is desireable so clean up the broken
variants. Anyone actually needing something dropped here can propose adding it
and the correct functional dependencies back quite easily. This also then
ensures we're not carrying or fixing things nobody uses.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-24 09:08:45 -07:00
Wang Mingyu
d2536d50fa python3-zopeinterface: upgrade 6.0 -> 6.1
Changelog:
==========
-Build Linux binary wheels for Python 3.12.
-Add support for Python 3.12.
-Fix building of the docs for non-final versions.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-23 17:00:49 -07:00
Wang Mingyu
f089413b21 python3-zeroconf: upgrade 0.112.0 -> 0.119.0
Changelog:
============
-Update cibuildwheel to build wheels on latest cython final release
-Reduce size of wheels by excluding generated .c files
-Small improvements to ServiceBrowser performance
-Small cleanups to incoming data handlers
-Reduce type checking overhead at run time
-Ensure ServiceInfo cache is cleared when adding to the registry
-Add missing python definition for addresses_by_version
-Speed up outgoing multicast queue
-Speed up responding to queries
-Improve performance of loading records from cache in ServiceInfo

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-23 17:00:49 -07:00
Wang Mingyu
774e14715d python3-xxhash: upgrade 3.3.0 -> 3.4.1
Changelog:
==========
Build wheels for Python 3.12
Remove setuptools_scm

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-23 17:00:49 -07:00
Wang Mingyu
496889e1cf python3-xlsxwriter: upgrade 3.1.3 -> 3.1.8
Changelog:
=============
* Add support for formatting the data label in chart trendlines.
* Add the :func:'very_hidden()' method to hide a worksheet. This is similar to
  the :func:'hide()' method except that the worksheet cannot be unhidden in the
  the Excel user interface. The Excel worksheet "xlSheetVeryHidden" option can
  only be unset programmatically via VBA.
* Added fixes for column formulas in tables that were overridden by table data
  and which also didn't take future functions into account.
* Added support for chart leader lines for chart types other than Pie and Doughnut.
* Added support for adding signed VBA macros to workbooks via the via the
  :func:'add_signed_vba_project' method. See 'Working with VBA Macros'_.
* Added support for enabling the Excel "Show #N/A as an empty cell" chart option
  via the :func:'show_na_as_empty_cell' method.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-23 17:00:49 -07:00
Wang Mingyu
eb978e3465 python3-websocket-client: upgrade 1.6.3 -> 1.6.4
Changelog:
 Fix #952, add support for HTTP 307 and 308 redirect codes

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-23 17:00:49 -07:00
Wang Mingyu
f0ebade89f python3-web3: upgrade 6.10.0 -> 6.11.1
Changelog:
============
-Updates and refactoring for the WebsocketProviderV2 class and its internal
 supporting classes and logic.
-Add upper pin to hexbytes dependency to due incoming breaking change

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-23 17:00:49 -07:00
Wang Mingyu
7ba238662e python3-tzlocal: upgrade 5.0.1 -> 5.1
Changelog:
- The Unicode data doesn't change tz names when IANA does, so what is current
  in IANA is treated as an alias in Unicode data. This version handles that.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-23 17:00:49 -07:00
Wang Mingyu
ae98b864ea python3-types-psutil: upgrade 5.9.5.16 -> 5.9.5.17
Changelog:
 psutil: updates

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-23 17:00:49 -07:00
Wang Mingyu
2d3eba20e6 python3-traitlets: upgrade 5.10.1 -> 5.11.2
Changelog:
===========
-More Typing Adoption
-Typing fixups
-More typing cleanup

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-23 17:00:49 -07:00
Wang Mingyu
081635867a python3-texttable: upgrade 1.6.7 -> 1.7.0
Changelog:
 Add boolean formatting option

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-23 17:00:49 -07:00
Wang Mingyu
254a3e68f4 python3-stack-data: upgrade 0.6.2 -> 0.6.3
Changelog:
 handle weird six import error

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-23 17:00:49 -07:00
Wang Mingyu
b47cfcc2c6 python3-sqlalchemy: upgrade 2.0.21 -> 2.0.22
Changelog:
https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.22

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-23 17:00:49 -07:00
Wang Mingyu
0ee2fbb83d python3-socketio: upgrade 5.9.0 -> 5.10.0
Changelog:
===========
-New SimpleClient and AsyncSimpleClient classes
-Reporting to Socket.IO Admin UI
-Support entering and leaving rooms through pubsub client managers
-Async versions of enter_room and leave_room should be coroutines
-Add a shutdown() function for the server
-Message queue optimizations
-Remove unneeded arguments from super()
-Internal code restructure (no functional changes)
-Add FastAPI and Litestar server examples
-Update Socket.IO JavaScript client to version 4.7.2 in all examples
-Update ping_timeout documented default to accord with current Engine.IO behavior
-Refactor common testing helpers into a separate module
-Migrate Python package metadata to pyproject.toml

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-23 17:00:49 -07:00
Wang Mingyu
b982545fc3 python3-simplejson: upgrade 3.19.1 -> 3.19.2
Changelog:
* Updated test & build matrix to include Python 3.12 and use
  GitHub Actions as a Trusted Publisher (OIDC)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-23 17:00:49 -07:00
Wang Mingyu
84dc10e996 python3-semver: upgrade 3.0.1 -> 3.0.2
Changelog:
===========
PR #418: Replace OrderedDict with dict.
PR #426: Fix replace() method to use the derived class of an instance instead of Version class.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-23 17:00:49 -07:00
Wang Mingyu
b49f94d80d python3-schedule: upgrade 1.2.0 -> 1.2.1
Changelog:
 Fix bug where schedule was off when using .at with timezone

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-23 17:00:49 -07:00
Wang Mingyu
6f1d6316d4 python3-rich: upgrade 13.5.3 -> 13.6.0
Changelog:
 Added Python 3.12 to classifiers.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-23 17:00:49 -07:00
Wang Mingyu
258cbf0fab python3-regex: upgrade 2023.8.8 -> 2023.10.3
Changelog:
 pdated to Unicode 15.1.0.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-23 08:05:02 -07:00
Wang Mingyu
61cb0b6bbe python3-rapidjson: upgrade 1.11 -> 1.12
Changelog:
 Generate wheels on PyPI using final Python 3.12 release, thanks to cibuildwheel 2.16.2

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-23 08:05:02 -07:00
Wang Mingyu
9f5ada926a python3-pytest-timeout: upgrade 2.1.0 -> 2.2.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-23 08:05:02 -07:00
Wang Mingyu
4d10b7bd97 python3-pyephem: upgrade 4.1.4 -> 4.1.5
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-23 08:05:02 -07:00
Wang Mingyu
51df8080ca python3-pydantic: upgrade 2.4.1 -> 2.4.2
Changelog:
=============
Fix bug with JSON schema for sequence of discriminated union
Fix schema references in discriminated unions
Fix json schema generation for recursive models
Fix models_json_schema for generic models
Fix xfailed test for generic model signatures

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-23 08:05:02 -07:00
Wang Mingyu
66b541bed4 python3-pycodestyle: upgrade 2.11.0 -> 2.11.1
Changelog:
 E275: fix false positive with fstrings containing keyword parts in python 3.12

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-23 08:05:02 -07:00
Wang Mingyu
2cbfb7f1ff python3-pycares: upgrade 4.3.0 -> 4.4.0
Changelog:
==========
Bump GitHub Actions versions and fix warnings in the process
Bump versions of used GitHub Actions
Add support for 3.12, drop EOL 3.7

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-23 08:05:02 -07:00
Wang Mingyu
af55c5c718 python3-protobuf: upgrade 4.24.3 -> 4.24.4
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-23 08:05:02 -07:00
Wang Mingyu
8ca1ea73cf python3-prompt-toolkit: upgrade 3.0.36 -> 3.0.39
Changelog:
===========
Fixes:
- Fix 'RuntimeError' when '__breakpointhook__' is called from another thread.
- Fix memory leak in filters usage.
- Ensure that key bindings are handled in the right context (when using
  contextvars).
- Fix regression in filters. (Use of 'WeakValueDictionary' caused filters to
  not be cached).
- Fix 'currentThread()' deprecation warning.
- Fix memory leak in filters.
- Make VERSION tuple numeric.

New features:
- Accept 'in_thread' keyword in 'prompt_toolkit.shortcuts.prompt()'.
- Support the 'NO_COLOR' environment variable.
- Use 24-bit true color now by default on Windows 10/11.
- Add '.run()' method in 'TelnetServer'. (To be used instead of
  '.start()/.stop()'.

Breaking changes:
- Subclasses of 'Filter' have to call 'super()' in their '__init__'.
- Drop support for Python 3.6:
  * This includes code cleanup for Python 3.6 compatibility.
  * Use 'get_running_loop()' instead of 'get_event_loop()'.
  * Use 'asyncio.run()' instead of 'asyncio.run_until_complete()'.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-23 08:05:02 -07:00
Wang Mingyu
f3de052168 python3-platformdirs: upgrade 3.10.0 -> 3.11.0
Changelog:
===========
README: Fix CI badge
Fix documentation build
Add support for Homebrew-installed software

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-23 08:05:02 -07:00
Wang Mingyu
a5597890ae python3-msgpack: upgrade 1.0.6 -> 1.0.7
Changelog:
=============
Fix build error of extension module on Windows.
setup.py doesn't skip build error of extension module.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-23 08:05:02 -07:00
Wang Mingyu
1da3aaa0fa python3-meson-python: upgrade 0.13.1 -> 0.14.0
Changelog:
============
-Do not run meson install to build a wheel.
-Obey the --skip-subprojects when specified for the meson install command.
-Implement support for the exclude_directories and exclude_files arguments to
 Meson install_subdir() function and similar installation functions.
-Implement support for building wheels targeting the Python limited API.
-when pyproject.toml does not contain a version field and version is not
 declared dynamic, raise an error instead of silently using the version
 declared in meson.build.
-Fix the mtime of source files in the sdist tarball.
-Add objc and objcpp compilers to the cross file generated when the
 $ARCHFLAGS is set.
-Extensive documentation improvements.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-23 08:05:02 -07:00
Wang Mingyu
330eec9529 python3-jedi: upgrade 0.19.0 -> 0.19.1
Changelog:
 Python 3.12 support

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-23 08:05:02 -07:00
Wang Mingyu
857456fd11 python3-ipython: upgrade 8.15.0 -> 8.16.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-23 08:05:02 -07:00
Wang Mingyu
938112158d python3-imageio: upgrade 2.31.3 -> 2.31.5
Changelog:
==========
Raise warning instead of error when using fps in pillow
Consistently load GIF frames using the same pixel format

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-23 08:05:02 -07:00
Wang Mingyu
4d8d7e6eea python3-huey: upgrade 2.4.5 -> 2.5.0
Changelog:
==========
-Check to ensure the gevent monkeypatch was applied when running the consumer
 with greenlet workers, log warning if it is not.
-Explicitly clear the revoked flag on task instances after execution (#713).
-Add support for delay=, eta= in Huey's .s() and .then()
-Add support for rescheduling callback pipelines when rescheduling a task.
-Add an on_commit_task() decorator for Django extension that will enqueue the
 task after any database changes have been committed.
-Allow overriding the delay and eta when raising a RetryTask exception.
-Add a very simple ResultGroup.as_completed() helper to provide a way to deal
 with multiple results as they become available.
-Add an asyncio helper for resolving task results asynchronously.
-Fix bug in SIGINT and SIGTERM behavior for gevent users.
-Include lock name when a task fails due to TaskLocked exception

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-23 08:05:02 -07:00
Wang Mingyu
867fb4c7d0 python3-h5py: upgrade 3.9.0 -> 3.10.0
Changelog:
https://docs.h5py.org/en/stable/whatsnew/3.10.html#bug-fixes

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-23 08:05:02 -07:00
Wang Mingyu
378ba35bbc python3-google-auth: upgrade 2.23.1 -> 2.23.3
Changelog:
============
Serialize signer keys on getstate for pickling
Support urllib3<2.0 versions

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-23 08:05:02 -07:00
Wang Mingyu
4bc2e4ea55 python3-googleapis-common-protos: upgrade 1.60.0 -> 1.61.0
Changelog:
==========
Add google/api/field_info.proto
Add IDENTIFIER to FieldBehavior enum

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-23 08:05:02 -07:00
Wang Mingyu
87e50635cf python3-google-api-python-client: upgrade 2.101.0 -> 2.104.0
Changelog:
 https://github.com/googleapis/google-api-python-client/blob/main/CHANGELOG.md

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-23 08:05:02 -07:00
Wang Mingyu
88594a4721 python3-flask-jwt-extended: upgrade 4.5.2 -> 4.5.3
Changelog:
============
-Replace "defining" with "define"
-Fix documentation syntax error
-remove duplicate comments
-Support python 3.12 and add support for flask 3.0

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-23 08:05:02 -07:00
Wang Mingyu
d7fcf7dd57 python3-flask-babel: upgrade 3.1.0 -> 4.0.0
Changelog:
============
Dropped support for end-of-life Python 3.7. Support PyPy 3.9
Replace deprecated locked_cached_property decorator with cached_property

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-23 08:05:02 -07:00
Wang Mingyu
4968bb7a35 python3-executing: upgrade 1.2.0 -> 2.0.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-23 08:05:02 -07:00
Wang Mingyu
f86ee49901 python3-eth-utils: upgrade 2.2.1 -> 2.2.2
Changelog:
==========
-Add information to docs for utilities which did not have any.
-Pull latest from template repo to fix release script, update wording in
 comments and docs.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-23 08:05:02 -07:00
Wang Mingyu
547d54d8cb python3-eth-typing: upgrade 3.4.0 -> 3.5.0
Changelog:
==========
Add script to maintain Network constants listed in the networks module.
Add types-setuptools to support pkg_resources and __version__

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-23 08:05:02 -07:00
Wang Mingyu
7ce4588e03 python3-engineio: upgrade 4.7.1 -> 4.8.0
Changelog:
===========
Return consistent responses after Websocket connection ends
Migrate Python package metadata to pyproject.toml
Remove Python 3.7 from builds
Internal code restructure (no functional changes)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-23 08:05:02 -07:00
Wang Mingyu
ea0d8fdb4f python3-email-validator: upgrade 1.3.1 -> 2.0.0
Changelog:
https://github.com/JoshData/python-email-validator/blob/main/CHANGELOG.md

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-23 08:05:02 -07:00
Wang Mingyu
f10cf13157 python3-dbus-fast: upgrade 1.85.0 -> 2.12.0
Changelog:
===========
Feature
--------
Update for final cpython release (#263) (460a072)
Speed up unpacking arrays (#257) (5c8bfe5)
Speed up constructing Variant objects (#256) (0d7a665)
Speed up unmarshalling message body (#255) (5aed075)
Speed up unmarshalling Variants (#254) (dd74a84)
Speed up readers in the unmarshall path (#253) (f9b61b8)
Speed up first connection when using asyncio (#251) (0b6ba93)
Speed up unmarshaller (#250) (e4cae13)
Add cython typing for ServiceInterface.name (#248) (98c7e75)
Speed up connect and disconnect (#247) (8f39ba3)
Speed up unmarshalling by skipping unused unix_fds header (#246) (5f5a150)
Reduce overhead to reset between messages (#245) (da30b04)
Don't import backends by default (#243) (091d421)
Breaking
don't import backends by default (#243) (091d421)
Small speed up to the unmarshaller (#238) (b8d0e9b)
Build cpython 3.12 wheels (#234) (b38aa58)
Improve performance of processing incoming messages (#228) (ce61aea)
Reduce overhead to dispatch method handlers (#227) (b222552)
Speed up to processing bluez passive data (#221) (8e7432d)
Remove async_timeout dependency (#218) (7826897)
Speed up Message creation and callbacks (#217) (04d6451)
Optimize passive bluez message unmarshaller (#216) (e0e87ec)
Initial cpython 3.12 support (#207) (c755193)
Improve performance of reading from the socket during unmarshall (#200) (e5d355f)

Fix
-------------
Handling of None messages from notify callback (#236) (14f52f2)
Clean up address parsing and tests (#244) (370791d)
Handle multiple flag bits when unmarshalling (#241) (6f6f5f8)
Rebuild wheels with cython 3.0.2 (#235) (e8901a8)
Avoid cythonizing SendReply (#232) (d12266d)
Subpath bad matching (#202) (5d6f90b)
Messages could be sent out of order if they had to queue (#225) (4051cf2)
Avoid checking if a message expects a reply twice (#223) (823e85f)
Revert changes to _expects_reply from speed up to processing bluez passive data (#222) (dfa9053)
Spelling of dbus_fast.auth.AuthAnnonymous to dbus_fast.auth.AuthAnonymous (#220) (6c2412f)
More cython3 optional fixes (#219) (5b6cbc5)
Exception handler failure when exception is not DBusError (#215) (d771bcf)
Result typing in ServiceInterface._handle_signal (#214) (5bda04b)
Avoid double buffering when using asyncio reader without negotiate_unix_fd (#213) (c933be7)
Relax typing on _fn_result_to_body to allow Any (#212) (2f5fc38)
Typing on _fn_result_to_body was incorrect which was caused an exception with cython3 (#210) (c40c7bc)
Cython3 compat (#208) (43b3d48)
Reduce size of wheels by excluding generated .c files (#262) (dca4599)
Marshall multi-byte strings correctly (#261) (4de31a3)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-23 08:05:02 -07:00
Wang Mingyu
4ebccb4a16 python3-croniter: upgrade 1.4.1 -> 2.0.1
Changelog:
============
Fix release issue
Add Python 3.12 support
Make major release instructions

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-23 08:05:02 -07:00
Wang Mingyu
2d312617f5 python3-coverage: upgrade 7.3.1 -> 7.3.2
Changelog:
============
-The coverage lcov command ignored the [report] exclude_lines and [report]
 exclude_also settings (issue 1684).
-Fix error that SQLite will create journal files alongside the coverage.py
 database files.
-On Python 3.12+, we now disable SQLite writing journal files, which should be
 a little faster.
-The new 3.12 soft keyword type is properly bolded in HTML reports.
-Removed the "fullcoverage" feature used by CPython to measure the coverage of
 early-imported standard library modules. CPython stopped using it in 2021,
 and it stopped working completely in Python 3.13.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-23 08:05:02 -07:00
Wang Mingyu
c241b3f44c python3-cmake: upgrade 3.27.5 -> 3.27.7
Changelog:
=============
bump cmake from 3.27.5 to 3.27.6
bump pypa/cibuildwheel from 2.16.1 to 2.16.2
update pre-commit hooks
bump ninja from 1.11.1 to 1.11.1.1
update pre-commit hooks
Update to CMake 3.27.7

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-23 08:05:01 -07:00
Wang Mingyu
2ac5bdc024 python3-charset-normalizer: upgrade 3.2.0 -> 3.3.0
Changelog:
===========
Added
---------
-Allow to execute the CLI (e.g. normalizer) through python -m
 charset_normalizer.cli or python -m charset_normalizer
-Support for 9 forgotten encoding that are supported by Python but unlisted
 in encoding.aliases as they have no alias (#323)

Removed
---------
-Redundant utils.is_ascii function and unused function is_private_use_only
-charset_normalizer.assets is moved inside charset_normalizer.constant

Changed
----------
-Unicode code blocks in constants are updated using the latest v15.0.0
 definition to improve detection
-Optional mypyc compilation upgraded to version 1.5.1 for Python >= 3.8

Fixed
--------
Unable to properly sort CharsetMatch when both chaos/noise and coherence were close due to an unreachable condition in __lt__ (#350)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-23 08:05:01 -07:00
Wang Mingyu
005974b1b3 python3-blinker: upgrade 1.6.2 -> 1.6.3
Changelog:
===========
-Fix SyncWrapperType and AsyncWrapperType
-Fixed issue where signal.connected_to would not disconnect the receiver if
 an instance of BaseException was raised.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-23 08:05:01 -07:00
Wang Mingyu
3ac763bce6 python3-bitstruct: upgrade 8.17.0 -> 8.18.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-23 08:05:01 -07:00
Wang Mingyu
a7649c0827 python3-bitarray: upgrade 2.8.1 -> 2.8.2
Changelog:
=============
 * update cibuildwheel to 2.16.1 in order to provide cp312 wheels on PyPI
 * improve error messages for masked assignment
 * simplify test collection
 * added 'pytest.ini' to allow running pytest with no additional arguments,
   see #208
 * 'util.sc_encode()': avoid writing empty blocks at end of compressed
   stream, ie. skip encoding when total population count is reached

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-23 08:05:01 -07:00
Wang Mingyu
2fab614ab9 python3-astroid: upgrade 3.0.0 -> 3.0.1
Changelog:
 Fix crashes linting code using PEP 695 (Python 3.12) generic type syntax.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-23 08:05:01 -07:00
Wang Mingyu
41f5eda1e8 python3-aiohttp: upgrade 3.8.5 -> 3.8.6
Changelog:
https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-23 08:05:01 -07:00
Wang Mingyu
27da11a2ce python3-aiodns: upgrade 3.0.0 -> 3.1.1
Changelog:
============
Add PEP-561 with py.typed
Fix timeout

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-23 08:05:01 -07:00
Wang Mingyu
4a1e10c269 python3-pylint: upgrade 3.0.0 -> 3.0.1
Changelog:
=============
-Fixed false positive for inherit-non-class for generic Protocols.
-Fix a crash when an enum class which is also decorated with a
 dataclasses.dataclass decorator is defined.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-23 08:05:01 -07:00
Wang Mingyu
9a14fa7dd2 python3-mypy: upgrade 1.5.1 -> 1.6.1
License-Update: Copyright updated to 2023.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-23 08:05:01 -07:00
Wang Mingyu
497b9786c2 python3-eth-abi: upgrade 3.0.1 -> 4.2.1
License-Update: Copyright updated to 2023.

Changelog:
 https://github.com/ethereum/eth-abi/blob/master/docs/release_notes.rst

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-23 08:05:01 -07:00
Khem Raj
94ee75e3fb meta-python: Add python3-rapidjson to PTESTS_FAST_META_PYTHON
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-20 09:22:40 -07:00
David Pierret
4e09bbb4bf python3-rapidjson: add missing ptest dependency
add the pytz module dependency.

Signed-off-by: David Pierret <david.pierret@smile.fr>
Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-20 08:25:14 -07:00
Trevor Gamblin
d59f6c7529 meta-python: update ptests status for py-cpuinfo, pytest-mock
Move python3-py-cpuinfo and python3-pytest-mock into the FAST ptests
list since their failing ptests are being disabled.

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-13 13:23:50 -07:00
Trevor Gamblin
d61bc9351a python3-pytest-mock: disable broken ptests
Two introspection-related ptests are consistently failing. For now,
disable them so that a clean ptest run is available.

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-13 13:23:50 -07:00
Trevor Gamblin
349546c72f python3-arrow: add from meta-patchtest
arrow is a module that aims to provide a more user-friendly approach to
date and time in Python. It is required by git-pw which in turn is
required by patchtest, so add a recipe for it. The version is updated
1.2.2 -> 1.3.0 from the meta-patchtest layer.

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-13 13:23:05 -07:00
Trevor Gamblin
e0abbc5280 python3-py-cpuinfo: disable broken ptests
There are a handful of CLI-related ptests that consistently fail with an
apparent permissions issue, but making the
.../site-packages/cpuinfo/cpuinfo.py script executable does not seem to
fix the problem. Skip these tests for now, and make sure that the right
/usr/bin/env line is present in py-cpuinfo's scripts on the image.

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-13 13:23:05 -07:00
Trevor Gamblin
ad4985d17b python-git-pw: add from meta-patchtest
git-pw is a tool for integrating Git with Patchwork instances.  Add it
to meta-python from meta-patchtest so that more workflows can take
advantage of it.

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-13 10:19:11 -07:00
Joe Slater
74e31e51ff python3-pynacl: add RCONFLICTS with python3-nacl
python3-nacl is in the meta-virtualization layer.

Signed-off-by: Joe Slater <joe.slater@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-11 20:12:46 -07:00
Daniel McGregor
fbb9d27079 python3-pylint: allow native build
We use pylint for some native recipes in our build. Allow pylint
to be a native recipe, and likewise allow its runtime dependencies
to be native recipes.

Signed-off-by: Daniel McGregor <daniel.mcgregor@vecima.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-11 12:32:09 -07:00
Mickael RAMILISON
62039a2c33 python3-rapidjson: add ptest
Signed-off-by: Mickael RAMILISON <mickael.ramilison@smile.fr>
Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-10 11:54:12 -07:00
Thomas Roos
bc98fb0765 python3-boto3, python3-botocore: remove recipes
python3-boto3 and python3-botocore are provided by meta-aws.
They have ptests and upgraded as soon as there is an release.
Having them here also causing issues with yocto-check-layer
https://bugzilla.yoctoproject.org/show_bug.cgi?id=15223
As discussed on IRC with Richard Purdie, those recipes should just be provided
by meta-aws. Agreed here https://github.com/openembedded/meta-openembedded/issues/744
by Khem.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-07 16:50:44 -07:00
Khem Raj
d8d5444c25 ptest-image: Switch to using core-image-minimal
Keeps the dependencies really to minimum.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-06 08:37:21 -07:00
Khem Raj
7b5cb622b4 images: Rename ptest images to rhyme with oe-core ptest images
Easy to understand for new-comers.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-06 08:37:21 -07:00
Khem Raj
0cb0180594 images: Rename <layer>-image to <layer>-image-all
These are test images to build all recipes in layer. Renaming them makes
them refect what they are. Moreover we can rename the ptest images to
match OE-Core naming conventions for meta-oe/meta-perl/meta-python

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-06 08:37:21 -07:00
Khem Raj
e88b777cbe images: Delete layer specific base images
These were essentially duplicates of core-image-minimal, however
core-image-base is a better baseline for upper layers, so switched the
consumers of these images to use core-image-base

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-06 08:37:21 -07:00
Khem Raj
ef9d73fced images: Inherit from core-image-base
We really do not need to define base images which already exist in core
layer, reuse them here.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-06 08:37:21 -07:00
Khem Raj
e3f4956a23 python3-lz4: use python3-unittest-automake-output
This is to support ptest format
https://wiki.yoctoproject.org/wiki/Ptest

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-04 13:09:38 -07:00
Khem Raj
79eac8e59f python3-pylint: Upgrade to 3.0.0
Package additional hidden files for ptests (test_primer.py)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-04 13:09:38 -07:00
Khem Raj
f46d400522 python3-pyroute2: Add missing dependency on sqlite3 for ptests
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-04 13:09:38 -07:00
Derek Straka
6c29bdf1fd python3-flask-cors: add initial version of the recipe for 4.0.0
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-30 01:03:17 -07:00
Derek Straka
90558f223a python3-boto3: add recipe for latest version of boto3
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-30 01:03:17 -07:00
Derek Straka
aa9a5a0e97 python3-botocore: add recipe for latest version of botocore
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-30 01:03:17 -07:00
Derek Straka
3c292ae491 python3-nacl: Add recipe for the latest release of PyNaCl
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-30 01:03:17 -07:00
Derek Straka
fbd9f4046f python3-parse-type: update version 0.5.2 -> 0.6.2
Verify the license remains the same and update the checksum
Remove python-six runtime dependency

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-29 14:24:54 -07:00
Derek Straka
418776ff89 python3-google-auth: update version 2.23.0 -> 2.23.1
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-29 14:24:54 -07:00
Derek Straka
36a2f3795c python3-google-api-python-client: update version 2.100.0 -> 2.101.0
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-29 14:24:54 -07:00
Derek Straka
cfbcaa92ef python3-google-api-core: update version 2.12.0
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-29 14:24:54 -07:00
Derek Straka
e10ff8dae5 python3-flask: update version 2.3.2 -> 2.3.3
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-29 14:24:54 -07:00
Derek Straka
7f470f301b python3-astroid: update version 2.16.6 -> 3.0.0
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-29 14:24:54 -07:00
Derek Straka
4985fbfcf3 python3-tzlocal: Remove dependency on pytz_deprecation_shim removed in release 5.0
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-27 15:29:09 -07:00
Derek Straka
6defcd8716 python3-pytz-deprecation-shim: Remove outdated recipe meant to be a short lived shim
The upstream package hasn't been updated since 2020 and was meant to be a short term
bridge to remote pytz. Anoted in the usage documents, "This library is intended for
temporary usage only, and should allow you to drop your dependency on pytz while
also giving your users notice that eventually you will remove support for the
pytz-specific interface."

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-27 15:29:09 -07:00
Martin Jansa
a1c3c7f4e8 gnome-tweaks, networkmanager-fortisslvpn, libesmtp, json-schema-validator, python3-pybluez, python3-pynetlinux, apache2: Fix Malformed Upstream-Status
* Accepted was replaced with Backport in gatesgarth:
  https://docs.yoctoproject.org/migration-guides/migration-3.2.html#miscellaneous-changes

* as detected with oe-core/scripts/contrib/patchreview.py:

meta-openembedded $ grep -A 3 Malformed *qa-patches
meta-gnome.qa-patches:Malformed Upstream-Status 'Malformed Upstream-Status in patch
meta-gnome.qa-patches-/OE/layers/meta-openembedded/meta-gnome/recipes-gnome/gnome-tweaks/gnome-tweaks/0002-meson-fix-invalid-positional-argument.patch
meta-gnome.qa-patches-Please correct according to https://docs.yoctoproject.org/contributor-guide/recipe-style-guide.html#patch-upstream-status :
meta-gnome.qa-patches-Upstream-Status: Accepted [dc9701e187]' (/OE/layers/meta-openembedded/meta-gnome/recipes-gnome/gnome-tweaks/gnome-tweaks/0002-meson-fix-invalid-positional-argument.patch)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-27 14:22:09 -07:00
Derek Straka
c5a5877c2a python3-prettytable: update version 3.6.0 -> 3.9.0
Removed unneeded UPSTREAM_* variables
Verified license terms and updated location

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-27 12:05:45 -07:00
Derek Straka
ee9fccf908 python3-ninja-syntax: Fix upstream check by specifying the UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEX
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-27 12:05:45 -07:00
Derek Straka
e594a78435 python3-idna-ssl: Fix upstream check by specifying the UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEX
Consolidated inc into the recipe to remove a unneeded layer of indirection

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-27 12:05:45 -07:00
Derek Straka
9600507356 python3-flask-babel: update version 2.0.0 -> 3.1.0
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-27 12:05:45 -07:00
Derek Straka
d8f81f13ba python3-cachecontrol: Fix upstream check by specifying the UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEX
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-27 12:05:45 -07:00
Derek Straka
02914b8b64 python3-pyzmq: update version 25.0.0 -> 25.1.1
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-27 12:05:45 -07:00
Derek Straka
2a43654fac python3-xxhash: update version 3.2.0 -> 3.3.0
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-27 12:05:45 -07:00
Derek Straka
807dc278bd python3-traitlets: update version 5.9.0 -> 5.10.1
Update license file location, verify BSD license still applies, and update checksum

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-27 12:05:45 -07:00
Derek Straka
48913b2ff9 python3-redis: update version 5.0.0 -> 5.0.1
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-27 12:05:45 -07:00
Derek Straka
a9140b705e python3-pyproject-api: update version 1.5.1 -> 1.6.1
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-27 12:05:45 -07:00
Derek Straka
433956f6d3 python3-pyproj: update version 3.6.0 -> 3.6.1
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-27 12:05:45 -07:00