Commit Graph

39225 Commits

Author SHA1 Message Date
Ankur Tyagi ea93de06fa libxmp: upgrade 4.7.1 -> 4.7.2
Changes:
- Fix loading Startrekker modules from memory/handle/callbacks.
- Fix cmake build failure for certain Apple targets (e.g. tvOS.)
- Fix stb-vorbis floor1 inverse_db_table indexing (missing part
  of CVE-2019-13220 fix.)

Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-27 11:26:45 -07:00
Ankur Tyagi d601c7c030 swagger-ui: upgrade 5.32.9 -> 5.32.11
https://github.com/swagger-api/swagger-ui/releases/tag/v5.32.10
https://github.com/swagger-api/swagger-ui/releases/tag/v5.32.11

Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-27 11:26:45 -07:00
Ankur Tyagi 28248b3a03 xrdp: upgrade 0.10.6 -> 0.10.6.1
Release Note:
https://github.com/neutrinolabs/xrdp/releases/tag/v0.10.6.1

Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-27 11:26:45 -07:00
Ankur Tyagi 40598b8044 transmission: upgrade 4.1.1 -> 4.1.3
https://github.com/transmission/transmission/releases/tag/4.1.2
https://github.com/transmission/transmission/releases/tag/4.1.3

Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-27 11:26:44 -07:00
Ankur Tyagi 5bccca8870 netplan: upgrade 1.2.1 -> 1.2.2
https://github.com/canonical/netplan/releases/tag/1.2.2

Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-27 11:26:44 -07:00
Ankur Tyagi d729bb1391 libiec61850: upgrade 1.6.1 -> 1.6.2
Release Note:
https://github.com/mz-automation/libiec61850/releases/tag/v1.6.2

Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-27 11:26:44 -07:00
Ankur Tyagi be7e0aa50f bluealsa: upgrade 4.3.0 -> 4.3.1
Included tag in the SRC_URI and dropped the patch which is now merged in
the upstream version.

Changes:
- fix crash when playing audio with more than 2 channels
- fix AAC configuration selection for low sampling rates

https://github.com/arkq/bluez-alsa/blob/v4.3.1/NEWS

Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-27 11:26:44 -07:00
Fabio Estevam bba60ac125 imx-cst: upgrade 3.4.1 -> 4.0.1
CST 4.0.1 replaces the custom Makefile build with CMake. Inherit the
cmake class, point OECMAKE_SOURCEPATH at src, switch the parser
dependency from byacc to bison, and add json-c.

Disable installation of internal CST static libraries. Suppress line
directives from flex and bison generated sources to avoid embedding
build paths in the output.

Import Debian's complete 4.0.1+dfsg-2 patch series:

https://salsa.debian.org/collabora-team/imx-code-signing-tool/-/tree/debian/unstable/debian/patches

The series fixes script regressions and shell portability, big-endian
and 32-bit builds, unchecked fgets() return values, HABv4 digest
initialization, OpenSSL 4 compatibility, PKCS#11 engine loading, and
dynamic linking of OpenSSL, json-c, hidapi-libusb, and libusb. Pin each
Origin tag to Debian's packaging commit.

With bundled third-party libraries no longer linked, the redistributed
CST sources and binaries are BSD-3-Clause; OpenSSL and json-c remain
recipe dependencies under their own licenses.

Refresh the source and license checksums and drop the obsolete Makefile
race fix.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-27 11:26:43 -07:00
Khem Raj 86f430b5b6 anthy: port to anthy-unicode 1.0.0.20260213
Replace the long-dead anthy 9100h (last released 2009, fetched from an old
Ubuntu source tarball) with the maintained fork anthy-unicode, which is UTF-8
native and actively released on GitHub.

anthy-unicode renames its libraries (libanthy-unicode, libanthydic-unicode,
libanthyinput-unicode), pkg-config module file (anthy-unicode.pc), headers
(includedir/anthy-unicode-1.0/anthy), config file (anthy-unicode.conf) and
binaries (anthy-*-unicode). The recipe and packaging are updated accordingly:
libanthy-unicode0 for the runtime libraries and the standard PN-dev for the
development files.

The cross-compilation strategy is carried over from the old recipe: dictionary
generation runs helper programs (mkfiledic, mkworddic, mkdepgraph, calctrans,
proccorpus) that cannot execute when cross compiling. native-helpers.patch
promotes them to bin_PROGRAMS so anthy-unicode-native stages them into the
native sysroot; target-helpers.patch makes the target dictionary rules call
them from PATH instead of ./. not_build_elc.patch avoids byte-compiling the
Emacs lisp (no target Emacs under cross compilation). The patches are
regenerated against anthy-unicode's -unicode-suffixed libtool archives. The
legacy 2ch_t.patch is dropped; anthy-unicode has no mkanthydic/2ch.t.

uim is switched from the legacy EUC-JP anthy backend to the UTF-8
anthy-unicode backend it already supports: configure with --without-anthy
--with-anthy-utf8, DEPENDS on anthy-unicode, and the uim-anthy package is
renamed uim-anthy-utf8 (plugin libuim-anthy-utf8, anthy-utf8*.scm, module
registered as anthy-utf8) with RDEPENDS on libanthy-unicode0.

packagegroup-meta-oe: anthy -> anthy-unicode.

Verified by building anthy-unicode-native and anthy-unicode for
x86-64 (do_package_qa clean): the native helpers stage into the native
sysroot, the target build generates anthy.wdic/anthy.dep/anthy.dic via those
native helpers, and packaging splits into anthy-unicode, libanthy-unicode0 and
anthy-unicode-dev. uim variables verified by parse (it requires the x11
DISTRO_FEATURE, which the qemux86-64 yoe distro strips, so it is not buildable
in this configuration).

Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-25 19:30:24 -07:00
Khem Raj 02a6510964 gnome-terminal: replace deprecated GFDL-1.3 with GFDL-1.3-no-invariants-only
The recent oe-core change validating LICENSE as an SPDX expression
(classes/conf/lib: Parse LICENSE as SPDX Expression) flags GFDL-1.3 as
a deprecated license identifier. The COPYING.GFDL checksum
(a22d0be1ce2284b67950a4d1673dd1b0) matches the GFDL-1.3-no-invariants-only
text, so use that non-deprecated identifier.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-25 19:30:24 -07:00
Alexander Stein c9b783f2e1 libiio: Move sysvinit script to libiio-iiod package
There is no use in the init script outside of iiod package. Package it
accordingly.

Fixes: 9b5fc1605b ("libiio: Add sysvinit support")
Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-24 08:40:52 -07:00
Leon Anavi 26c4d0beda python3-textparser: Upgrade 0.24.0 -> 0.26.2
Upgrade to release 0.26.2:

- Minor doc improvements

From release 0.26.1:

- Add readthedocs configuration
- Add py.typed marker

From release 0.26:

- Update the required python version
- Add type annotations to the module and the unit tests

Fixes:

WARNING: python3-textparser-0.26.2-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-07-24 08:40:52 -07:00
Leon Anavi 04118c6eba python3-faker: Upgrade 40.31.0 -> 40.35.0
Upgrade to release 40.35.0:

- Fix: add correct bban_format so ru_RU iban() generates valid
  Russian IBANs

From release 40.34.0:

- Fix: correct BBAN length so da_DK iban() generates valid Danish
  IBANs

From release 40.33.0:

- Add alphanumeric CNPJ support for pt_BR via flag

From release 40.32.0:

- Add allowed_path_traversal_elements option to file_path()
- Fix Windows file_path depth=3 test regex

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-24 08:40:51 -07:00
Leon Anavi 5950b77673 python3-virtualenv: Upgrade 21.6.1 -> 21.7.0
Upgrade to release 21.7.0:

- Replace prettier with mdformat and yamlfmt
- ci: test against Python 3.15 beta

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-24 08:40:51 -07:00
Ankur Tyagi 5500c1148a liboauth2: upgarde 2.2.0 -> 2.3.0
Dropped patches that are part of this version.

Release Notes:
https://github.com/OpenIDC/liboauth2/releases/tag/v2.3.0

Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-24 00:35:27 -07:00
Ankur Tyagi 43a4e8dbd1 libp11: upgrade 0.4.18 -> 0.4.19
Release Notes:
https://github.com/OpenSC/libp11/releases/tag/libp11-0.4.19

Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-24 00:35:27 -07:00
Ankur Tyagi 64a7f6443a jq: upgrade 1.8.1 -> 1.8.2
Dropped patches that are part of this version.

Release Notes:
https://github.com/jqlang/jq/releases/tag/jq-1.8.2

PTESTS passed:

root@qemuarm64:~# ptest-runner jq
START: ptest-runner
2026-07-24T02:00
BEGIN: /usr/lib/jq/ptest
...
...
END: /usr/lib/jq/ptest
2026-07-24T02:00
STOP: ptest-runner
TOTAL: 1 FAIL: 0

Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-24 00:35:27 -07:00
Ankur Tyagi ec1029f71b libusb-compat: upgrade 0.1.8 -> 0.1.9
Refreshed 0002-automake-make-example-programs-installable.patch

Changelog:
https://github.com/libusb/libusb-compat-0.1/compare/v0.1.8...v0.1.9

PTESTS passed:

root@qemuarm64:~# ptest-runner libusb-compat
START: ptest-runner
2026-07-24T02:01
BEGIN: /usr/lib/libusb-compat/ptest
...
...
END: /usr/lib/libusb-compat/ptest
2026-07-24T02:01
STOP: ptest-runner
TOTAL: 1 FAIL: 0

Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-24 00:35:26 -07:00
Ankur Tyagi 250c286bc3 htop: upgrade 3.5.1 -> 3.5.2
Removed OpenVZ and VServer support[1].

Changelog:
https://github.com/htop-dev/htop/blob/3.5.2/ChangeLog

[1] https://github.com/htop-dev/htop/commit/90369a491283fc2880f2356cdd28f2033eec9a1c

Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-24 00:35:26 -07:00
Ankur Tyagi 019ec101f7 valkey: upgrade 9.1.0 -> 9.1.1
Release Note:
https://github.com/valkey-io/valkey/releases/tag/9.1.1

Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-24 00:35:26 -07:00
Ankur Tyagi 6fe25e39d7 simpleiot: upgrade 0.18.4 -> 0.18.5
Release Note:
https://github.com/simpleiot/simpleiot/releases/tag/v0.18.5

Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-24 00:35:26 -07:00
Ankur Tyagi 0192e93130 cryptsetup: upgrade 2.8.6 -> 2.8.7
Release Notes:
https://gitlab.com/cryptsetup/cryptsetup/-/blob/v2.8.7/docs/v2.8.7-ReleaseNotes?ref_type=tags

Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-24 00:35:26 -07:00
Ankur Tyagi 06bfa1bc3c gensio: upgrade 3.0.2 -> 3.0.3
- The major change deals with the radio code.
  afskmdm has been renamed to fsk (though the old name is still available)
  and can do most and FSK type of modulation.
- HDLC and convolutional coding gensios have been added.

Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-24 00:35:26 -07:00
Ankur Tyagi 44e1e5e952 iozone3: upgrade 508 -> 510
Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-24 00:35:25 -07:00
Ankur Tyagi 416abdb4e6 colord: upgrade 1.4.7 -> 1.4.8
Dropped patch which is included in this version and resolved QA issues.

Release Notes:
https://github.com/hughsie/colord/blob/1.4.8/NEWS

Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-24 00:35:25 -07:00
Alexander Stein 11c12a6232 iperf2: Fix compilation with --disable-ipv6
Cherry-pick upstream commit.

Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-24 00:35:25 -07:00
Yogesh Tyagi 84d73eb5df xdotool: fix do_install failure due to missing pc.sh
The 4.20251130.1 upgrade switched SRC_URI from a git snapshot to the
GitHub release tarball. That tarball ships a prebuilt libxdo.pc but does
not include pc.sh, even though the Makefile still carries the rule:

    libxdo.pc: VERSION
    	sh pc.sh $(VERSION) $(INSTALLLIB) $(INSTALLINCLUDE) > libxdo.pc

do_install runs "make install", which pulls in the installpc target.
Because libxdo.pc depends on VERSION, whenever a fresh unpack leaves
VERSION with an mtime newer than or equal to libxdo.pc, make considers
the shipped libxdo.pc stale and re-runs pc.sh, failing with:

    sh: 0: cannot open pc.sh: No such file
    make: *** [Makefile:153: libxdo.pc] Error 2

The mtime ordering after unpack is not deterministic, so the failure is
intermittent and typically shows up after a re-fetch. On top of that,
the prebuilt libxdo.pc in the tarball hard-codes /usr/local paths, so
even when the race does not trigger, an incorrect .pc gets installed.

Ship the upstream pc.sh alongside the recipe and place it in ${S} so the
installpc rule regenerates libxdo.pc with the correct libdir/includedir
from EXTRA_OEMAKE. This fixes both the build failure and the wrong paths.

Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-24 00:35:25 -07:00
Khem Raj 45e1dde3dd tomoyo-tools: Update HOMEPAGE
https://tomoyo.sourceforge.jp is not accessible anymore

Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-22 22:33:57 -07:00
Wang Mingyu 5ed31339cf xkbprint: upgrade 1.0.7 -> 1.0.8
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-22 11:52:20 -07:00
Wang Mingyu cc23e1b259 xfsprogs: upgrade 7.0.1 -> 7.1.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-22 11:52:20 -07:00
Wang Mingyu df1628fe81 swagger-ui: upgrade 5.32.8 -> 5.32.9
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-22 11:52:20 -07:00
Wang Mingyu 86462a9d2c sexpect: upgrade 2.3.15 -> 2.4.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-22 11:52:20 -07:00
Wang Mingyu 232ce47685 python3-yarl: upgrade 1.24.2 -> 1.24.5
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-22 11:52:20 -07:00
Wang Mingyu c839cb4f4a python3-typer: upgrade 0.26.8 -> 0.27.0
Changelog:
============
- Bump the python-packages group across 1 directory with 5 updates.
- Bump ty to 0.0.53. PR #1877 by @YuriiMotov.
- Bump the github-actions group across 1 directory with 4 updates.
- Set Dependabot schedule interval to "monthly".
- Bump pre-commit hooks.
- Add GH workflow to bump pre-commit hook versions.
- Fix latest-changes checkout target.
- Update issue-manager to 0.8.1.
- Bump the github-actions group across 1 directory with 8 updates.
- Bump the python-packages group across 1 directory with 5 updates.
- Update latest-changes to 0.6.1.
- Bump https://github.com/crate-ci/typos from v1.46.0 to 1.47.2 in the pre-commit group across 1 directory.
 -Bump pydantic-settings from 2.14.1 to 2.14.2.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-22 11:52:19 -07:00
Wang Mingyu a3559b8dd9 python3-tqdm: upgrade 4.68.4 -> 4.69.0
Changelog:
=============
- add tqdm.asyncio.gather(..., return_exceptions=False)
- misc minor framework updates
- bump workflow actions & pre-commit hooks

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-22 11:52:19 -07:00
Wang Mingyu 3029ca99a7 python3-tox: upgrade 4.56.4 -> 4.57.0
Changelog:
===========
- Surface the org itself in the FUNDING config
- Replace prettier with mdformat and yamlfmt
- build: use test dependency group in internal envs
- feat(python): match free-threaded and debug interpreter builds

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-22 11:52:19 -07:00
Wang Mingyu 6250817758 python3-tomlkit: upgrade 0.15.0 -> 0.15.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-22 11:52:19 -07:00
Wang Mingyu 5c172c6c81 python3-soupsieve: upgrade 2.8.4 -> 2.9
Changelog:
==============
- NEW: Drop Python 3.9 support.
- NEW: Lazy compile selector patterns to improve initial import speed.
- FIX: Correct :nth-child/:nth-of-type (and -last- variants) for An+B values whose sequence steps onto
- index 0 or onto the last child (e.g. :nth-child(2n-2), :nth-child(n-1), :nth-child(n+5)), which previously
- matched the wrong elements or nothing at all
- FIX: More efficient CSS ID matching
- FIX: Fix inefficient trimming of comments and white space

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-22 11:52:19 -07:00
Wang Mingyu 5ff2c3e204 python3-rich-toolkit: upgrade 0.20.1 -> 0.20.3
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-22 11:52:19 -07:00
Wang Mingyu 696c0a756e python3-regex: upgrade 2026.7.10 -> 2026.7.19
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-22 11:52:19 -07:00
Wang Mingyu b3d5d14a00 python3-pybcj: upgrade 1.0.7 -> 1.0.8
Changelog:
=============
- BCJ decoder supports larger size (>2GB) (#26)
- Update license specification (#25)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-22 11:52:18 -07:00
Wang Mingyu 00542fc3b4 python3-platformdirs: upgrade 4.10.0 -> 4.10.1
Changelog:
=============
- fix(windows): stop leaking memory on repeated folder lookups
- ci(release): towncrier changelog + publish on tag push
- docs(changelog): rebuild against release history

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-22 11:52:18 -07:00
Wang Mingyu 58053045ae python3-jdatetime: upgrade 5.3.0 -> 6.0.1
Changelog:
===========
- Add Persian short month names for %b
- Drop legacy Python 2 bytes support from strftime
- typing: align date/datetime dunder annotations with typeshed

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-22 11:52:18 -07:00
Wang Mingyu 6887dc53cd python3-inline-snapshot: upgrade 0.34.2 -> 0.35.2
Changelog:
============
- fix passing PYTHONPATH, PYTHONWARNINGS, and PYTHONDONTWRITEBYTECODE while
  running the test suite.
- fix passing PYTEST_DISABLE_PLUGIN_AUTOLOAD and PYTEST_PLUGINS while running
  the test suite.
- inline-snapshot now tracks source files that use external() in
  .inline-snapshot/files_using_external.txt (inside storage-dir) and uses this
  tracked list to detect and trim unused external snapshots.
- The tool.inline-snapshot.test-dir configuration option is only used as a
  compatibility fallback when files_using_external.txt does not exist yet.
- Documentation examples now use rich terminal snapshots to show pytest output
  with colors and formatting.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-22 11:52:18 -07:00
Wang Mingyu aa7e9f63a7 python3-google-auth: upgrade 2.55.2 -> 2.56.0
Changelog:
============
- auth: Implement python mtls helpers
- google-auth: add aiohttp bound for Python 3.14
- google-auth: add bounds for urllib3 and packaging dependencies
- google-auth: add cryptography bound for Python 3.14
- google-auth: add gRPC extra and clean up obsolete TODOs
- google-auth: raise rsa extra lower bound to 4.0

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-22 11:52:18 -07:00
Wang Mingyu 8a39c0ff82 python3-filelock: upgrade 3.29.7 -> 3.31.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-22 11:52:18 -07:00
Wang Mingyu b25d6cb1db python3-faker: upgrade 40.28.1 -> 40.31.0
Changelog:
============
- Fix: correct BBAN length so pt_BR iban() generates valid Brazilian IBANs
- Fix: generate valid Belgian bank codes in nl_BE iban()
- Fix: generate valid Spanish CCC control digits in es_ES iban()

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-22 11:52:17 -07:00
Wang Mingyu 837a71bc0c python3-eventlet: upgrade 0.41.0 -> 0.41.1
Changelog:
=============
* Bump actions dependent on nodejs 20 (#1091)
* wsgi: Handle ENOTCONN (#1092)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-22 11:52:17 -07:00
Wang Mingyu 674fa34a27 python3-coverage: upgrade 7.15.1 -> 7.15.2
Changelog:
- Fix: one of the performance improvements in 7.15.1 (pull 2215) dramatically
  increased memory use during reporting for large projects.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-22 11:52:17 -07:00
Wang Mingyu 7bb6764143 python3-colorlog: upgrade 6.10.1 -> 6.11.0
Changelog:
 Update README and examples to reflect current API

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-22 11:52:17 -07:00