Commit Graph

9451 Commits

Author SHA1 Message Date
Leon Anavi
82dcaab4fb
python3-dateparser: Upgrade 1.4.0 -> 1.4.1
Upgrade to release 1.4.1:

- Remove fastText language detection support: the fasttext extra is
  dropped and detect_languages() now raises ImportError. Migrate to
  the langdetect extra, which also unblocks numpy 2.x compatibility
- Make digit quantifiers possessive in the relative-date regexes to
  prevent quadratic backtracking (ReDoS) on long digit runs
- Add the USE_GIVEN_LANGUAGE_ORDER setting to try languages and
  locales in the order given rather than by frequency
- Preserve explicit signs on individual components when parsing relative
  dates that combine decades with years, such as "-1 decade +2 years"
- Fall back to other provided languages in search_dates when the
  detected language yields no dates
- Parse relative date expressions with spaces between the sign and
  number, such as "now - 2 hours" and "now + 1 day"
- Use the parser-relative now for the current month when filling in
  incomplete dates so the month and day stay consistent
- Fix Norwegian Bokmål (nb) parsing of relative date expressions such
  as "3 måneder siden" and "om 2 månede
- Parse abbreviated English month expressions such as "1mon ago" and
  "3mons ago"
- Preserve surrounding whitespace when removing skip tokens during
  translation to avoid spurious double spaces
- Move project metadata and build configuration to pyproject.toml
- Add alternative Korean date expressions for today, yesterday,
  tomorrow, and "N months ago/later"
- Expand Czech date translations with additional inflections, word
  numbers, decade and century expressions, and clock phrases
- Replace internal OrderedDict usage with the built-in dict

Fixes:

WARNING: python3-dateparser-1.4.1-r0 do_check_backend: QA Issue:
inherits setuptools3 but has pyproject.toml with setuptools.build_meta,
use the correct class [pep517-backend]

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-20 23:41:46 -07:00
Leon Anavi
7c1cc946a9
python3-wand: Upgrade 0.6.13 -> 0.7.1
Upgrade to release 0.7.1:

- Updated accepted animation formats for Image.animation property
- Added new FILTER_TYPES operators
- Fixed Image.length_of_bytes() method by refactoring & applying
  c_magick_size_t type
- [DOC] Fixed typos in documentation

License-Update: Update years

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-20 23:41:46 -07:00
Leon Anavi
052449567a
python3-bumble: Upgrade 0.0.228 -> 0.0.230
Upgrade to release 0.0.230:

- add basic support for SCO packets over USB
- fix(usb): support LE ISO data over Bulk endpoints
- usb transport packet splitter

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-20 23:41:46 -07:00
Wang Mingyu
a801b6ae04
python3-sentry-sdk: upgrade 2.61.1 -> 2.62.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-20 23:41:45 -07:00
Wang Mingyu
1121135b3b
python3-pymodbus: upgrade 3.13.0 -> 3.13.1
Changelog:
===========
- Update CI Workflows.
- Fix dropping the next frame after a skipped one
- Correct Log repeat.
- Fix address bounds check in get_reg_block
- Fix reg_count calc
- guard short frames and validate mbap in TLS framer
- Use latest uv in CI.
- Change MIN_SIZE in ascii frame.
- Harden ASCII framer.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-20 23:41:45 -07:00
Wang Mingyu
3425c9374a
python3-pylint: upgrade 4.0.5 -> 4.0.6
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-20 23:41:45 -07:00
Wang Mingyu
24dcf3f1a2
python3-msgpack: upgrade 1.1.2 -> 1.2.0
Changelog:
============
- Support free threaded Python. #654, #686
- Dropped support for Python 3.9. #656
- Fix missing error checks in C code. #665, #666, #667, #672
- Fix strict_map_key option didn't work for object_pairs_hook. #673
- Increase DEFAULT_RECURSE_LIMIT of Unpacker to 1024. #676
- Fix memory leak when Unpacker returns error for invalid input. #671
- Fix Packer.pack_ext_type() ignored autoreset option. #663
- Fix Timestamp.from_datetime() returning wrong value for pre-epoch datetimes. #662
- Fix use-after-free in unpackb() and Unpacker.unpack() for non-contiguous input. #677
- Fix possible memory leak when calling Unpacker.__init__() several times. #687

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-20 23:41:45 -07:00
Wang Mingyu
2df5d735cc
python3-huey: upgrade 3.0.1 -> 3.0.3
Changelog:
===========
- Add a Django 6.0 task backend - pretty much works the same way the normal
  Django integration works (manage.py run_huey), but using Django's canonical
  APIs and decorator. Docs here.
- Redis blocking dequeue no longer swallows ConnectionError -- the error
  propagates to the worker, which logs it and applies exponential backoff.
  Previously a downed redis server caused workers to busy-loop silently.
- Chord callbacks now fire when a member task is revoked, expired or cancelled
  by a pre-execute hook -- the skipped member contributes a None placeholder
  result. Previously the callback was silently lost.
- Scheduler skips missed periodic checks after a stall (e.g. suspend/resume)
  instead of running them back-to-back, which enqueued duplicate periodic tasks
  for the current minute.
- Fix inverted timeout clamp in wait_result() when using notify_result with
  redis < 6 (or an unknown server version): timeouts over one second were cut
  to 1s, and sub-second timeouts blocked indefinitely.
- put_if_empty() is now atomic for the memory and file storage backends,
  restoring lock_task() mutual exclusion on those backends.
- FileLock no longer unlinks an existing lock file at construction time, which
  broke mutual exclusion for any process already holding the lock.
- Process-worker task timeouts use signal.setitimer(), so float / sub-second
  timeouts work. Previously a timeout less than 1 second was silently ignored
  (alarm(0) cancels the timer) and fractional seconds were truncated.
- Consumer signal handlers only set flags -- logging and greenlet cleanup now
  happen in the main loop, avoiding re-entrant I/O from signal context.
- A user-supplied task kwarg named task is no longer dropped during
  serialization. Context tasks (context=True) inject the task instance into a
  copy of the kwargs rather than mutating the task's data.
- MemoryStorage.dequeue() and add_to_schedule() acquire the storage lock, like
  the other mutating methods.
- normalize_time() treats delay=0 as "now" rather than ignoring it, so e.g.
  expires=0 means "expires immediately" instead of "never expires".
- Redis enqueued_items(limit) returned limit + 1 items from the producer end of
  the queue; it now returns the next-limit items to be dequeued, matching the
  other storage backends.
- Redis-dependent tests are skipped when no local redis server is reachable,
  instead of failing at import time.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-20 23:41:45 -07:00
Wang Mingyu
a2927013e4
python3-google-auth: upgrade 2.53.0 -> 2.54.0
Features
=========
- implement regional access boundary support for standalone JWT and async
  service accounts

Bug Fixes
=========
- configure mTLS for impersonated credentials
- fail-fast on missing ECP config file to avoid 30s hang
- Rename the &#39;seed&#39; argument for setting an initial regional access
  boundary for clarity
- update incorrect urls in setup.py to point at monorepo vs splitrepo

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-20 23:41:44 -07:00
Wang Mingyu
4cb8410f9b
python3-elementpath: upgrade 5.1.1 -> 5.1.2
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-20 23:41:44 -07:00
Wang Mingyu
a5e94c83e7
python3-cyclonedx-python-lib: upgrade 11.8.0 -> 11.10.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-20 23:41:44 -07:00
Bartosz Golaszewski
7635f728a9
python3-gpiod: update to v2.5.0
Changelog:
- add support for free-threaded (no-GIL) CPython
- generate wheels for CPython 3.14t (free-threaded)
- drop support for Python 3.9
- migrate the C extension and test modules to multi-phase module
  initialization
- release the GIL in chip_get_info()
- fix heap-buffer overflow bugs when setting/getting line values
- check for errors after PyIter_Next() when setting output values
- check for errors after PyIter_Next() when reading request values
- fix reference count imbalances (missing Py_None and line-name
  increments, erroneous decref on PyList_SetItem() failure)
- allow closing a Chip multiple times without raising an error
- allow releasing a LineRequest multiple times without raising an error
- remove a duplicated edge-detection setting
- add a CHANGELOG.md to track changes between releases
- copy the license file into source and binary distributions
- require setuptools v77 or newer
- remove wheel from the build dependencies
- add multi-threaded tests
- add a dedicated lint dependency group and update linter configuration
- apply linter recommendations and add type annotations across examples,
  setup and helper scripts
- modernize the C extension using upgrade_pythoncapi.py suggestions
- minor internal cleanups and performance improvements

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-20 23:41:43 -07:00
Leon Anavi
2f9b54f5cc
python3-filelock: Upgrade 3.29.1 -> 3.29.4
Upgrade to release 3.29.4:

- Verify inode in break_lock_file before unlinking a stale lock
- Keep the read/write heartbeat alive on a transient touch error

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-20 23:41:42 -07:00
Leon Anavi
2e373b441c
python3-discovery: Add recipe for release 1.4.2
Add a new recipe for python3-discovery release 1.4.2:

- fix: stop symlink resolution at stdlib landmark and framework builds

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-20 23:41:42 -07:00
Leon Anavi
0a9ec26ba3
python3-fastapi: Upgrade 0.136.3 -> 0.137.1
Upgrade to release 0.137.1:

- Fix typing checks for APIRoute.
- Fix bug, allow empty path in path operation in prefixless router.

Fix the following error when running ptest-runner python3-fastapi:

E   ModuleNotFoundError: No module named 'scripts'

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-20 23:41:42 -07:00
Leon Anavi
5c3b52eb61
python3-virtualenv: Upgrade 21.4.2 -> 21.5.0
Upgrade to release 21.5.0:

- Set git identity in upgrade changelog rename step
- Upgrade embedded pip/setuptools/wheel
- feat: drop Python 3.8 support

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-20 23:41:42 -07:00
Leon Anavi
0249c2fa17
python3-sh: Upgrade 2.2.2 -> 2.3.0
Upgrade to release 2.3.0:

- Fix sdist builds from littering files
- Add all special keyword args to .pyi stub file

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-20 23:41:41 -07:00
Leon Anavi
c6c350150a
python3-aiodns: Upgrade 4.0.0 -> 4.0.4
Upgrade to release 4.0.4:

- Raise DNSError(ARES_ENODATA) from query() when the answer section
  has no records of the requested qtype, restoring the pycares 4.x
  NODATA contract and avoiding AttributeError for CNAME/SOA/PTR callers
- Add the missing build-backend entry to pyproject.toml so PEP 517
  builds from the sdist work without falling back to the deprecated
  legacy setuptools backend

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-20 23:41:41 -07:00
Leon Anavi
8409f30354
python3-bleak: Upgrade 3.0.1 -> 3.0.2
Upgrade to release 3.0.2:

- Changed default value of BlueZNotifyArgs.use_start_notify to True.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-20 23:41:40 -07:00
Leon Anavi
9f3a34f697
python3-cachetools: Upgrade 7.0.4 -> 7.1.4
Upgrade to release 7.1.4:

- Minor unit test improvements.
- Update build environment.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-20 23:41:40 -07:00
Leon Anavi
0666c03c94
python3-portion: Upgrade 2.6.1 -> 2.6.2
Upgrade to release 2.6.2:

- Drop official support for Python 3.9 (EoL).
- Improve performance of Interval creation and union for large
  disjunctions of overlapping intervals
- Improve performance of Interval.__contains__ for values
- Improve performance of Interval.overlaps, __and__, and __contains__
  for large, complex intervals when applied to small subintervals
- Improve performance of IntervalDict.update and IntervalDict
  constructor for hashable values

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-20 23:41:40 -07:00
Leon Anavi
66c025815b
python3-ujson: Upgrade 5.12.1 -> 5.13.0
Upgrade to release 5.13.0:

- Create manylinux2014 wheels
- Add support for Python 3.15
- Disable global interpreter lock for freethreading
- Re-enable building GraalPy wheels on macOS arm64

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-20 23:41:39 -07:00
Leon Anavi
e4b8ba68ec
python3-langtable: Upgrade 0.0.70 -> 0.0.71
Upgrade to release 0.0.71:

- langtable.py: Fix deprecation warning:
  langtable.py:2652: UserWarning: pkg_resources is deprecated as an API
- Add xdq, sus, mrh, hrx, brh, ary, en_SE.UTF-8
- Get new translations and translation changes from CLDR
- setup.py: use open() instead of deprecated codecs.open(), declare
  minimum Python version >= 3.8
- Add Yangon timezone id part
- languages.xml: Rename Asia/Rangoon to Asia/Yangon
- territories.xml: Rename Asia/Rangoon to Asia/Yangon

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-20 23:41:39 -07:00
Leon Anavi
9cda6e09a4
python3-starlette: Upgrade 1.2.1 -> 1.3.1
Upgrade to release 1.3.1:

- Use StarletteDeprecationWarning instead of DeprecationWarning
- Enforce max_fields and max_part_size in FormParser
- Enforce FormParser limits in parser callbacks

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-20 23:41:37 -07:00
Leon Anavi
4e70899a54
python3-httpx2: Add recipe
Add recipe for release 2.4.0:

- Add HTTPXDeprecationWarning, a UserWarning subclass shown by default
  so deprecations are visible without enabling warnings.
- Limit the number of chained Content-Encoding decoders to 5.
- Allow version 15 of rich in the cli extra.
- Parse an empty Digest auth realm without crashing.
- Decode IDNA labels in non-leading host positions.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-20 23:41:37 -07:00
Leon Anavi
fbcb6c7a9b
python3-dunamai: Add recipe
Add recipe for release 1.26.1:

- Fixed: The highest_tag argument was ignored in Version.from_any_vcs()
- Fixed: Compatibility with Pijul 1.0.0-beta.11

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-20 23:41:37 -07:00
Leon Anavi
85a4b71ada
python3-uv-dynamic-versioning: Add recipe
Add recipe for release 0.14.0:

- Improve Version Source Docs
- ci: update actions
- docs: update README
- feat: support highest-tag option
- docs: update tips

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-20 23:41:36 -07:00
Leon Anavi
5a65ba819a
python3-traitlets: Upgrade 5.15.0 -> 5.15.1
Upgrade to release 5.15.1:

- Fix CI (docs build, mypy tests, downstream)

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-20 23:41:36 -07:00
Leon Anavi
26739c28b6
python3-faker: Upgrade 40.21.0 -> 40.23.0
Upgrade to release 40.23.0:

- Add French social security numbers with Corsican codes
- Fix typos in docstrings and comments

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-20 23:41:36 -07:00
Leon Anavi
a747357a91
python3-geojson: Upgrade 3.2.0 -> 3.3.0
Upgrade to release 3.3.0:

- __all__ must be a sequence of strings: fix __init__.py and factory.py
- remove simplejson
- Add support for Python 3.14
- Remove EOL Python version support
- Update GH action versions for Node 24
- fix: convert dict features to Feature objects in FeatureCollection

Drop 0001-Allow-install-over-python-3.14-329.patch because it
has been applied in the upstream of the project.

License-Update: Update years

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-20 23:41:36 -07:00
Leon Anavi
7c11942641
python3-tornado: Upgrade 6.5.6 -> 6.5.7
Upgrade to release 6.5.7:

- CurlAsyncHTTPClient now fully resets the curl object before reusing
  it. This prevents incorrectly reusing options from a previous request,
  specifically including client SSL and credentials used for accessing
  proxies.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-20 23:41:36 -07:00
Wang Mingyu
702acd16d7
python3-aiohttp: upgrade 3.13.5 -> 3.14.1
License-Update: add full apache license

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-12 07:19:26 -07:00
Wang Mingyu
6b9932a9c2
python3-uvicorn: upgrade 0.44.0 -> 0.49.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-09 18:55:03 -07:00
Wang Mingyu
3745c6e673
python3-uefi-firmware: upgrade 1.13 -> 1.16
License-Update:
===============
- fix(packaging): build abi3 extension with stable suffix (#153)
- Fetch refs in release workflow
- Generate version dynamically from refs
- Add test dependencies (#151)

Changelog:
============
- Replace more bytes/str mixing
- Apply hardening fixes from upstream Tiano implementation
- Build generic stable ABI wheels targeting Python 3.10+
- Add test dependencies
- Parsing fixes and support for generate_checksums=True
- fix(packaging): build abi3 extension with stable suffix

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-09 18:55:03 -07:00
Wang Mingyu
1bb4ea4ca2
python3-typer: upgrade 0.26.4 -> 0.26.7
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-09 18:55:03 -07:00
Wang Mingyu
f1e3598217
python3-tox: upgrade 4.55.0 -> 4.55.1
Changelog:
 fix(config): propagate overrides through config references

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-09 18:55:03 -07:00
Wang Mingyu
706554e69b
python3-sentry-sdk: upgrade 2.61.0 -> 2.61.1
Changelog:
=============
- Pin fakeredis<2.36.0 in tests
- Unpin redis and fakeredis for tests
- (aiohttp) Unfurl spans explicitly instead of using pop()
- (tox) Migrate from pip to uv via tox-uv
- Pin redis<8 for rq

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-09 18:55:02 -07:00
Wang Mingyu
a887a8a188
python3-rich-toolkit: upgrade 0.19.10 -> 0.20.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-09 18:55:02 -07:00
Wang Mingyu
7ad06d7d6d
python3-python-multipart: upgrade 0.0.30 -> 0.0.32
Changelog:
============
- Speed up partial-boundary scanning for CR/LF-dense part data
- Speed up multipart header parsing and callback dispatch
- Bound header field name size before validating
- Validate Content-Length is non-negative in parse_form

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-09 18:55:02 -07:00
Wang Mingyu
66cf04e777
python3-pytest-aiohttp: upgrade 1.1.0 -> 1.1.1
Changelog:
===========
- Drop Python 3.9
- Typing improvements

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-09 18:55:02 -07:00
Wang Mingyu
7b4c4cf1a1
python3-pyais: upgrade 3.0.1 -> 3.1.0
Changelog:
===========
- implemented a pre-computed decoder plan for each class
- added json_to_data to aid in re-encoding JSON messages
- encode_msg & encode_dict now require a mandatory sentence argument

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-09 18:55:02 -07:00
Wang Mingyu
e319c1f874
python3-ipython: upgrade 9.14.0 -> 9.14.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-09 18:55:02 -07:00
Wang Mingyu
229ccfb4b9
python3-inline-snapshot: upgrade 0.34.0 -> 0.34.1
Changelog:
- Fixed snapshot_arg() to use the fix category (instead of create) when
  creating an argument with an existing non-ellipsis default argument value.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-09 18:55:01 -07:00
Wang Mingyu
0cc8f2f4bc
python3-filelock: upgrade 3.29.0 -> 3.29.1
Changelog:
===========
- docs: fix API docs of release()
- docs: clarify per-thread scope of FileLock configuration
- chore: improve filelock maintenance path
- fix(soft): refuse to follow symlinks when reading the lock file

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-09 18:55:01 -07:00
Wang Mingyu
377271b8ad
python3-faker: upgrade 40.19.1 -> 40.21.0
Changelog:
=========
- Add banks list for en_GB locale
- Add pan and gstin generators to en_IN SSN provider
- Improve barcode provider test coverage
- Bump liskin/gh-problem-matcher-wrap from 3 to 4

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-09 18:55:01 -07:00
Wang Mingyu
b1303254ff
python3-cyclonedx-python-lib: upgrade 11.7.0 -> 11.8.0
Changelog:
=============
- chore: extract glob for pyupgrade to separate script for cross-platform compatibility
- docs: update CDX summary
- chore: fix test coverage reporting
- chore(deps-dev): update tomli requirement from 2.3.0 to 2.4.1
- chore(release): use own GH app for releasing
- chore(ci): pin GitHub Actions to immutable SHAs while preserving tag tracking
- chore: add zizmor workflow to harden GitHub Actions security
- Update PULL_REQUEST_TEMPLATE.md
- chore: Update CONTRIBUTING.md
- chore(ci): comments for pinned actions
- feat: add support CycloneDX 1.7.1 & 1.6.2 & 1.5.1
- chore(deps): bump actions/create-github-app-token from 3.1.1 to 3.2.0
- chore(deps): bump actions/download-artifact from 7.0.0 to 8.0.1
- chore(deps): bump actions/upload-artifact from 6.0.0 to 7.0.1
- feat: pull SPDX license IDs v1.1-3.28.0

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-09 18:55:01 -07:00
Wang Mingyu
77ec4f1e00
python3-cmd2: upgrade 3.5.1 -> 4.0.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-09 18:55:01 -07:00
Wang Mingyu
759c9fce51
python3-cbor2: upgrade 6.1.1 -> 6.1.2
Changelog:
===========
- Fixed incorrect tracking of string references for definite-length text
  strings of length greater than 65536
- Fixed cbor2.load() crash caused by incorrect handling of internal read buffer
  extension during stream deserialization.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-09 18:55:01 -07:00
Wang Mingyu
849546a867
python3-beautifulsoup4: upgrade 4.14.3 -> 4.15.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-09 18:55:00 -07:00
Khem Raj
77e7f2433f
python3-pytest-cache: remove dead recipe
pytest-cache has been unmaintained since its last release in 2013 and
its functionality was long ago merged into pytest core. Drop the recipe
along with its packagegroup-meta-python entry and the now-redundant ptest
dependency in python3-fastjsonschema.

Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-08 16:35:19 -07:00