summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* python3-ujson: upgrade 5.11.0 -> 5.12.0Wang Mingyu2026-03-261-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* samba: upgrade 4.19.9 -> 4.23.5Gyorgy Sarvari2026-03-268-441/+131
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Samba has a new build-time dependency, libquic[1]. The repository builds an out-of-tree kernel module and a regular userspace library with the same build script, however the Makefile seems to be fairly hostile to cross-compilation. The Samba tarball also vendors the same with their own build script - for now, this venodred version is used. There are some efforts that the kernel part is mainlined[2], once it happens it should be possible to easily remove this from the recipe. pyldb was removed from RDEPENDS, as it seems that samba now builds its own version of it. Patches updated, unneeded patches dropped. Some patches contained a considerable amount of whitespace changes - those were trimmed for the ease of rebasing. Added a backported patch to avoid infinite recursion during the generation of the man pages. Changelog: https://gitlab.com/samba-team/samba/-/blob/samba-4.23.5/WHATSNEW.txt?ref_type=tags (Switch to other branches to see earlier changelogs) [1]: https://github.com/lxin/quic/ [2]: https://github.com/lxin/net-next/commits/quic/ Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* Revert "minizip: upgrade 1.3.1 -> 1.3.2"Khem Raj2026-03-261-2/+2
| | | | This reverts commit 0aaec1940711c0ba9792a56071b32a2801dcf61e.
* minizip: upgrade 1.3.1 -> 1.3.2Wang Mingyu2026-03-261-2/+2
| | | | | | | License-Update: "Version 1.1, February 14h, 2010" removed Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* bpftrace: Upgrade to 0.25.1 releaseKhem Raj2026-03-261-2/+3
| | | | | | | * This version works with llvm 22+ * Use system libbpf Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* bcc: Upgrade to 0.36.1Khem Raj2026-03-264-70/+64
| | | | | | | | * Drop upstreamed patches * Backport clang-22 fix * Disable git lfs Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* libbpf: Upgrade to 1.7.0 releaseKhem Raj2026-03-261-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | User space-side features * bpf_map__set_exclusive_program() and bpf_map__exclusive_program() APIs for exclusive map creation; * bpf_program__assoc_struct_ops() and bpf_prog_assoc_struct_ops() APIs to associate a non-struct_ops BPF program with a struct_ops map; * btf__permute() API to rearrange BTF types in-place according to a provided mapping; * BTF type lookup optimization: binary search for btf__find_by_name() and btf__find_by_name_kind(); * btf__add_btf() now accepts split BTF sources; * fsession support (SEC("fsession+") / SEC("fsession.s+")); * BPF_F_CPU and BPF_F_ALL_CPUS flags support for per-CPU map operations; * arena globals are moved to the end of the arena mmap region if kernel supports it; * support for LLVM-generated indirect jump tables (BPF ISA v4) via .jumptables ELF section and BPF_MAP_TYPE_INSN_ARRAY maps; * avoid expensive kallsyms parsing when kprobe.session target is an exact function match; * new dont_enable option in struct bpf_perf_event_opts to suppress perf event auto-enablement; BPF-side features * USDT SIB (Scale-Index-Base) addressing support; * dynptr helper signatures (bpf_dynptr_from_mem, bpf_dynptr_read, bpf_dynptr_write, bpf_dynptr_data) widened from 32-bit to 64-bit size/offset parameters; Bug fixes * As usual, a number of bug fixes included, see full commit log for details. Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* include-what-you-use: Upgrade to 0.26Khem Raj2026-03-261-3/+2
| | | | | | This works with clang-22 Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* openvpn: fix ptestHaixiao Yan2026-03-263-15/+65
| | | | | | | | | | | | | | The openvpn 2.7.0 upgrade refactored tests/unit_tests/openvpn/Makefile.am, changing how test_binaries is defined. This caused autoreconf to generate Makefiles where buildtest-TESTS and runtest-TESTS no longer have rule bodies, breaking the existing ptest recipe which relied on these targets for compilation and execution. The fix replaces these internal automake targets with stable interfaces: check-am for compilation and direct binary execution on target. Signed-off-by: Haixiao Yan <haixiao.yan.cn@windriver.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* gnome-online-accounts: update 3.55.1 -> 3.58.0Markus Volk2026-03-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes gvfs build if online-accounts is enabled | Dependency goa-1.0 found: NO. Found 3.55.1 but need: '> 3.57.0' | Found CMake: NO | Run-time dependency goa-1.0 found: NO | | ../sources/gvfs-1.60.0/meson.build:371:12: ERROR: Dependency lookup for goa-1.0 with method 'pkgconfig' failed: Invalid version, need 'goa-1.0' ['> 3.57.0'] found '3.55.1'. Overview of changes in 3.58.0 ============================= * Bugs fixed: - #453 SMTP server without password cannot be configured (Milan Crha) - Remove unneeded SMTP password escaping - !384 build: Disable google provider Files feature (Ondrej Holy) - !385 MS365: Fix mail address and name (Jan-Michael Brummer) - !386 Google: Set mail name to presentation identity (Jan-Michael Brummer) * Translation updates: - Arabic (Ahmed Najmawi) - Basque (Asier Saratsua Garmendia) - Catalan (Victor Dargallo, Jordi Mas) - Chinese (China) (luming zh) - Czech (Daniel Rusek) - Danish (Ask Hjorth Larsen) - English (United Kingdom) (Bruce Cowan) - Finnish (Jiri Grönroos) - French (Lucien Ouoba) - Galician (Fran Diéguez) - German (Jürgen Benvenuti) - Greek, Modern (1453-) (Efstathios Iosifidis) - Hebrew (Yaron Shahrabani) - Hungarian (Balázs Úr) - Japanese (小山田 純 - Oyamada Jun) - Kazakh (Baurzhan Muftakhidinov) - Korean (Seong-ho Cho) - Lithuanian (Aurimas Aurimas Černius) - Persian (Danial Behzadi) - Polish (Victoria) - Portuguese (Hugo Carvalho) - Romanian (Antonio Marin) - Russian (Artur S0) - Spanish (Daniel Mustieles) - Swedish (Anders Jonsson) - Turkish (Sabri Ünal) - Uighur (Abduqadir Abliz) Overview of changes in 3.57.1 ============================= * Bugs fixed: - #335 Default Microsoft 365 client is unverified - #442 Unclear which part of "IMAP+SMTP" account test failed - #450 adding nextcloud account which has a subfolder does not work - !368 Microsoft 365: Make use of email for id (Jan-Michael Brummer) - !374 goadaemon: Handle broken account configs - !378 goadaemon: Allow manage system notifications - !379 goamsgraphprovider: bump credentials generation - !377 goaprovider: Allow to disable, instead of enable, selected providers * Translation updates: - Bulgarian (Alexander Alexandrov Shopov) - Georgian (Ekaterine Papava) - Indonesian (Andika Triwidada) - Italian (Nathan Giovannini) - Kazakh (Baurzhan Muftakhidinov) - Norwegian Bokmål (Kjartan Maraas) - Occitan (post 1500) (Quentin PAGÈS) - Portuguese (Brazil) (Juliano de Souza Camargo) - Slovenian (Martin) - Ukrainian (Yuri Chornoivan) Overview of changes in 3.57.0 ============================= * Changes: - build: bump glib requirement to 2.84 * Bugs fixed: - #417 Support for saving a Kerberos password to the keychain after the first login - #436 changing expired kerberos password is not supported. - #437 Provided Files URI does not override undiscovered endpoint - #439 DAV client rejects 204 status in OPTIONS request handler - #445 Include emblem-default-symbolic.svg - #448 Connecting a Runbox CardDAV/CalDAV account hangs/freezes after sign in - !355 i81n: fix translatable string - !360 goaimapsmptprovider: fix accounts without SMTP or authentication-less SMTP - !364 build: only install icons for the goabackend build - !365 build: don't require goabackend to build documentation - !366 ci: test the build without gtk4 - !370 DAV-client: Added short path for SOGo * Translation updates: - Bulgarian (twlvnn kraftwerk) - Chinese (China) (luming zh) - Czech (Daniel Rusek) - English (United Kingdom) (Bruce Cowan) - Esperanto (Kristjan SCHMIDT) - Friulian (Fabio Tomat) - Georgian (Ekaterine Papava) - German (Froschi) - Greek, Modern (1453-) (Efstathios Iosifidis) - Persian (Danial Behzadi) - Portuguese (Hugo Carvalho) - Romanian (Antonio Marin) - Serbian (Милош Поповић) - Slovenian (Martin) - Turkish (Sabri Ünal) - Uighur (Abduqadir Abliz) - Ukrainian (Yuri Chornoivan) Overview of changes in 3.56.0 ============================= * Changes: - !353 Code style and logging cleanups * Translation updates: - Basque (Asier Saratsua Garmendia) - Catalan (Jordi Mas i Hernandez) - Chinese (China) (luming zh) - Danish (Ask Hjorth Larsen) - Dutch (Nathan Follens) - Esperanto (Kristjan SCHMIDT) - French (Julien Humbert) - Georgian (Ekaterine Papava) - Korean (Seong-ho Cho) - Lithuanian (Aurimas Aurimas Černius) - Occitan (post 1500) (Quentin PAGÈS) - Portuguese (Brazil) (Juliano de Souza Camargo) - Spanish (Daniel Mustieles) - Swedish (Anders Jonsson) - Turkish (Sabri Ünal) - Ukrainian (Yuri Chornoivan) Overview of changes in 3.55.2 ============================= * Bugs fixed: - !352 goaoauth2provider: improve error handling for auth/token endpoints * Translation updates: - Czech (Daniel Rusek) - Dutch (Nathan Follens) - Galician (Fran Diéguez) - Hebrew (Yaron Shahrabani) - Hungarian (Balázs Úr) - Japanese (Makoto Sakaguchi) - Persian (Danial Behzadi) - Polish (Piotr Drąg) - Russian (Artur S0) - Slovak (Dušan Kazik) - Thai (Aefgh Threenine) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* ptest-packagelists-meta-oe: Remove protobuf and xmlsec1Khem Raj2026-03-261-2/+0
| | | | | | | These tests are disabled in recipe, re-add them here once that is fixed Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com> Cc: Ross Burton <ross.burton@arm.com>
* python3-py7zr: remove python3-pyzstdRoss Burton2026-03-261-1/+0
| | | | | | | | | | This dependency was replaced with the standard compression.zstd module in 1.1.0[1]. [1] https://github.com/miurahr/py7zr/commit/ccf0def15e4542ffc24e2a6f00570622ed04a0c9 Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* localsearch: update 3.9.0 -> 3.11.0Markus Volk2026-03-263-47/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - rework reproducibility patch - disable functional_tests to avoid python3-dbusmock-native dependency - add PACKAGECONFIG for libzip and enable by default NEW in 3.11.0 - 2026-03-15 ========================== * Memory leak fixes * Stability fixes * Fixes to tv series/season extraction from video files Translations: ca, da, en_GB, pl Notable changes since 3.10.0: * Default configuration change, the user home directory will now be indexed recursively as a whole, instead of XDG folders * Major change in handling of removable devices. When enabled, removable devices will get a `.localsearch3` folder with a self-contained database for the removable device indexed data, instead of being included in the main database in the user home folder. The setting default remains off. * The set of dependencies was modernized and sanitized. GExiv2 is now used for more metadata, libzip is now used for bundled files. NEW in 3.11.rc - 2026-03-03 =========================== * Reliability improvements to the test suite Translations: es, hu, ko, ne, oc, pt NEW in 3.11.beta - 2026-02-18 ============================= * Fixes for possible buffer overflows and NULL pointer dereferences in MP3 extractor * Fix seccomp jail in database helper process for removable devices * Replace libgsf with libzip for ZIP content handling * Improve reliability of the test suite in slow scenarios (e.g. CI) Translations: bg, ca, cs, el, eu, fa, fr, gl, he, ka, kk, lt, pt_BR, ro, ru, sl, sv, tr, ug, uk, zh_CN NEW in 3.11.alpha - 2026-01-05 ============================== * Default configuration change, the user home directory will now be indexed recursively as a whole, instead of XDG folders * Major change in handling of removable devices. When enabled, removable devices will get a `.localsearch3` folder with a self-contained database for the removable device indexed data, instead of being included in the main database in the user home folder. The setting default remains off. * Improved handling of indexed folder changes found on restart * Improved handling of indexing cancellation in deleted folders * Improved handling of BTRFS filesystems * Dropped libexif dependency, EXIF data is now extracted through gexiv2 * Dropped libpiptcdata dependency, IPTC data is now extracted through gexiv2 * Consistency improvements to extracted metadata * Fixes to SHSTK handling in the sandboxed process * Further extended test coverage Translations: ca, el, fur, id, oc, sr, sr@latin NEW in 3.10.1 - 2025-10-13 ========================== * Improvements to the handling of corrupted databases * Avoid session startup issues if database initialization takes long * Handle compressed Abiword documents * Memory usage improvements indexing WEBP files * Support gexiv2 >= 0.16 * Unify metadata extraction deadline mechanisms * Test suite improvements Translations: bg, ca, es, kab, pt, ro, tr, ug NEW in 3.10.0 - 2025-09-14 ========================== * Fixes to handling of configuration changes * Improvements to the test suite Translations: da, en_GB, eo, es, eu, fa, he, hu, ka, ko, lt, nl, pt_BR, ru, sv, tr, uk, zh_CN Notable changes since 3.9.0: * A number of behavioral settings has been deprecated * Webp file format now has a metadata extractor NEW in 3.10.rc - 2025-09-01 =========================== * Webp file format now has a metadata extractor * Indexer refactors and cleanups Translations: ca, cs, gl, pl, sl NEW in 3.10.beta - 2025-08-03 ============================= * Fix service files with -Ddomain-ontology option * Fixes for Alpine and similar distributions without merged /usr NEW in 3.10.alpha - 2025-07-01 ============================== * Systemd integration improvements * A number of behavioral settings has been deprecated * Fixes handling /var/home directories * Many improvements to the command line tool * The tracker:available property is again set on all graphs, for indexed folders * Fixes handling XML documents * Fixes for possible crashes handling large PDF files * Fixes for coverity warnings * Code cleanups and refactors Translations: be, ca, uz Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* webkitgtk3: fix compile failed on qemuarmHongxu Jia2026-03-262-129/+0
| | | | | | | | | | | | | | | | | | | | $ echo 'MACHINE = "qemuarm"' >> conf/local.conf $ bitbake webkitgtk3 ... | {standard input}:43622: Error: symbol `op_instanceof_return_location' is already defined | {standard input}:43623: Error: symbol `.Lop_instanceof_return_location' is already defined | {standard input}:44352: Error: symbol `op_instanceof_return_location_wide16' is already defined | {standard input}:44353: Error: symbol `.Lop_instanceof_return_location_wide16' is already defined | {standard input}:45090: Error: symbol `op_instanceof_return_location_wide32' is already defined | {standard input}:45091: Error: symbol `.Lop_instanceof_return_location_wide32' is already defined ... Drop 0001-Fix-32bit-arm.patch which conflicts with upstream solution [1] [1] https://github.com/WebKit/WebKit/commit/fcaa289f6015595a638eb96b9f728eaaa7b13ab8 Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* tree: upgrade 2.3.1 -> 2.3.2Wang Mingyu2026-03-261-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* tinysparql: upgrade 3.10.1 -> 3.11.0Wang Mingyu2026-03-261-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* tecla: upgrade 49.0 -> 50.0Wang Mingyu2026-03-261-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* swagger-ui: upgrade 5.32.0 -> 5.32.1Wang Mingyu2026-03-261-1/+1
| | | | | | | | | | Bugfixes: ========= - invalidate models components cache based on location - style: use container queries for responsive design Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* sip: upgrade 6.15.1 -> 6.15.2Wang Mingyu2026-03-261-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* rtorrent: upgrade 0.16.7 -> 0.16.8Wang Mingyu2026-03-261-1/+1
| | | | | | | | | | | | Changelog: =========== - Added dns cache - Fix crash on double scrape request - Use callback in DnsBuffer result and catch EINTR in Listen - Fixed various SCGI issues Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* qcbor: upgrade 1.6 -> 1.6.1Wang Mingyu2026-03-261-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-virtualenv: upgrade 20.36.1 -> 21.2.0Wang Mingyu2026-03-261-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-uvicorn: upgrade 0.41.0 -> 0.42.0Wang Mingyu2026-03-261-1/+1
| | | | | | | | | | | Changelog: =========== - Use bytearray for request body accumulation to avoid O(n^2) allocation on fragmented bodies - Escape brackets and backslash in httptools HEADER_RE regex - Fix multiple issues in websockets sans-io implementation Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-uswid: upgrade 0.5.2 -> 0.6.0Wang Mingyu2026-03-261-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-starlette: upgrade 0.52.1 -> 1.0.0Wang Mingyu2026-03-261-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-simpleeval: upgrade 1.0.3 -> 1.0.7Wang Mingyu2026-03-261-2/+2
| | | | | | | License-Update: Copyright year updated to 2026 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-sentry-sdk: upgrade 1.45.1 -> 2.55.0Wang Mingyu2026-03-261-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-rich-toolkit: upgrade 0.15.1 -> 0.19.7Wang Mingyu2026-03-261-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-pytest-env: upgrade 1.5.0 -> 1.6.0Wang Mingyu2026-03-261-1/+1
| | | | | | | | | | | | | | Changelog: =========== - Add permissions to workflows - Add SECURITY.md to .github/ - Add missing .github config files - Standardize .github files to .yaml suffix - Fix verbose source attribution when falling back to INI en - feat(env): preserve existing env values Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-pytest-cov: upgrade 7.0.0 -> 7.1.0Wang Mingyu2026-03-261-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-pre-commit: upgrade 4.3.0 -> 4.5.1Wang Mingyu2026-03-261-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-pint: upgrade 0.25.2 -> 0.25.3Wang Mingyu2026-03-261-1/+1
| | | | | | | | | | | | | | | | | | Changelog: ============== - 'GenericPlainRegistry.parse_expression' now correctly returns a dimensionless Quantity when taking a float, int, or NaN - Replace MIP with scipy in 'Quantity.to_preferred' - New unit formatting modifier added ('^') to format unit with negative exponents - Add atomic unit of electric field gradient ('atomic_unit_of_electric_field_gradient', 'a_u_efg') - Defer expensive loading of dask.array - Add support for numpy's 'vdot', 'inner', 'outer', 'linalg.outer', 'matvec', 'vecmat', 'tensordot', and 'linalg.tensordot' Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-pikepdf: upgrade 10.3.0 -> 10.5.1Wang Mingyu2026-03-261-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-myst-parser: upgrade 4.0.1 -> 5.0.0Wang Mingyu2026-03-261-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-mpmath: upgrade 1.4.0 -> 1.4.1Wang Mingyu2026-03-261-1/+1
| | | | | | | | | | | | Changelog: ============ - Fix test_hexadecimal_with_libc_bulk() - Keep available deprecated aliases for mpc/mpf_log() - Use version_file option of setuptools-scm to keep version info - Add workaround for test on s390x Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-mdit-py-plugins: upgrade 0.4.2 -> 0.5.0Wang Mingyu2026-03-261-1/+1
| | | | | | | | | | Changelog: ========== - Add plugin & tests to render subscripts - Drop Python 3.9 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-kiwisolver: upgrade 1.4.9 -> 1.5.0Wang Mingyu2026-03-261-2/+2
| | | | | | | | | | | | | | | License-Update: Copyright year updated to 2026 Changelog: ========== - add support for CMakeLists - implement more move constructor in the C++ code - add C++ tests - add support for GraalPy - add RiscV support Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-inline-snapshot: upgrade 0.32.4 -> 0.32.5Wang Mingyu2026-03-261-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-importlib-metadata: upgrade 8.7.1 -> 9.0.0Wang Mingyu2026-03-261-2/+2
| | | | | | | License-Update: Copyright year updated to 2026 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-imageio: upgrade 2.37.2 -> 2.37.3Wang Mingyu2026-03-261-2/+2
| | | | | | | License-Update: Copyright year updated to 2026 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-identify: upgrade 2.6.17 -> 2.6.18Wang Mingyu2026-03-261-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-icu: upgrade 2.16.1 -> 2.16.2Wang Mingyu2026-03-261-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-google-auth-oauthlib: upgrade 1.2.3 -> 1.3.0Wang Mingyu2026-03-261-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-filelock: upgrade 3.25.0 -> 3.25.2Wang Mingyu2026-03-261-1/+1
| | | | | | | | | | | Changelog: ========== - fix(unix): suppress EIO on close in Docker bind mounts - docs(logo): add branded project logo - fix(win): restore best-effort lock file cleanup on release Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-faker: upgrade 40.8.0 -> 40.11.0Wang Mingyu2026-03-261-1/+1
| | | | | | | | | | | | Changelog: ============= - Add major Swiss banks to de_CH bank provider. - Fix: mixed-gender names in es_MX locale. - Fix pt_PT postalcode format in address provider. - Fix mutable default providers. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-coverage: upgrade 7.13.4 -> 7.13.5Wang Mingyu2026-03-261-1/+1
| | | | | | | | | | | | | | Changelog: ========== - Fix: issue 2138 describes a memory leak that happened when repeatedly using the Coverage API with in-memory data. This is now fixed. - Fix: the markdown-formatted coverage report didn't fully escape special characters in file paths (issue 2141). This would be very unlikely to cause a problem, but now it's done properly - Fix: the C extension wouldn't build on VS2019, but now it does Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-cbor2: upgrade 5.8.0 -> 5.9.0Wang Mingyu2026-03-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========= - Added the max_depth decoder parameter to limit the maximum allowed nesting level of containers, with a default value of 400 levels (CVE-2026-26209) - Changed the default read_size from 4096 to 1 for backwards compatibility. The buffered reads introduced in 5.8.0 could cause issues when code needs to access the stream position after decoding. Users can opt-in to faster decoding by passing read_size=4096 when they don't need to access the stream directly after decoding. Added a direct read path for read_size=1 to avoid buffer management overhead. - Fixed C encoder not respecting string referencing when encoding string-type datetimes (tag 0) - Fixed a missed check for an exception in the C implementation of CBOREncoder.encode_shared() - Fixed two reference/memory leaks in the C extension's long string decoder - Fixed C decoder ignoring the str_errors setting when decoding strings, and improved string decoding performance by using stack allocation for small strings and eliminating unnecessary conditionals. Benchmarks show 9-17% faster deserialization. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-bleak: upgrade 2.1.1 -> 3.0.0Wang Mingyu2026-03-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ============ - Added adapter attribute to bleak.args.bluez.BlueZClientArgs and bleak.args.bluez.BlueZScannerArgs. - Added bluez keyword argument to BleakClient. - Added new bleak.args.bluez.BlueZClientArgs class. - Added bleak.exc.BleakGATTProtocolError and bleak.exc.BleakGATTProtocolErrorCode classes. - Added type hints and documentation for use_cached kwarg for read_gatt_char() and read_gatt_descriptor() methods in BleakClient. - Added support for "use_cached" kwarg to read_gatt_char() and read_gatt_descriptor() methods in BlueZ backend. - Deprecated adapter keyword argument in BleakScanner and BleakClient. - Changed GATT read and write methods to raise BleakGATTProtocolError when a GATT protocol error occurs. - Changed start/stop scanning on CoreBluetooth so that the isScanning property is not checked anymore. - Changed BleakClient.write_gatt_descriptor() to raise ValueError when attempting to write to the descriptor 0x2902 (Client Characteristic Configuration Descriptor, CCCD). Use start_notify() and stop_notify() instead. - Fixed occasional EOFError when disconnecting in BlueZ backend. - Fixed a potential deadlock when turning off Bluetooth manually while starting scanning on CoreBluetooth. - Fixed reading descriptors 0x2900, 0x2902 and 0x2903 on CoreBluetooth backend. - Fixed cyclic references problem in CoreBluetooth backend causing memory leaks. - Fixed typehint for BleakScanner.__aexit__(). - Removed undocumented/deprecated device keyword argument from BleakScannerBlueZDBus and BleakClientBlueZDBus. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-bitstring: upgrade 4.3.1 -> 4.4.0Wang Mingyu2026-03-261-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-astroid: upgrade 4.1.1 -> 4.1.2Wang Mingyu2026-03-261-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>