Commit Graph

6550 Commits

Author SHA1 Message Date
Wang Mingyu
d72f6cf2f2
python3-mypy: upgrade 1.7.0 -> 1.7.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-28 08:55:41 -08:00
Wang Mingyu
ef82d420dd
python3-ipython: upgrade 8.17.2 -> 8.18.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-28 08:55:41 -08:00
Wang Mingyu
4ce28b4bc2
python3-humanize: upgrade 4.8.0 -> 4.9.0
Changelog:
===========
-Add support for Python 3.13
-Add Norwegian localization
-Add Hebrew localization
-Add Klingon translation
-Replace Flake8 with Ruff
-Fix DeprecationWarning: Plural value must be an integer, got float
-Remove useless shebangs

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-28 08:55:41 -08:00
Wang Mingyu
69ddfb9c36
python3-dbus-fast: upgrade 2.14.0 -> 2.15.0
Changelog:
 Make ErrorType enums compare as strings

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-28 08:55:40 -08:00
Wang Mingyu
94302d54c7
python3-bitstring: upgrade 4.1.2 -> 4.1.3
Changelog:
===========
-Removed a couple of files that accidentally got included in the previous release.
-The 8-bit float formats have been renamed 'e4m3float' and 'e5m2float'.
-Some refactoring and performance optimizations.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-28 08:55:40 -08:00
Wang Mingyu
a75bbe3862
python3-aiohttp: upgrade 3.9.0 -> 3.9.1
Changelog:
===========
-Fixed importing aiohttp under PyPy on Windows.
-Fixed async concurrency safety in websocket compressor.
-Fixed ClientResponse.close() releasing the connection instead of closing.
-Fixed a regression where connection may get closed during upgrade.
-Fixed messages being reported as upgraded without an Upgrade header in Python parser.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-28 08:55:40 -08:00
Wang Mingyu
2aa6327a22
python3-rich: upgrade 13.6.0 -> 13.7.0
Changelog:
============
-Adds missing parameters to Panel.fit
-Some text goes missing during wrapping when it contains double width characters
-Ensure font is correctly inherited in exported HTML
-Fixed typing for FloatPrompt.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-21 22:44:40 -08:00
Wang Mingyu
8c362c3138
python3-pydantic: upgrade 2.5.0 -> 2.5.1
Changelog:
===========
-uprev pydantic-core to 2.14.3
-Fix package description limit
-Fix ValidateCallWrapper error when creating a model which has a
 @validate_call wrapped field annotation

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-21 22:44:40 -08:00
Wang Mingyu
8bb82a69ee
python3-pdm: upgrade 2.10.1 -> 2.10.3
Changelog:
=============
-Create virtualenv for conda base Python. #2409
-Log the response text when pdm publish fails with HTTP error.
-Improve the error message when a specific package can't be found in the lockfile.
-prevent wrong project name (including space and illegal characters)
-Fix a bug that PDM cannot detect namespace packages correctly when creating symlinks.
-Fix template files created by pdm init being read-only when copied from a read-only PDM installation.
-Don't reset the build backend when asking for import.
-Never wrap the output of the export command.
-Forbid global project in conda base environment, since it may remove conda-managed packages.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-21 22:35:51 -08:00
Wang Mingyu
34d731c206
python3-pastedeploy: upgrade 3.0.1 -> 3.1.0
Changelog:
 Fix python_requires package metadata to support Python 3.7+.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-21 22:35:51 -08:00
Wang Mingyu
0bfb7b3164
python3-ldap: upgrade 3.4.3 -> 3.4.4
Changelog:
=============
-Reconnect race condition in ReconnectLDAPObject is now fixed
-Socket ownership is now claimed once we've passed it to libldap
-LDAP_set_option string formats are now compatible with Python 3.12
-Security Policy was created
-Broken article links are fixed now
-Bring Conscious Language improvements
-Add testing and document support for Python 3.10, 3.11, and 3.12

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-21 22:35:51 -08:00
Wang Mingyu
3f54dcad53
python3-imageio: upgrade 2.32.0 -> 2.33.0
Changelog:
===========
-Update pyav plugin to reflect AV changes
-Unpin Pillow and allow versions >=10.1.0
-Support for AVIF image format

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-21 22:35:51 -08:00
Wang Mingyu
8f8c96e1ca
python3-django: upgrade 4.2.5 -> 4.2.7
Changelog:
===========
-Fixed a regression in Django 4.2 that caused a crash of QuerySet.aggregate()
 with aggregates referencing expressions containing subqueries (#34798).
-Restored, following a regression in Django 4.2, creating
 varchar/text_pattern_ops indexes on CharField and TextField with
 deterministic collations on PostgreSQL (#34932).
-CVE-2023-46695: Potential denial of service vulnerability in UsernameField on Windows
-Fixed a regression in Django 4.2.5 where overriding the deprecated
 DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings in tests caused the main
 STORAGES to mutate (#34821).
-Fixed a regression in Django 4.2 that caused unnecessary casting of string
 based fields (CharField, EmailField, TextField, CICharField, CIEmailField, and
 CITextField) used with the __isnull lookup on PostgreSQL.
-CVE-2023-43665: Denial-of-service possibility in django.utils.text.Truncator

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-21 22:35:51 -08:00
Wang Mingyu
b4509a0cc8
python3-dateparser: upgrade 1.1.8 -> 1.2.0
Changelog:
=========
-New PREFER_MONTH_OF_YEAR setting (#1146)
-Absolute years in Russian are no longer being treated as a number of years in
 the past (#1129)
-Removed the use of datetime.utcnow, deprecated on Python 3.12 (#1179)
-Applied Black formatting to the code base (#1158)
-Initial integration with OSSFuzz (#1198)
-Extended test cases (#1191)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-21 22:35:51 -08:00
Wang Mingyu
4651255635
python3-aiohttp: upgrade 3.8.6 -> 3.9.0
Changelog:
 https://docs.aiohttp.org/en/stable/changes.html

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-21 22:35:50 -08:00
Martin Jansa
445b33e9b3
python3-{h5py,pandas}: drop ${PE}, ${PR} from /usr/src/debug paths
Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-20 09:30:39 -08:00
Bartosz Golaszewski
eed63a4727
python3-gpiod: fix the required version of libgpiod
This version of python3-gpiod requires libgpiod v2.1 so fix RDEPENDS.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-17 11:38:27 -08:00
Yoann Congal
9d695a1f26
python3-soupsieve: Break circular dependency with beautifulsoup4
python3-beautifulsoup4 does depend on python3-soupsieve but
python3-soupsieve does not depend on python3-beautifulsoup4.

Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-17 11:38:27 -08:00
Joe Slater
13057d943a
python3-django: move to version 4.2.5
Fixes CVE-2023-36053 and CVE-2023-41164

Signed-off-by: Joe Slater <joe.slater@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-17 11:38:27 -08:00
Christian Eggers
b630e32f33
python3-gcovr: switch to main branch
Branch "master" has been renamed to "main".

Signed-off-by: Christian Eggers <ceggers@arri.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-17 11:38:25 -08:00
Wang Mingyu
b4dde12926
python3-zeroconf: upgrade 0.126.0 -> 0.127.0
Changelog:
==========
-Small speed up to writing outgoing packets
-Speed up incoming packet reader
-Small speed up to processing incoming dns records

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-17 11:38:23 -08:00
Wang Mingyu
b48841d077
python3-web3: upgrade 6.11.2 -> 6.11.3
Changelog:
============
-When coming back through the middleware onion after a request is made, we have
 the response id. Use it to match to the cached request information and process
 the response accordingly.
-Adds Discord bot template repo to Resources page
-Additional contract abi documentation to make it a clear requirement for
 contract instances.
-Fix type annotations for web3 constants.
-Add upper pin to deprecated dependency lru-dict whose new minor version release
 introduced a typing issue with CI lint builds.
-Recompile test contracts with new Solidity version v0.8.23 to ensure compatibility.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-17 11:38:23 -08:00
Wang Mingyu
d5d19962b2
python3-types-setuptools: upgrade 68.2.0.0 -> 68.2.0.1
Changelog:
 Bump flake8-pyi to 23.11.0

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-17 11:38:23 -08:00
Wang Mingyu
17735e0224
python3-tomlkit: upgrade 0.12.2 -> 0.12.3
Changelog:
==========
-Improve the performance when parsing a table with nested dotted keys.
-Keep the newlines when replacing a table.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-17 11:38:23 -08:00
Wang Mingyu
88d7d576d7
python3-sentry-sdk: upgrade 1.34.0 -> 1.35.0
Changelog:
==========
-Updated gRPC integration: Asyncio interceptors and easier setup
-Python 3.12: Replace deprecated datetime functions
-Metrics: Unify datetime format
-Celery: Set correct data in check_ins
-Celery: Read timezone for Crons monitors from celery_schedule if existing
-Django: Removing redundant code in Django tests
-Django: Make reading the request body work in Django ASGI apps.
-FastAPI: Use wraps on fastapi request call wrapper
-Fix: Probe for psycopg2 and psycopg3 parameters function.
-Fix: Remove unnecessary TYPE_CHECKING alias

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-17 11:38:23 -08:00
Wang Mingyu
4f31001c57
python3-pytest-xdist: upgrade 3.3.1 -> 3.4.0
Changelog:
===========
-Wait for workers to finish reporting when test run stops early.
-Added support for Python 3.12.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-17 11:38:23 -08:00
Wang Mingyu
7c8de8cbac
python3-pymetno: upgrade 0.11.0 -> 0.12.0
Changelog:
=============
-don't overwrite day/night specific conditions
-Remove dependency on pytz
-Use ciso8601 for parsing time when already installed

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-17 11:38:22 -08:00
Wang Mingyu
1a108cc4bb
python3-pydantic: upgrade 2.4.2 -> 2.5.0
Changelog:
 https://docs.pydantic.dev/latest/changelog/

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-17 11:38:22 -08:00
Wang Mingyu
6b0eb1807e
python3-pyaudio: upgrade 0.2.13 -> 0.2.14
Changelog:
-pre-compiled wheels for Microsoft Windows (32-bit and 64-bit) are now
 available for Python 3.12 on PyPI.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-17 11:38:22 -08:00
Wang Mingyu
9714181569
python3-prompt-toolkit: upgrade 3.0.39 -> 3.0.41
Changelog:
============
- Fix regression regarding IPython input hook (%gui) integration.
- Improved Python 3.12 support (fixes event loop 'DeprecationWarning').
- Vi key bindings: 'control-t' and 'control-d' for indent/unindent in insert
  mode.
- Insert partial suggestion when 'control+right' is pressed, similar to Fish.
- Use sphinx-nefertiti theme for the docs.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-17 11:38:22 -08:00
Wang Mingyu
00a2bf791c
python3-platformdirs: upgrade 3.11.0 -> 4.0.0
Changelog:
 site_cache_dir: Use /var/cache again instead of /var/tmp on UNIX

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-17 11:38:22 -08:00
Wang Mingyu
9b36130c3c
python3-mypy: upgrade 1.6.1 -> 1.7.0
Changelog:
 https://github.com/python/mypy/blob/master/CHANGELOG.md

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-17 11:38:22 -08:00
Wang Mingyu
e669da68af
python3-google-api-python-client: upgrade 2.106.0 -> 2.108.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-11-17 11:38:22 -08:00
Wang Mingyu
a8be218b21
python3-google-api-core: upgrade 2.12.0 -> 2.14.0
Changelog:
==========
-Support with_call for wrapped rpcs
-Update async client to use async retry
-Add caching to routing header calculation
-Add warning to retry target to avoid incorrect usage
-Drop usage of distutils
-Ensure exception is available when BackgroundConsumer open stream fails

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-17 11:38:21 -08:00
Wang Mingyu
7f6172eb45
python3-geomet: upgrade 1.0.0 -> 1.1.0
Changelog:
=============
-Move project metadata to pyproject.toml, modify build scripts
-pyproject.toml: include the full README.md as the readme contents
-Remove dependency on six
-Fix geojson to esrijson conversion with custom SRID
-Add explicit support for Python3.11
-docs: Simplify release process, make patch versioning more clear
-Add explicit support for Python3.12

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-17 11:38:21 -08:00
Wang Mingyu
31d5f1ba5a
python3-eth-utils: upgrade 2.3.0 -> 2.3.1
Changelog:
=============
-ome users were experiencing encoding issues when parsing the networks json.
 Use UTF-8 explicitly.
-Fix character encoding issue
-Fix and add new test cases for invalid Network chain_id values.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-17 11:38:21 -08:00
Wang Mingyu
3818667dc0
python3-eth-typing: upgrade 3.5.1 -> 3.5.2
Changelog:
 Update network chain ids

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-17 11:38:21 -08:00
Wang Mingyu
5168684580
python3-dbus-fast: upgrade 2.12.0 -> 2.14.0
Changelog:
==========
-Add support for tuples to the marshaller
-Re-release since the previous release ran out of space on PyPI

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-17 11:38:21 -08:00
Wang Mingyu
609f8d40b4
python3-awesomeversion: upgrade 23.8.0 -> 23.11.0
Changelog:
===========
-Update lockfile
-Set checkout depth to 0 in codecov action
-Force string when checking diff
-Add snapshot testing
-Allow PEP440 to access major/minor/patch properties
-Remove diff snapshots
-Fix sections property with blank string
-Remove base class workaround

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-17 11:38:21 -08:00
Wang Mingyu
978cd2501b
python3-argcomplete: upgrade 3.1.4 -> 3.1.6
Changelog:
==========
Respect user choice in activate-global-python-argcomplete
Escape colon in zsh completions. Fixes #456

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-17 11:38:20 -08:00
Wang Mingyu
0203082de1
python3-linux-procfs: upgrade 0.7.1 -> 0.7.3
License-Update: Change the COPYING file for SPDX licenses

Changelog:
============
-python-linux-procfs: Remove specfiles and update version
-procfs/utilist/__init__/setup/bitmasklist_test/setup.py/: Added SPDX licence

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-17 11:38:20 -08:00
Wang Mingyu
1ae54de694
python3-hexbytes: upgrade 0.3.1 -> 1.0.0
License-Update: Copyright year updated to 2023.

Changelog:
=============
-Move HexBytes prepend of 0x from hex method to __repr__ to not break hex of
 parent bytes class
-Drop python 3.7 support
-Added missing build dependency.
-Add build.os config for readthedocs
-Change to using pre-commit to manage linting tools
-Merge project template updates and bump mypy to v1.5.1
-Merge template - .gitignore updates and other fixes
-Merge template updates, including additional linting, move most lint config to
 pyproject.toml

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-17 11:38:20 -08:00
Bartosz Golaszewski
936ae8ef2e
python3-gpiod: setup target config in ptest compile
The python3targetconfig class does not setup the build config for target
in do_ptest_compile_base so we need to do this manually. While at it: use
the provided nativepython3 command instead of using the full path.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-15 09:51:46 -08:00
Leon Anavi
8d78812fc8
python3-pystemd: upgrade 0.10.0 -> 0.13.2
Added runtime dependencies. Upgrade to release 0.13.2:

- adding coverage information
- changes tests to pystes
- adding support for pyproject.toml
- adding extra properties for unit

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-14 07:35:05 -08:00
Leon Anavi
1c43e700f1
python3-zeroconf: upgrade 0.120.0 -> 0.126.0
Upgrade to release 0.126.0:

- Speed up outgoing packet writer
- Speed up writing name compression for outgoing packets

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-14 07:35:05 -08:00
Leon Anavi
b3b68ce89c
python3-py7zr: Upgrade 0.20.7 -> 0.20.8
Upgrade to release 0.20.8:

- Detect brotli import error
- refactor: hardening SevenZipFile constructor
- refactor: improve type safe functions
- chore: add git export configuration

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-14 07:35:05 -08:00
Leon Anavi
5eec5c3328
python3-polyline: upgrade 1.4.0 -> 2.0.1
Upgrade to version 2.0.1:

- Relax setuptools version number

License-Update: Copyright years changed

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-14 07:35:05 -08:00
Leon Anavi
a0473439e9
python3-pillow: Upgrade 10.0.1 -> 10.1.0
Upgrade to release 10.1.0:

- Added TrueType default font to allow for different sizes
- Fixed invalid argument warning
- Added ImageOps cover method
- Catch struct.error from truncated EXIF when reading JPEG DPI
- Consider default image when selecting mode for PNG save_all
- Support BGR;15, BGR;16 and BGR;24 access, unpacking and putdata
- Added CMYK to RGB unpacker
- Improved flexibility of XMP parsing
- Support reading 8-bit YCbCr TIFF images
- Allow saving I;16B images as PNG
- Corrected drawing I;16 points and writing I;16 text
- Set blue channel to 128 for BC5S
- Increase flexibility when reading IPTC fields
- Set C palette to be empty by default
- Added gs_binary to control Ghostscript use on all platforms
- Read bounding box information from the trailer of EPS files if
  specified
- Added reading 8-bit color DDS images
- Added has_transparency_data
- Fixed bug when reading BC5S DDS images
- Prevent TIFF orientation from being applied more than once
- Use previous pixel alpha for QOI_OP_RGB
- Added BC5U reading
- Allow getpixel() to accept a list
- Allow GaussianBlur and BoxBlur to accept a sequence of x and y
  radii
- Expand JPEG buffer size when saving optimized or progressive
- Added session type check for Linux in ImageGrab.grabclipboard()
- Allow "loop=None" when saving GIF images
- Fixed transparency when saving P mode images to PDF
- Added saving LA images as PDFs
- Set SMaskInData to 1 for PDFs with alpha
- Changed Image mode property to be read-only by default
- Silence exceptions in _repr_jpeg_ and _repr_png_
- Do not use transparency when saving GIF if it has been removed
  when normalizing mode
- Fix missing symbols when libtiff depends on libjpeg

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-14 07:35:05 -08:00
Leon Anavi
078646e1b5
python3-bitarray: Upgrade 2.8.2 -> 2.8.3
Upgrade to version 2.8.3:

- Ensure readonly attribute is set correctly when creating new
  objects
- Optimize sparse bitarray compression for raw block type
- Improve hash functions in Bloom filter example

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
Leon Anavi
1c7691712f
python3-wrapt: Upgrade 1.15.0 -> 1.16.0
Upgrade to version 1.16.0:

- The patch_function_wrapper() decorator now accepts an enabled
  argument which can be a literal boolean value, object that
  evaluates as boolean, or a callable object which returns a
  boolean.
- The import hook loader and finder objects are now implemented
  as transparent object proxies so they properly proxy pass access
  to attributes/functions of the wrapped loader or finder.
- Code files in the implementation have been reorganized such that
  the pure Python version of the ObjectProxy class is directly
  available even if the C extension variant is being used.
- Bug fix: it was not possible to update the __class__ attribute
  through the transparent object proxy when relying on the C
  implementation.

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
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