Commit Graph

39282 Commits

Author SHA1 Message Date
Khem Raj 7e4e63d27b zabbix: upgrade 7.0.27 -> 7.0.29
Changes within the 7.0 LTS branch:
- 7.0.28: raise the maximum supported MariaDB (12.3), MySQL (9.7) and
  TimescaleDB (2.27) versions; update VMware alarm discovery; fix excessive
  history upload delay for Zabbix agents (ZBX-27495); assorted frontend/agent
  fixes.
- 7.0.29: raise the maximum supported TimescaleDB version to 2.28; fix a
  potential VMware collector crash on vCenter connectivity loss (ZBX-27975);
  fix RabbitMQ template duplicate discovery keys; fix trend-average producing
  inf values (ZBX-27453); fix remote command execution for trigger actions
  when the target host is monitored by a proxy group (ZBX-27665).

Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-28 22:48:26 -07:00
Khem Raj 6340a9b203 fwupd: upgrade 2.0.19 -> 2.1.7
Deliberately switch from the conservative 2.0.x branch to upstream's
recommended 2.1.x line (upstream describes 2.0.x as "provided for the more
conservative distros" and recommends 2.1.x for most users).

Notable changes across the 2.1.x arc:
- Remove the flashrom plugin (2.1.0).
- Add native CBOR parsing and drop the libcbor2 dependency (2.1.2).
- No longer depend on json-glib, libarchive or protobuf-c (2.1.2).
- Add a systemd-pcrlock plugin wired into UEFI updates; add MTD lock and TCG
  disk-encryption security attributes and support for externally-managed EFI
  signature lists; enable more plugins when compiling for Android.
- Security/robustness: require trusted metadata for device updates, disallow
  force installs over D-Bus, and numerous segfault / out-of-bounds-read fixes.

2.1.x removed the cbor, libarchive, plugin_flashrom and protobuf
meson options. Removed plugin_flashrom and protobuf from the default
PACKAGECONFIG, deleted the now-dead PACKAGECONFIG for libarchive,
plugin_flashrom, protobuf

Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-28 22:48:25 -07:00
Khem Raj c01375da4d rsyslog: upgrade 8.2604.0 -> 8.2606.0
Changes:
- imtcp/omfwd: add experimental TCP stream compression (zlib/zstd), distinct
  from TLS-native compression.
- core: fix negated exact-priority filters such as local4.!=debug so they
  match all documented priorities except the negated one.
- rainerscript: preserve embedded NULs at C-string boundaries; warn on
  constant boolean AND/OR operands.
- imfile: deliver same-file monitors independently; RFC3164 parser honors
  parser.parseHostnameAndTag at runtime; invalidate the cached programname
  when a message tag changes.
- General hardening and testbench de-flaking across many commits.

8.2606.0 makes libyaml an explicit configure feature (previously
auto-detected) that is enabled by default.

Added PACKAGECONFIG for libyaml and keep it disabled

Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-28 22:48:25 -07:00
Khem Raj 592c858d07 ttf-tlwg: upgrade 0.6.1 -> 0.7.4
Changes across the 0.7.x series:
- 0.7.0: build fonts reproducibly (source restructuring, hence the major
  version bump); generate OTF by default instead of TTF; provide LaTeX
  OpenType fonts for XeTeX.
- 0.7.1 - 0.7.3: further reproducibility fixes; make Purisa/Sawasdee
  embeddable-as-installable in PDF; glyph-width and PANOSE fixes; normalize
  OS/2 Typo metrics for consistent line spacing.
- 0.7.4: fix parallel-build failure and a Type1 reproducibility issue; add a
  Stylistic Set 1 (ss01) lookup for descenderless YO YING and THO THAN;
  balance Kinnari/Norasi cubic splines.
- The 'ttf' tarball moved upstream from .../software/ttf-tlwg/ to
  .../software/fonts-tlwg/fonts/ (old path 404s for this version); SRC_URI
  updated accordingly.
- 0.7.4 relocated the fontconfig .conf files into the source tarball at
  fonts-tlwg-${PV}/fontconfig/, so do_install:append now iterates that path
  (58 ttf + 14 conf files installed).
- Updated LIC_FILES_CHKSUM md5 for COPYING: upstream additively added a
  "LaTeX Supports" LPPL section (merged fonts-tlwg LaTeX package); no existing
  license text removed, declared LICENSE unchanged.

Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-28 22:48:25 -07:00
Khem Raj 4a33c1ac06 cfengine-masterfiles: upgrade 3.27.1 -> 3.28.0
Changes:
- Add dnf and dnf_group package modules.
- Refactor cfe_autorun_inventory_packages; use a Python script to check the
  Linux distribution version.
- Add cryptsetup to the stdlib paths.
- Add full-hosts-delete and 2FA support to the distributed cleanup script.
- Numerous lint/format cleanups, a fixed pip packages-promise regex, and
  CHANGELOG formatting improvements.

Release announcement:
https://cfengine.com/blog/2026/cfengine-3-28-released-introspection/

Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-28 22:48:25 -07:00
Khem Raj ac1b55d4d2 cairomm-1.16: upgrade 1.18.1 -> 1.19.1
Changes (spanning the 1.19.0 and 1.19.1 releases):
- Add a Path iterator (Cairo::Path::Element / const_iterator) and matching
  path-iter example.
- Add XCB device and XCB surface APIs, and an Xlib device API.
- Surface gains create_similar_image(), supports_mime_type(), map_to_image()
  and the MappedImageSurface class.
- Add the mesh pattern API.
- 1.19.1: mark Cairo::Path::Element/const_iterator for export in the Windows
  build, fix a memory leak in Context::pop_group(), plus build/doc fixes.

Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-28 22:48:24 -07:00
Khem Raj 417e03231f xmlsec1: upgrade 1.3.11 -> 1.3.12
Changes:
- xmlsec-openssl: add experimental ML-KEM support.
- xmlsec-nss: add SHA3 support.
- xmlsec-gnutls: add RSA-OAEP (SHA-256 / SHA-384 / SHA-512) support.
- xmlsec-core: add --transform-max-depth to control the maximum transform
  execution depth (0 disables the depth check).
- Several other small fixes.

Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-28 22:48:24 -07:00
Khem Raj a0c57b6048 pv: upgrade 1.10.5 -> 1.11.0
Changes:
- New --monitor option to run a command and watch its input, output, or both.
- Allow decimal values for --rate-limit; extend the %T / %{buffer-percent}
  format to indicate the transfer method when the buffer is not being used.
- Performance: use splice() in more circumstances, use copy_file_range(2)
  when input and output are both regular files, and speed up --discard by
  splicing to /dev/null internally.
- Fixes: report signal interrupts on a new line (no "^C" over the progress),
  prevent an endless wait on unread output-pipe data, avoid double-EOF on
  spliced terminal input, and error out when the --pidfile cannot be replaced.

Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-28 22:48:24 -07:00
Khem Raj cc7d6a9558 poppler: upgrade 26.06.0 -> 26.07.0
Changes:
- core: remove the deprecated DCT and JPX decoders; GPG-based signature
  improvements; fix a signature regression (KDE bug #520496); fix added
  annotations getting lost in some cases (#1732); fix crashes in malformed
  documents.
- utils: pdfinfo now sanitizes its output.
- cpp: add render_hint::ignore_paper_color to allow a transparent paper color.
- glib: construct PopplerPage::mutex, fixing a crash on macOS (#1743).
- qt5/qt6: fix a crash in some signature operations (#1737).

Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-28 22:48:24 -07:00
Khem Raj 6e7e661c1b pcsc-lite: upgrade 2.5.0 -> 2.5.1
Changes:
- Fix a bug (introduced in 2.5.0) with multi-slots readers.
- Add support for the Haiku operating system.

Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-28 22:48:23 -07:00
Khem Raj 0880f34833 lcov: upgrade 2.4 -> 2.5
Changes:
- Add support for the --unreachable-script callback to filter unreachable
  branch and MC/DC expressions.
- Update llvm2lcov to support llvm/22.
- Generate man and HTML documentation from RST sources.
- Various bug fixes and test-coverage improvements.

lcov 2.5's install target now generates its man pages (and HTML)
from RST via sphinx-build instead of shipping pre-built man pages as 2.4 did.

Added DEPENDS += python3-sphinx-native python3-sphinx-rtd-theme-native to
preserve the man-page packaging behavior (the install target hard-codes
"man html" and docs/conf.py uses the sphinx_rtd_theme).

Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-28 22:48:23 -07:00
Khem Raj 64385b0e3e ccid: upgrade 1.8.0 -> 1.8.2
Changes:
- 1.8.1: correctly close the slots of a multi-slots reader; fix three minor
  issues found by AISLE in partnership with Red Hat; other minor improvements.
- 1.8.2: fix initialisation of composite devices (such as Yubico tokens) and
  correctly close the slots of a serial multi-slots reader.

Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-28 22:48:23 -07:00
Khem Raj 686a6c92a1 atop: upgrade 2.12.1 -> 2.13.0
Changes:
- Allow sorting the process list on any column via the new 'O' key
  (case-insensitive column name, ascending/descending); the 'A' automatic
  sort on the most-utilized resource is dropped.
- Show oom_score and oom_score_adj per process, and a system-wide available
  (reclaimable) memory breakdown per category in bar-graph mode.
- Improved offline/online and hotpluggable CPU detection; maximum number of
  CPUs raised from 2048 to 4096.
- Show full user and group names with the -i flag; support longer pod and
  container names in parsable/json output.
- atopgpud now also gathers graphical-use NVIDIA GPU stats, can run without
  root privileges, and uses UNIX domain sockets instead of TCP sockets.
- Raw file format is incompatible with previous versions (convert with
  atopconvert).

Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-28 22:48:23 -07:00
Khem Raj f7fe727a1f fuse-archive: Fix build with libarchive where RPM is a format
oe-core carries a backport of libarchive PR #2846 (see
0003-Convert-RPM-reader-into-a-proper-format-supporting-b.patch, added
for RPM 6 support) which converts the RPM reader from a filter into a
proper format. That drops archive_read_support_filter_rpm() from the
public API in favour of archive_read_support_format_rpm(), and
fuse-archive fails to compile:

  lib/reader.cc:509:9: error: use of undeclared identifier
      archive_read_support_filter_rpm

Add a patch selecting the available entry point at compile time.
ARCHIVE_FORMAT_RPM is defined by archive.h only in versions providing
the new format, so it is an exact feature test and the recipe keeps
building against both stock and patched libarchive.

Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-28 22:48:22 -07:00
Gianfranco Costamagna f9f40f5bbb vboxguestdrivers: Upgrade to 7.2.14
Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org>
Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-28 22:48:22 -07:00
Leon Anavi 7d30c1b745 python3-textparser: Enable tests
Inherit ptest-python-pytest and include tests for textparser.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-28 22:48:22 -07:00
Leon Anavi ff28575a46 python3-pydantic: Enable test_docs.py
We now have Rust 1.71+ version in oe-core so we can build ruff,
add it to the ptest runtime dependencies, install docs and fix
paths in test_docs.py.

There is a known jemallocator issue on aarch64 that affects ruff
and some of the pydantic tests from test_docs.py:

E           <jemalloc>: Unsupported system page size                                                                                                       E           memory allocation of 4 bytes failed

More details about JEMALLOC_SYS_WITH_LG_PAGE:
https://github.com/gnzlbg/jemallocator/issues/170#issuecomment-1503228963

This work was sponsored by GOVCERT.LU.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-28 22:48:22 -07:00
Leon Anavi 97dc08e351 python3-devtools: Add recipe
Add a recipe for devtools, Python's missing debug print command and
more. Release 0.12.2:

- install debug into builtins via DebugProxy

From release 0.12.1:

- Fix docs publish.

From release 0.12.0:

- build docs on CI
- Update usage to reflect the recent addition of the pytest plugin
- Support dataclasses with slots

This work was sponsored by GOVCERT.LU.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-28 22:48:21 -07:00
Leon Anavi 013a8e4178 python3-pytest-examples: Add recipe
Add a recipe for pytest-examples, Pytest plugin for testing examples
in docstrings and markdown files. Release v0.0.18:

- Adapts tests to pytest 8.3.4
- Increases triple quote search

This work was sponsored by GOVCERT.LU.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-28 22:48:21 -07:00
Leon Anavi 2b483e9134 python3-ruff: Add recipe
Ruff is an extremely fast Python linter and code formatter, written
in Rust. Add a recipe for release 0.16.0:

- Ruff now enables a much larger set of rules by default (413, up
  from 59). See the blog post for more details and the new Default
  Rules page for a full listing of the enabled rules.
- Ruff can now format Python code blocks in Markdown files and will
  do this by default. See the documentation for more details.
- Ruff now supports ruff: ignore comments at the ends of lines,
  like noqa comments, or on the line preceding a diagnostic. For
  example, these both suppress an unused-import (F401) diagnostic.
- Fixes are now shown in check and format --check output.
- format --check now supports the same output formats as the linter,
  including the github and gitlab outputs for rendering annotations
  in CI
- The filename, location, end_location, fix.edits[].location, and
  fix.edits[].end_location fields in the JSON output format may now
  be null rather than defaulting to the empty string and row 1,
  column 1, respectively.

This work was sponsored by GOVCERT.LU.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-28 22:48:21 -07:00
Khem Raj ed5c76bdd9 uutils-coreutils: Exclude from world unless it is the selected provider
uutils-coreutils sets PROVIDES/RPROVIDES = "coreutils" and is a drop-in
replacement that cannot coexist with GNU coreutils; both ship the same
update-alternatives links. meta-oe/conf/layer.conf already selects between
them with PREFERRED_PROVIDER_coreutils{,-native,nativesdk-}, defaulting to
GNU coreutils.

PREFERRED_PROVIDER only disambiguates providers reached through a
dependency, not recipes built as explicit targets. Since uutils-coreutils
was in world, 'bitbake world' and 'bitbake universe' pulled both recipes
into the same task graph as targets, so bitbake reported:

  NOTE: Multiple .bb files are due to be built which each provide coreutils:
  NOTE: Multiple .bb files are due to be built which each provide coreutils-native:
  NOTE: Multiple .bb files are due to be built which each provide nativesdk-coreutils:

Key EXCLUDE_FROM_WORLD off the selected provider so only the chosen
implementation is built in world/universe. Building uutils-coreutils
explicitly, or selecting it via PREFERRED_PROVIDER_coreutils, still works.
This follows the existing conditional EXCLUDE_FROM_WORLD idiom used by
mpv, sox and vlc.

Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-28 22:48:21 -07:00
Khem Raj 05fdd161dd python3-defusedxml: Add nativesdk to BBCLASSEXTEND
python3-py-serializable is extended to nativesdk and RDEPENDS on
python3-defusedxml, but defusedxml itself was only extended to native, so
the nativesdk variant of the dependency did not exist:

  WARNING: Nothing RPROVIDES 'nativesdk-python3-defusedxml' (but virtual:nativesdk:...python3-py-serializable_2.1.0.bb RDEPENDS on or otherwise requires it)

This also made nativesdk-python3-cyclonedx-python-lib unbuildable, since it
RDEPENDS on python3-py-serializable.

nativesdk-python3-xml, the recipe's own runtime dependency, is provided by
nativesdk-python3, so the nativesdk variant resolves cleanly.

Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-28 22:48:20 -07:00
Khem Raj 19d0dccbc0 tbb: Restrict libhwloc runtime dependency to target builds
hwloc is only a build dependency for class-target, but libhwloc was an
unconditional RDEPENDS. native.bbclass rewrites runtime dependencies via
native_filter(), which suffixes any unsuffixed dependency, so libhwloc
became libhwloc-native for tbb-native and nativesdk-libhwloc for
nativesdk-tbb. The hwloc recipe sets no BBCLASSEXTEND, so neither variant
exists and nothing can provide them:

  WARNING: Nothing RPROVIDES 'libhwloc-native' (but virtual:native:...tbb_2022.3.0.bb RDEPENDS on or otherwise requires it)
  WARNING: Nothing RPROVIDES 'nativesdk-libhwloc' (but virtual:nativesdk:...tbb_2022.3.0.bb RDEPENDS on or otherwise requires it)

This cascaded to tbb-dev-native/tbb-native via the generic
RDEPENDS:${PN}-staticdev in bitbake.conf, and from there to opencv-native
through opencv's PACKAGECONFIG[tbb].

Gate the runtime dependency on class-target to match the existing DEPENDS
gating. Target builds keep libhwloc unchanged.

Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-28 22:48:20 -07:00
Khem Raj 583ba5347a uml-utilities: remove recipe
Upstream is dead. The newest tools tarball on SourceForge is
uml_utilities_20040406 from 2004-04-08 [1], which is what this recipe
tracks, and the project's last artifact of any kind is a 2.4 kernel
patch from Nov 2004. The tarball still ships CVS metadata directories.

Keeping it building against a current toolchain has meant carrying six
portability patches (~450 lines) for missing headers, stat64 -> stat and
LDFLAGS handling, with a new one needed every couple of years.

Most of what it installs is no longer relevant to UML. The current
kernel UML HOWTO [2] documents only the vector transports and does not
mention uml_net or uml_switch at all. uml_net is also installed setuid
root and execvp()s bare "ifconfig"/"route" off $PATH from that setuid
context, which is not something we should be shipping.

tunctl is not lost: meta-networking has a standalone tunctl recipe, and
uml-utilities only registered it through update-alternatives at the
default priority anyway.

Nothing in any layer depends on it - the only reference was the
meta-oe-extended packagegroup, for build coverage.

Debian has since moved to a later 20070815.4 snapshot from a different
upstream tree, and even that was removed from testing in Nov 2025 with
open RC bugs [3]. Should anyone want uml_mconsole, uml_moo/uml_mkcow or
port-helper back, the right starting point is that snapshot rather than
this one.

[1] https://sourceforge.net/projects/user-mode-linux/files/tools/1/
[2] https://docs.kernel.org/virt/uml/user_mode_linux_howto_v2.html
[3] https://tracker.debian.org/pkg/uml-utilities

Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-28 22:48:20 -07:00
Wang Mingyu 3a8eaec297 python3-google-auth: upgrade 2.56.0 -> 2.56.2
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-28 22:48:20 -07:00
Wang Mingyu d12c45974e python3-rarfile: upgrade 4.3 -> 4.4
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-28 22:48:19 -07:00
Wang Mingyu b5d19cac08 python3-soupsieve: upgrade 2.9 -> 2.9.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-28 22:48:19 -07:00
Wang Mingyu 7859fc7d83 python3-tox: upgrade 4.57.0 -> 4.58.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-28 22:48:19 -07:00
Wang Mingyu c0e91238e7 python3-tqdm: upgrade 4.69.0 -> 4.69.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-28 22:48:18 -07:00
Wang Mingyu aa4b5ae157 sg3-utils: upgrade 1.48 -> 1.49
Update LIC_FILES_CHKSUM as copyright years updated.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-28 22:48:18 -07:00
Wang Mingyu b7824ff650 python3-typeguard: upgrade 4.5.2 -> 4.6.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-28 22:48:18 -07:00
Wang Mingyu 28c5f6c28a python3-sh: upgrade 2.3.0 -> 2.4.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-28 22:48:18 -07:00
Wang Mingyu da66021023 tesseract: upgrade 5.5.2 -> 5.5.3
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-28 22:48:17 -07:00
Wang Mingyu 2a86f452a9 python3-h2: upgrade 4.3.0 -> 4.4.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-28 22:48:17 -07:00
Wang Mingyu 7f64ddad22 python3-huey: upgrade 3.2.1 -> 3.3.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-28 22:48:17 -07:00
Wang Mingyu e5640e0597 python3-httpx2: upgrade 2.4.0 -> 2.9.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-28 22:48:17 -07:00
Wang Mingyu d7cab39702 python3-prompt-toolkit: upgrade 3.0.52 -> 3.0.53
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-28 22:48:16 -07:00
Wang Mingyu 5fcef7720e python3-pyproject-api: upgrade 1.10.1 -> 1.11.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-28 22:48:16 -07:00
Wang Mingyu 1cda985046 python3-pre-commit: upgrade 4.6.0 -> 4.6.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-28 22:48:16 -07:00
Wang Mingyu 1f6a498348 python3-greenlet: upgrade 3.5.3 -> 3.5.4
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-28 22:48:16 -07:00
Wang Mingyu a0184a8660 python3-pytest-env: upgrade 1.6.0 -> 1.7.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-28 22:48:15 -07:00
Wang Mingyu 25e1410060 python3-aiohttp: upgrade 3.14.1 -> 3.14.3
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-28 22:48:15 -07:00
Wang Mingyu e329d9f071 python3-faker: upgrade 40.35.0 -> 40.36.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-28 22:48:15 -07:00
Wang Mingyu 116fef98c9 python3-annotated-types: upgrade 0.7.0 -> 0.8.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-28 22:48:15 -07:00
Wang Mingyu d675a8ee4e python3-bitarray: upgrade 3.9.1 -> 3.9.2
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-28 22:48:14 -07:00
Wang Mingyu 5701eb286f python3-discovery: upgrade 1.4.4 -> 1.5.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-28 22:48:14 -07:00
Wang Mingyu 5e93c8864a python3-fastapi: upgrade 0.138.1 -> 0.140.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-28 22:48:14 -07:00
Wang Mingyu 4962b2af7f python3-gevent: upgrade 26.5.0 -> 26.7.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-28 22:48:14 -07:00
Wang Mingyu 54a61db014 python3-filelock: upgrade 3.31.1 -> 3.32.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-28 22:48:13 -07:00
Wang Mingyu 334fe216f8 hiawatha: upgrade 12.2 -> 12.3
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-28 00:18:45 -07:00