summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* ctags: upgrade 6.2.20260510.0 -> 6.2.20260524.0Wang Mingyu2026-05-311-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* tailscale: upgrade 1.94.2 -> 1.98.3Adam Duskett2026-05-313-34/+36
| | | | | | | | -Regenerate go module dependencies and license checksums -Manually verify and complete Unknown license entries Signed-off-by: Adam Duskett <adam.duskett@amarulasolutions.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-simplejson: Use pep517-backend FixesWang Mingyu2026-05-311-1/+1
| | | | | | | QA Issue: inherits setuptools3 but has pyproject.toml with setuptools.build_meta, use the correct class [pep517-backend] Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* libsdl2-net: Ensure packaging of SDL2_net.pcMark Jonas2026-05-312-0/+94
| | | | | | | | SDL2_net does not install SDL2_net.pc. Thus, libsdl2-net cannot package the file. Fix this by applying an upstream patch. Signed-off-by: Mark Jonas <toertel@gmail.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* postgresql: fix CVE-2026-6479Guocai He2026-05-312-1/+40
| | | | | | | | | | | | | | | | CVE-2026-6479 was partially fixed by the 17.8 -> 17.10 version upgrade, but an additional patch is needed to completely fix the issue. Add missing include of IO::Socket::INET in Cluster.pm test module. The postmaster test 004_negotiate.pl could fail due to IO::Socket::INET gone missing, in environments that cannot use Unix sockets. Reference: https://security-tracker.debian.org/tracker/CVE-2026-6479 https://github.com/postgres/postgres/commit/eb5559b7df98581bd9a5142433122d1ba076d568 Signed-off-by: Guocai He <guocai.he.cn@windriver.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* playerctl: add recipeMarkus Volk2026-05-241-0/+16
| | | | | | | | | | | Playerctl is a command-line utility and library for controlling media players that implement the MPRIS D-Bus Interface Specification. Playerctl makes it easy to bind player actions, such as play and pause, to media keys. You can also get metadata about the playing track such as the artist and title for integration into statusline generators or other command-line tools. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* mpv: add PACKAGECONFIG for mprisMarkus Volk2026-05-241-0/+1
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* android-tools: fix deprecated header warning from clangAshishKumar Mishra2026-05-241-6/+9
| | | | | | | | | | | | Remove .h header files from the SOURCES compilation list inside adbd.mk to resolve a Clang warning regarding treating 'c-header' input as 'c++-header' Moved the header files into a separate HEADERS variable to act purely as a GNU Make dependency trigger, keeping them off the direct compiler execution string. Signed-off-by: AshishKumar Mishra <ashishkumar.mishra@bmwtechworks.in> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* android-tools: removes selinux dependency from android-tools_29.0.6.r14.bbAshishKumar Mishra2026-05-241-1/+4
| | | | | Signed-off-by: AshishKumar Mishra <ashishkumar.mishra@bmwtechworks.in> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* android-tools: move android-tools v29.x from dynamic-layers/selinux to meta-oeAshishKumar Mishra2026-05-2452-0/+0
| | | | | | | | | | | | | | | | | | | Relocate the recipe from dynamic-layers/selinux/ to the main meta-oe/recipes-devtools/ directory. The android-tools recipe (version 29.0.6.r14) was previously restricted to the selinux dynamic-layer. Investigation shows that version 29.0.6.r14 does not have a hard dependency on libselinux for core tool functionality. (adb, fastboot, and sparse image tools). - Basic runable test was done for binaries in android-tools-native - Checked for selinux absense by looking for selinx using $ ldd binary-name Changes: - Relocate recipe from dynamic-layers/selinux/ to recipes-devtools/ Signed-off-by: AshishKumar Mishra <ashishkumar.mishra@bmwtechworks.in> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* android-tools: remove android-tools 5.x from meta-oe/recipes-devtoolsAshishKumar Mishra2026-05-2441-3473/+0
| | | | | | | | We plan to upgrade android-tools from the legacy 5.1.1 version to 29.0.6.r14 To achive this we are removing the older version from meta-oe/recipes-devtools/ Signed-off-by: AshishKumar Mishra <ashishkumar.mishra@bmwtechworks.in> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* nginx: upgrade 1.30.1 -> 1.30.2Ankur Tyagi2026-05-221-1/+1
| | | | | | | | | | | | Changes with nginx 1.30.2 *) Security: a heap memory buffer overflow might occur in a worker process when using a configuration with overlapping captures in ngx_http_rewrite_module, potentially resulting in arbitrary code execution (CVE-2026-9256). Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* imagemagick: upgrade 7.1.2-22 -> 7.1.2-23Ankur Tyagi2026-05-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | Bug and security fixes https://github.com/ImageMagick/ImageMagick/compare/7.1.2-22...7.1.2-23 PTEST passed: root@qemuarm64:~# ptest-runner imagemagick START: ptest-runner 2026-05-23T03:43 BEGIN: /usr/lib/imagemagick/ptest ... ... DURATION: 1 END: /usr/lib/imagemagick/ptest 2026-05-23T03:43 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>
* python3-ldap: upgrade 3.4.5 -> 3.4.7Wang Mingyu2026-05-221-1/+1
| | | | | | | | | | | | | Changelog: ============= - attrlist parameter is now properly checked before use, avoiding memory errors due to type mismatches - Fixed errors with requestName/requestValue in extop.dds - ldif and ldap.schema modules now actively close sockets as they're finished with them Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* procmail: Add -std=gnu17 to fix error of do_compileWang Mingyu2026-05-221-1/+1
| | | | | | | Without the option , the command procmail|lockfile|formail will not be installed to target. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* tigervnc: Fix do_configure ErrorWang Mingyu2026-05-221-2/+2
| | | | | | | | update version of xorg-xserver according to oe-core WARNING: tigervnc-1.16.2-r0 do_configure: TigerVNC xorg-server version (21.1.21) is different from oe-core's xorg-xserver version (21.1.22) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* xdg-desktop-portal-gnome: remove gnome-shell runtime dependencyMarkus Volk2026-05-211-3/+1
| | | | | | | | | | | xdg-desktop-portal-gnome is no longer used exclusively by gnome-shell. For example, it is also used by niri to provide support for screencasts. It is not necessary for xdg-desktop-portal-gnome to add runtime dependencies for mutter and gnome-shell. In this context, doing so is actually counterproductive. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* libjcat: upgrade 0.2.3 -> 0.2.6Ankur Tyagi2026-05-211-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Update packageconfig option to use "gnutls" prefix[1] Also include tag in the SRC_URI [1]https://github.com/hughsie/libjcat/commit/d873545c23064620eb884b7e67ff1cda94b891fa PTEST passed: root@qemuarm64:~# ptest-runner libjcat START: ptest-runner 2026-05-21T21:45 BEGIN: /usr/lib/libjcat/ptest Running test: libjcat/libjcat.test ... ... # End of jcat tests PASS: libjcat/libjcat.test SUMMARY: total=1; passed=1; skipped=0; failed=0; user=5.1s; system=0.1s; maxrss=9688 DURATION: 6 END: /usr/lib/libjcat/ptest 2026-05-21T21:45 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>
* freerdp3: upgrade 3.25.0 -> 3.26.0Ankur Tyagi2026-05-211-1/+1
| | | | | | | | | | | | | | | | | | | | | https://github.com/FreeRDP/FreeRDP/releases/tag/3.26.0 PTEST passed: root@qemuarm64:~# ptest-runner freerdp3 START: ptest-runner 2026-05-21T21:46 BEGIN: /usr/lib/freerdp3/ptest ... ... DURATION: 41 END: /usr/lib/freerdp3/ptest 2026-05-21T21:47 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>
* nginx: upgrade 1.30.0 -> 1.30.1Ankur Tyagi2026-05-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes with nginx 1.30.1 *) Security: when using the "proxy_set_body" directive, an attacker might inject data in the proxied request to an HTTP/2 backend (CVE-2026-42926). *) Security: a heap memory buffer overflow might occur in a worker process while handling a specially crafted request by ngx_http_rewrite_module, potentially resulting in arbitrary code execution (CVE-2026-42945). *) Security: a heap memory buffer overread might occur in a worker process while handling a specially crafted response by ngx_http_scgi_module or ngx_http_uwsgi_module, allowing an attacker to cause a disclosure of worker process memory or segmentation fault in a worker process (CVE-2026-42946). *) Security: a heap memory buffer overread might occur in a worker process while handling a specially sent response with decoding from UTF-8 via the "charset_map" directive, allowing an attacker to cause a limited disclosure of worker proccess memory or segmentation fault in a worker process (CVE-2026-42934). *) Security: when using HTTP/3, processing of connection migration might cause new QUIC streams to receive a new client address before validation, allowing an attacker to cause address spoofing (CVE-2026-40460). *) Security: use-after-free might occur during DNS server response processing if the "ssl_ocsp" directive was used, allowing an attacker to cause worker process memory corruption or segmentation fault in a worker process (CVE-2026-40701). *) Bugfix: connections with HTTP/2 backends might not be cached when using the "proxy_set_body" or "proxy_pass_request_body" directives. *) Bugfix: proxied HTTP/0.9, SCGI, or uWSGI responses might be transferred incorrectly if the first line was not fully read. Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-django: upgrade 6.0.4 -> 6.0.5Ankur Tyagi2026-05-211-1/+1
| | | | | | | https://docs.djangoproject.com/en/dev/releases/6.0.5/ Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-django: upgrade 5.2.13 -> 5.2.14Ankur Tyagi2026-05-211-1/+1
| | | | | | | https://docs.djangoproject.com/en/dev/releases/5.2.14/ Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* nodejs: upgrade 22.22.3 -> 24.16.0 (LTS)Tim Orling2026-05-2114-232/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Node.js 24.16.0 [1] recipe based on 22.22.3. Patches reviewed against the 24.15.0 source tree and rebased where needed: - 0001: rebased for Makefile changes (common_node.gypi removed, line offsets shifted); merged with Disable-running-gyp-files patch since both modify the same Makefile hunk. Remove deps/simdutf/simdutf.gyp; no longer vendored here. - 0005: rebased for v8.gyp libatomic condition change (clang condition folded upstream, ppc removed) - v24.16.0 bumps bundled llhttp to 9.3.1 (LLHTTP_VERSION_MAJOR/MINOR/PATCH = 9/3/1 in deps/llhttp/include/llhttp.h). Five patches dropped as no longer needed: - build-remove-redundant-mXX-flags-for-V8: backport already merged upstream in Node.js 24 - ppc64-Do-not-use-mminimal-toc-with-clang: Node.js 24 common.gypi already gates -mminimal-toc behind clang==0 - fix-arm-Neon-intrinsics-types: the v24.16.0 source already uses vandq_u8/vorrq_u8 and vshrn_n_u16(vreinterpretq_u16_u8(mask), 4). - detect-aarch64-Neon-correctly: #ifdef __ARM_NEON__ → #if defined(__ARM_NEON__) || defined(__ARM_NEON) — already present at lines 13 and 2628. - llhttp-fix-NEON-header-value-__builtin_ctzll-undefin: wanted the match_mask == 0 guard around __builtin_ctzll — already present. "This patch can be dropped when nodejs updates its bundled llhttp to >= 9.3.1.") Remaining 9 patches renumbered sequentially 0001-0009. All verified to apply cleanly against the v24.16.0 source tarball. NOTE: The "current" release is v26.2.0 [1], but this is not yet an LTS release. Application stacks frequently lag new releases, so it makes sense to have support for the v24 LTS release. [1] https://nodejs.org/en/blog/release/v24.16.0 [2] https://nodejs.org/en/blog/release/v26.2.0 Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* nodejs-oe-cache-native: upgrade to version 24.16Tim Orling2026-05-212-0/+0
| | | | | | | | Add oe-cache recipe for Node.js 24.16, replacing the existing 22.22 version. This provides the npm cache helper used during SDK builds. Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* kmscon: fix zlib cross-compiling errorsAdam Duskett2026-05-212-1/+55
| | | | | | | | | | | | | | | | zlib compression was introduced in version 9.3.3. However, when cross-compiling kmscon for an architecture other than x86_64, the genunifont executable tries to use the build-systems zlib instead of the hosts zlib. This leads to the following error during compiling: libz.so: error adding symbols: file in wrong format Fix this by adding a new native zlib dependency specifically for the genunifont executable. Signed-off-by: Adam Duskett <adam.duskett@amarulasolutions.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-orjson: Upgrade to 3.11.9Khem Raj2026-05-212-19/+17
| | | | | | Depends on rust 1.95 and fix building with rust 1.95 Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* postgresql: upgrade 17.8 -> 17.10Guocai He2026-05-212-2/+2
| | | | | | | | | | | | | | | Refreshed 0003-configure.ac-bypass-autoconf-2.69-version-check.patch for 17.10 Includes fix for CVE-2026-6472, CVE-2026-6473, CVE-2026-6474, CVE-2026-6475, CVE-2026-6476, CVE-2026-6477, CVE-2026-6478, CVE-2026-6479, CVE-2026-6637, CVE-2026-6638 CVE-2026-6575 Release Notes: https://www.postgresql.org/docs/release/17.10/ Signed-off-by: Guocai He <guocai.he.cn@windriver.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* lvm2: Do not install sbin/dmvdostats to sysrootFelix Piedallu2026-05-211-0/+1
| | | | | | | | | | | | Version 1.02.214 of lvm2 installs this executable as an alias to dmsetup vdostats. This conflicts with the executable installed by libdevmapper. Remove this binary from the sysroot, just like dmsetup and dmstats. Signed-off-by: Félix Piédallu <felix.piedallu@non.se.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* openjpeg: add ptest supportsjiao2026-05-213-1/+40
| | | | | | | | | | | Add ptest support to enable runtime testing of openjpeg library. Only unit tests are included, excluding tests that require external data files (NR-/CONF-/ETS-/testjp2). Tested on intel-x86-64: all 29 unit tests passed. Signed-off-by: sjiao <Shilong.Jiao@windriver.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* jemalloc: fix version stringYi Zhao2026-05-211-1/+1
| | | | | | | | Referring to the VERSION file within the released source tarball, the version string for --with-version option should be ${PV}-0-g${SRCREV}. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* xfsdump: upgrade 3.2.0 -> 3.3.0Wang Mingyu2026-05-211-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* uriparser: upgrade 1.0.1 -> 1.0.2Wang Mingyu2026-05-211-1/+1
| | | | | | | | | | | | | | | | Changelog: ============== * Fixed: [CVE-2026-44927] Stop truncating 'ptrdiff_t' to 'int' * Fixed: [CVE-2026-44928] Fix 'EqualsUri' with regard to '.absolutePath' * Fixed: Fix OOM related memory leak in 'CopyUriMm' * Improved: Simplify internal function 'CompareRange' into 'RangeEquals' * Improved: Make function 'RangeEquals' use size_t' internally * Soname: 3:2:2 - see https://verbump.de/ for what these numbers do Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* swagger-ui: upgrade 5.32.5 -> 5.32.6Wang Mingyu2026-05-211-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-virtualenv: upgrade 21.3.1 -> 21.3.3Wang Mingyu2026-05-211-1/+1
| | | | | | | | | | | Changelog: =========== - add 3.16 to embedded wheel versions - fix(upgrade): regen embedded init with correct MAX and 3.16 - Accept GraalPy implementation name. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-typeguard: upgrade 4.5.1 -> 4.5.2Wang Mingyu2026-05-211-1/+1
| | | | | | | | Changelog: Fixed IndexError raised from check_signature_compatible when the subject method has no positional parameters Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-twisted: upgrade 25.5.0 -> 26.4.0Wang Mingyu2026-05-211-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-tox: upgrade 4.53.1 -> 4.54.0Wang Mingyu2026-05-211-1/+1
| | | | | | | | | | | Changelog: =========== - test(conftest): strip broken nspkg.pth files under py3.15 - feat(packaging): declare tox.pytest deps via a testing extra - fix(schema): cover every replace form in the TOML schema Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-tomlkit: upgrade 0.14.0 -> 0.15.0Wang Mingyu2026-05-211-1/+1
| | | | | | | | Changelog: Update parser to support TOML spec v1.1.0. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-thrift: upgrade 0.22.0 -> 0.23.0Wang Mingyu2026-05-211-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-sentry-sdk: upgrade 2.59.0 -> 2.60.0Wang Mingyu2026-05-211-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.19.7 -> 0.19.9Wang Mingyu2026-05-211-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-reportlab: upgrade 4.5.0 -> 4.5.1Wang Mingyu2026-05-211-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-regex: upgrade 2026.4.4 -> 2026.5.9Wang Mingyu2026-05-211-1/+1
| | | | | | | | Changelog: Reverse matching with full unicode casefolding could lead to out-of-range string indexes. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-python-multipart: upgrade 0.0.27 -> 0.0.28Wang Mingyu2026-05-211-1/+1
| | | | | | | | | | Changelog: ========== - Speed up partial-boundary tail scan via bytes.find - Cap multipart boundary length at 256 bytes Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-pytest-codspeed: upgrade 4.5.0 -> 5.0.2Wang Mingyu2026-05-211-1/+1
| | | | | | | | | | | | | | Changelog: =========== - chore: bump instrument-hooks - Remove CFFI in favor of native extension to support free-threaded mode - feat(hooks): declare native extension free-thread safe - feat: use instrument-hook markers in walltime - build: enable free-threaded wheels in cibuildwheel - feat: skip Python runtime objects in callgrind Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-paramiko: upgrade 4.0.0 -> 5.0.0Wang Mingyu2026-05-211-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-pandas: upgrade 3.0.2 -> 3.0.3Wang Mingyu2026-05-211-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-myst-parser: upgrade 5.0.0 -> 5.1.0Wang Mingyu2026-05-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New Features ============ - Add "alert" syntax extension for GFM alerts (e.g. > [!NOTE]) - Add "gfm_autolink" syntax extension for GFM autolinks - Add myst_strikethrough_single_tilde config option to allow single tilde (~) for strikethrough - Add myst_colon_fence_exact_match config option to require the closing colon fence to have exactly the same number of colons as the opening Improvements ============= - Update myst_gfm_only mode to use the unified gfm_plugin, which now includes GFM autolinks, alerts, and improved strikethrough/tasklist handling - Improve MathJax 4 compatibility for Sphinx 9 - Stop directive-option parsing at colon fences, fixing nested colon fence directives Bug Fixes =========== - Use docname instead of source path in warning locations - Correctly encode & in Markdown URLs by not HTML-escaping refuri - Fix RemovedInSphinx10Warning for inventory item iteration - Pin mdit-py-plugins>=0.6.1 for nested field list fix Dependency Upgrades ==================== - Upgrade to markdown-it-py~=4.2 and mdit-py-plugins~=0.6 - Update pygments requirement from <2.20 to <2.21 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-meh: upgrade 0.52 -> 0.53Wang Mingyu2026-05-211-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-mdit-py-plugins: upgrade 0.6.0 -> 0.6.1Wang Mingyu2026-05-211-1/+1
| | | | | | | FIX: Nested field lists incorrectly nesting inside parent containers Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>