* [OE-core] [PATCH 02/22] libportal: upgrade 0.8.1 -> 0.9.0
2024-12-23 9:10 [OE-core] [PATCH 01/22] diffoscope: upgrade 283 -> 284 wangmy
@ 2024-12-23 9:10 ` wangmy
2024-12-23 9:10 ` [OE-core] [PATCH 03/22] libwebp: upgrade 1.4.0 -> 1.5.0 wangmy
` (19 subsequent siblings)
20 siblings, 0 replies; 24+ messages in thread
From: wangmy @ 2024-12-23 9:10 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
===========
Dependencies:
- GLib 2.72 or higher is now required
Features:
- Introduce support for the Notification v2 portal version
Bug fixes:
- Fix a file descriptor leak in the Mail portal code
- Fix some minor memory leaks
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../libportal/{libportal_0.8.1.bb => libportal_0.9.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-gnome/libportal/{libportal_0.8.1.bb => libportal_0.9.0.bb} (94%)
diff --git a/meta/recipes-gnome/libportal/libportal_0.8.1.bb b/meta/recipes-gnome/libportal/libportal_0.9.0.bb
similarity index 94%
rename from meta/recipes-gnome/libportal/libportal_0.8.1.bb
rename to meta/recipes-gnome/libportal/libportal_0.9.0.bb
index 0b88de4224..96c25b1db8 100644
--- a/meta/recipes-gnome/libportal/libportal_0.8.1.bb
+++ b/meta/recipes-gnome/libportal/libportal_0.9.0.bb
@@ -7,7 +7,7 @@ LICENSE = "LGPL-3.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=3000208d539ec061b899bce1d9ce9404"
SRC_URI = "git://github.com/flatpak/${BPN}.git;protocol=https;branch=main"
-SRCREV = "26c15008cbe579f57f89468384f8efc033f25f6f"
+SRCREV = "731e7410fa5765e7c4eb76a51140a19637620c13"
S = "${WORKDIR}/git"
inherit meson gi-docgen gobject-introspection vala features_check pkgconfig
--
2.43.0
^ permalink raw reply related [flat|nested] 24+ messages in thread* [OE-core] [PATCH 03/22] libwebp: upgrade 1.4.0 -> 1.5.0
2024-12-23 9:10 [OE-core] [PATCH 01/22] diffoscope: upgrade 283 -> 284 wangmy
2024-12-23 9:10 ` [OE-core] [PATCH 02/22] libportal: upgrade 0.8.1 -> 0.9.0 wangmy
@ 2024-12-23 9:10 ` wangmy
2024-12-23 9:10 ` [OE-core] [PATCH 04/22] llvm: upgrade 19.1.5 -> 19.1.6 wangmy
` (18 subsequent siblings)
20 siblings, 0 replies; 24+ messages in thread
From: wangmy @ 2024-12-23 9:10 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
============
API changes:
- 'cross_color_transform_bits' added to WebPAuxStats
* minor lossless encoder speed and compression improvements
* lossless encoding does not use floats anymore
* additional Arm optimizations for lossy & lossless + general code generation
improvements
* improvements to WASM performance
* improvements and corrections in webp-container-spec.txt and
webp-lossless-bitstream-spec.txt
* further security related hardening and increased fuzzing coverage w/fuzztest
* miscellaneous warning, bug & build fixes
Tool updates:
* gif2webp: add -sharp_yuv & -near_lossless
* img2webp: add -exact & -noexact
* exit codes normalized; running an example program with no
arguments will output its help and exit with an error
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../webp/{libwebp_1.4.0.bb => libwebp_1.5.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-multimedia/webp/{libwebp_1.4.0.bb => libwebp_1.5.0.bb} (96%)
diff --git a/meta/recipes-multimedia/webp/libwebp_1.4.0.bb b/meta/recipes-multimedia/webp/libwebp_1.5.0.bb
similarity index 96%
rename from meta/recipes-multimedia/webp/libwebp_1.4.0.bb
rename to meta/recipes-multimedia/webp/libwebp_1.5.0.bb
index d922970479..1ca564f678 100644
--- a/meta/recipes-multimedia/webp/libwebp_1.4.0.bb
+++ b/meta/recipes-multimedia/webp/libwebp_1.5.0.bb
@@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6e8dee932c26f2dab503abf70c96d8bb \
file://PATENTS;md5=c6926d0cb07d296f886ab6e0cc5a85b7"
SRC_URI = "http://downloads.webmproject.org/releases/webp/${BP}.tar.gz"
-SRC_URI[sha256sum] = "61f873ec69e3be1b99535634340d5bde750b2e4447caa1db9f61be3fd49ab1e5"
+SRC_URI[sha256sum] = "7d6fab70cf844bf6769077bd5d7a74893f8ffd4dfb42861745750c63c2a5c92c"
UPSTREAM_CHECK_URI = "http://downloads.webmproject.org/releases/webp/index.html"
--
2.43.0
^ permalink raw reply related [flat|nested] 24+ messages in thread* [OE-core] [PATCH 04/22] llvm: upgrade 19.1.5 -> 19.1.6
2024-12-23 9:10 [OE-core] [PATCH 01/22] diffoscope: upgrade 283 -> 284 wangmy
2024-12-23 9:10 ` [OE-core] [PATCH 02/22] libportal: upgrade 0.8.1 -> 0.9.0 wangmy
2024-12-23 9:10 ` [OE-core] [PATCH 03/22] libwebp: upgrade 1.4.0 -> 1.5.0 wangmy
@ 2024-12-23 9:10 ` wangmy
2024-12-23 9:10 ` [OE-core] [PATCH 05/22] meson: upgrade 1.6.0 -> 1.6.1 wangmy
` (17 subsequent siblings)
20 siblings, 0 replies; 24+ messages in thread
From: wangmy @ 2024-12-23 9:10 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
==========
- [SimpleLoopUnswitch] Fix LCSSA phi node invalidation
- [AggressiveInstCombine] Use APInt and avoid truncation when folding loads
- [WebAssembly] Handle symbols in .init_array sections
- [WebAssembly] Support multiple .init_array fragments when writing Wasm objects
- [cmake] Use DetectTestCompiler from openmp directory
- [offload] Define LIBOMPTARGET_OPENMP_*_FOLDER in standalone builds
- [offload] Define OPENMP_TEST*_FLAGS in standalone builds
- [offload] [test] Add "omp" test dependency only when present
- [offload] Include CheckCXXCompilerFlag in CMake
- [offload] - Fix issue with standalone debug offload build
- [lld][WebAssembly] Fix use of uninitialized stack data with --wasm64
- [Clang][perf-training] Fix clean command in perf-helper.py
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
meta/recipes-devtools/llvm/{llvm_19.1.5.bb => llvm_19.1.6.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/llvm/{llvm_19.1.5.bb => llvm_19.1.6.bb} (98%)
diff --git a/meta/recipes-devtools/llvm/llvm_19.1.5.bb b/meta/recipes-devtools/llvm/llvm_19.1.6.bb
similarity index 98%
rename from meta/recipes-devtools/llvm/llvm_19.1.5.bb
rename to meta/recipes-devtools/llvm/llvm_19.1.6.bb
index de534aa283..003676a652 100644
--- a/meta/recipes-devtools/llvm/llvm_19.1.5.bb
+++ b/meta/recipes-devtools/llvm/llvm_19.1.6.bb
@@ -27,7 +27,7 @@ SRC_URI = "https://github.com/llvm/llvm-project/releases/download/llvmorg-${PV}/
file://0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch;striplevel=2 \
file://llvm-config \
"
-SRC_URI[sha256sum] = "bd8445f554aae33d50d3212a15e993a667c0ad1b694ac1977f3463db3338e542"
+SRC_URI[sha256sum] = "e3f79317adaa9196d2cfffe1c869d7c100b7540832bc44fe0d3f44a12861fa34"
UPSTREAM_CHECK_URI = "https://github.com/llvm/llvm-project"
UPSTREAM_CHECK_REGEX = "llvmorg-(?P<pver>\d+(\.\d+)+)"
--
2.43.0
^ permalink raw reply related [flat|nested] 24+ messages in thread* [OE-core] [PATCH 05/22] meson: upgrade 1.6.0 -> 1.6.1
2024-12-23 9:10 [OE-core] [PATCH 01/22] diffoscope: upgrade 283 -> 284 wangmy
` (2 preceding siblings ...)
2024-12-23 9:10 ` [OE-core] [PATCH 04/22] llvm: upgrade 19.1.5 -> 19.1.6 wangmy
@ 2024-12-23 9:10 ` wangmy
2024-12-23 9:10 ` [OE-core] [PATCH 06/22] python3-certifi: upgrade 2024.8.30 -> 2024.12.14 wangmy
` (16 subsequent siblings)
20 siblings, 0 replies; 24+ messages in thread
From: wangmy @ 2024-12-23 9:10 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
0001-python-module-do-not-manipulate-the-environment-when.patch
refreshed for 1.6.1
Changelog:
===========
- dependencies: support old vulkan SDK version
- Handle top level options set in subprojects. Closes #13847.
- ci: fix Ubuntu Bionic job
- modernize Rust template
- run_single_test.py: skip setup_symlinks() call on Windows
- tests: HDF5 no longer skips on MacOS
- mdevenv: exec directly into the program to run
- CMakeToolchain: Log output on compiler state failure
- msetup: Correction of the message text
- run_single_test.py: Fix for symlink changes
- libgcrypt-config is no more on ubuntu-rolling
- fix generate_gir with BothLibraries dependency
- env2mfile: add flag to use _FOR_BUILD envvars.
- environment: Never require an exe_wrapper for native builds
- rust: fix computation of library directory
- De-duplicate BuildTarget.sources
- Fix building on AIX when no project languages are used
- coverage.py: Guard use of --html-nested behind version check.
- Xcode backend: only use found appleframeworksn
- Enable GCC to find free-threaded python DLL library
- modules/rust: Add support for autolib field in the Cargo.toml
- env2mfile: Use a cross valac on Debian if possible
- env2mfile: Automatically set exe_wrapper on Debian if possible
- env2mfile: Use Debian cross-prefixed GObject-Introspection tools
- env2mfile: Generalize detection of pkg-config to have a list of tools
- Add GNU/Hurd kernel results
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
...on-module-do-not-manipulate-the-environment-when.patch | 8 ++++----
.../meson/{meson_1.6.0.bb => meson_1.6.1.bb} | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
rename meta/recipes-devtools/meson/{meson_1.6.0.bb => meson_1.6.1.bb} (98%)
diff --git a/meta/recipes-devtools/meson/meson/0001-python-module-do-not-manipulate-the-environment-when.patch b/meta/recipes-devtools/meson/meson/0001-python-module-do-not-manipulate-the-environment-when.patch
index 23f96f4788..84a9c18c51 100644
--- a/meta/recipes-devtools/meson/meson/0001-python-module-do-not-manipulate-the-environment-when.patch
+++ b/meta/recipes-devtools/meson/meson/0001-python-module-do-not-manipulate-the-environment-when.patch
@@ -1,4 +1,4 @@
-From 4ff04d388baf9d31efa73a92c0124a8d45b65377 Mon Sep 17 00:00:00 2001
+From f264b7fd2c86edfd5db77da264e8bf05f5e2bfeb Mon Sep 17 00:00:00 2001
From: Alexander Kanavin <alex.kanavin@gmail.com>
Date: Mon, 19 Nov 2018 14:24:26 +0100
Subject: [PATCH] python module: do not manipulate the environment when calling
@@ -11,10 +11,10 @@ Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/mesonbuild/dependencies/python.py b/mesonbuild/dependencies/python.py
-index fff4aaa..1fde2f6 100644
+index 326e605..f5eb50f 100644
--- a/mesonbuild/dependencies/python.py
+++ b/mesonbuild/dependencies/python.py
-@@ -400,9 +400,6 @@ def python_factory(env: 'Environment', for_machine: 'MachineChoice',
+@@ -403,9 +403,6 @@ def python_factory(env: 'Environment', for_machine: 'MachineChoice',
empty.name = 'python'
return empty
@@ -24,7 +24,7 @@ index fff4aaa..1fde2f6 100644
try:
return PythonPkgConfigDependency(name, env, kwargs, installation, True)
finally:
-@@ -411,8 +408,7 @@ def python_factory(env: 'Environment', for_machine: 'MachineChoice',
+@@ -414,8 +411,7 @@ def python_factory(env: 'Environment', for_machine: 'MachineChoice',
os.environ[name] = value
elif name in os.environ:
del os.environ[name]
diff --git a/meta/recipes-devtools/meson/meson_1.6.0.bb b/meta/recipes-devtools/meson/meson_1.6.1.bb
similarity index 98%
rename from meta/recipes-devtools/meson/meson_1.6.0.bb
rename to meta/recipes-devtools/meson/meson_1.6.1.bb
index 078e49e973..249a07c290 100644
--- a/meta/recipes-devtools/meson/meson_1.6.0.bb
+++ b/meta/recipes-devtools/meson/meson_1.6.1.bb
@@ -16,7 +16,7 @@ SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/meson-${PV}.tar.gz \
file://0002-Support-building-allarch-recipes-again.patch \
file://0001-dependencies-dev-prepend-sysroot-when-searching-for-.patch \
"
-SRC_URI[sha256sum] = "999b65f21c03541cf11365489c1fad22e2418bb0c3d50ca61139f2eec09d5496"
+SRC_URI[sha256sum] = "1eca49eb6c26d58bbee67fd3337d8ef557c0804e30a6d16bfdf269db997464de"
UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)$"
inherit python_setuptools_build_meta github-releases
--
2.43.0
^ permalink raw reply related [flat|nested] 24+ messages in thread* [OE-core] [PATCH 06/22] python3-certifi: upgrade 2024.8.30 -> 2024.12.14
2024-12-23 9:10 [OE-core] [PATCH 01/22] diffoscope: upgrade 283 -> 284 wangmy
` (3 preceding siblings ...)
2024-12-23 9:10 ` [OE-core] [PATCH 05/22] meson: upgrade 1.6.0 -> 1.6.1 wangmy
@ 2024-12-23 9:10 ` wangmy
2024-12-23 9:10 ` [OE-core] [PATCH 07/22] python3-dbusmock: upgrade 0.32.2 -> 0.33.0 wangmy
` (15 subsequent siblings)
20 siblings, 0 replies; 24+ messages in thread
From: wangmy @ 2024-12-23 9:10 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
...thon3-certifi_2024.8.30.bb => python3-certifi_2024.12.14.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-certifi_2024.8.30.bb => python3-certifi_2024.12.14.bb} (86%)
diff --git a/meta/recipes-devtools/python/python3-certifi_2024.8.30.bb b/meta/recipes-devtools/python/python3-certifi_2024.12.14.bb
similarity index 86%
rename from meta/recipes-devtools/python/python3-certifi_2024.8.30.bb
rename to meta/recipes-devtools/python/python3-certifi_2024.12.14.bb
index 87047b9370..714e231efe 100644
--- a/meta/recipes-devtools/python/python3-certifi_2024.8.30.bb
+++ b/meta/recipes-devtools/python/python3-certifi_2024.12.14.bb
@@ -7,7 +7,7 @@ HOMEPAGE = " http://certifi.io/"
LICENSE = "ISC"
LIC_FILES_CHKSUM = "file://LICENSE;md5=11618cb6a975948679286b1211bd573c"
-SRC_URI[sha256sum] = "bec941d2aa8195e248a60b31ff9f0558284cf01a52591ceda73ea9afffd69fd9"
+SRC_URI[sha256sum] = "b650d30f370c2b724812bee08008be0c4163b163ddaec3f2546c1caf65f191db"
inherit pypi setuptools3
--
2.43.0
^ permalink raw reply related [flat|nested] 24+ messages in thread* [OE-core] [PATCH 07/22] python3-dbusmock: upgrade 0.32.2 -> 0.33.0
2024-12-23 9:10 [OE-core] [PATCH 01/22] diffoscope: upgrade 283 -> 284 wangmy
` (4 preceding siblings ...)
2024-12-23 9:10 ` [OE-core] [PATCH 06/22] python3-certifi: upgrade 2024.8.30 -> 2024.12.14 wangmy
@ 2024-12-23 9:10 ` wangmy
2024-12-23 9:10 ` [OE-core] [PATCH 08/22] python3-hatchling: upgrade 1.26.3 -> 1.27.0 wangmy
` (14 subsequent siblings)
20 siblings, 0 replies; 24+ messages in thread
From: wangmy @ 2024-12-23 9:10 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
===========
- templates: Add gsd-rfkill
- Allow adding objects derived from DBusMockObject
- Drop Python <= 3.7 support
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../{python3-dbusmock_0.32.2.bb => python3-dbusmock_0.33.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-dbusmock_0.32.2.bb => python3-dbusmock_0.33.0.bb} (87%)
diff --git a/meta/recipes-devtools/python/python3-dbusmock_0.32.2.bb b/meta/recipes-devtools/python/python3-dbusmock_0.33.0.bb
similarity index 87%
rename from meta/recipes-devtools/python/python3-dbusmock_0.32.2.bb
rename to meta/recipes-devtools/python/python3-dbusmock_0.33.0.bb
index 436b82d1a0..c0ea64b6b8 100644
--- a/meta/recipes-devtools/python/python3-dbusmock_0.32.2.bb
+++ b/meta/recipes-devtools/python/python3-dbusmock_0.33.0.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "https://pypi.org/project/python-dbusmock/"
LICENSE = "GPL-3.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02"
-SRC_URI[sha256sum] = "357c269d53a5bb3f87983bec7ff700a0c4d071481f7cf7221ec8376224fc4316"
+SRC_URI[sha256sum] = "04efd311dd1063ac2b8f7baa79a026b5c0aa3ed4ef18cd9226f52a273fa6193a"
PYPI_PACKAGE = "python-dbusmock"
--
2.43.0
^ permalink raw reply related [flat|nested] 24+ messages in thread* [OE-core] [PATCH 08/22] python3-hatchling: upgrade 1.26.3 -> 1.27.0
2024-12-23 9:10 [OE-core] [PATCH 01/22] diffoscope: upgrade 283 -> 284 wangmy
` (5 preceding siblings ...)
2024-12-23 9:10 ` [OE-core] [PATCH 07/22] python3-dbusmock: upgrade 0.32.2 -> 0.33.0 wangmy
@ 2024-12-23 9:10 ` wangmy
2024-12-23 9:10 ` [OE-core] [PATCH 09/22] python3-hypothesis: upgrade 6.119.4 -> 6.122.6 wangmy
` (13 subsequent siblings)
20 siblings, 0 replies; 24+ messages in thread
From: wangmy @ 2024-12-23 9:10 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
Update the default version of core metadata to 2.4
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
...{python3-hatchling_1.26.3.bb => python3-hatchling_1.27.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-hatchling_1.26.3.bb => python3-hatchling_1.27.0.bb} (85%)
diff --git a/meta/recipes-devtools/python/python3-hatchling_1.26.3.bb b/meta/recipes-devtools/python/python3-hatchling_1.27.0.bb
similarity index 85%
rename from meta/recipes-devtools/python/python3-hatchling_1.26.3.bb
rename to meta/recipes-devtools/python/python3-hatchling_1.27.0.bb
index 590456ad9b..5239d8155c 100644
--- a/meta/recipes-devtools/python/python3-hatchling_1.26.3.bb
+++ b/meta/recipes-devtools/python/python3-hatchling_1.27.0.bb
@@ -8,7 +8,7 @@ inherit pypi python_hatchling
DEPENDS += "python3-pluggy-native python3-pathspec-native python3-packaging-native python3-editables-native python3-trove-classifiers-native"
DEPENDS:remove:class-native = "python3-hatchling-native"
-SRC_URI[sha256sum] = "b672a9c36a601a06c4e88a1abb1330639ee8e721e0535a37536e546a667efc7a"
+SRC_URI[sha256sum] = "971c296d9819abb3811112fc52c7a9751c8d381898f36533bb16f9791e941fd6"
do_compile:prepend() {
export PYTHONPATH=src
--
2.43.0
^ permalink raw reply related [flat|nested] 24+ messages in thread* [OE-core] [PATCH 09/22] python3-hypothesis: upgrade 6.119.4 -> 6.122.6
2024-12-23 9:10 [OE-core] [PATCH 01/22] diffoscope: upgrade 283 -> 284 wangmy
` (6 preceding siblings ...)
2024-12-23 9:10 ` [OE-core] [PATCH 08/22] python3-hatchling: upgrade 1.26.3 -> 1.27.0 wangmy
@ 2024-12-23 9:10 ` wangmy
2024-12-23 9:10 ` [OE-core] [PATCH 10/22] python3-jinja2: upgrade 3.1.4 -> 3.1.5 wangmy
` (12 subsequent siblings)
20 siblings, 0 replies; 24+ messages in thread
From: wangmy @ 2024-12-23 9:10 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
https://hypothesis.readthedocs.io/en/latest/changes.html
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
...hon3-hypothesis_6.119.4.bb => python3-hypothesis_6.122.6.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-hypothesis_6.119.4.bb => python3-hypothesis_6.122.6.bb} (91%)
diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.119.4.bb b/meta/recipes-devtools/python/python3-hypothesis_6.122.6.bb
similarity index 91%
rename from meta/recipes-devtools/python/python3-hypothesis_6.119.4.bb
rename to meta/recipes-devtools/python/python3-hypothesis_6.122.6.bb
index 66e7b2e967..37eac3a1a5 100644
--- a/meta/recipes-devtools/python/python3-hypothesis_6.119.4.bb
+++ b/meta/recipes-devtools/python/python3-hypothesis_6.122.6.bb
@@ -13,7 +13,7 @@ SRC_URI += " \
file://test_rle.py \
"
-SRC_URI[sha256sum] = "1a7d12709c0e96c1d85aca76d1594b34b5958623e00511592eba674acd4f3392"
+SRC_URI[sha256sum] = "2642598dc4426945d62b849a915d0d3e2d53f0fb17090f0cf10d8a545a421dc1"
RDEPENDS:${PN} += " \
python3-attrs \
--
2.43.0
^ permalink raw reply related [flat|nested] 24+ messages in thread* [OE-core] [PATCH 10/22] python3-jinja2: upgrade 3.1.4 -> 3.1.5
2024-12-23 9:10 [OE-core] [PATCH 01/22] diffoscope: upgrade 283 -> 284 wangmy
` (7 preceding siblings ...)
2024-12-23 9:10 ` [OE-core] [PATCH 09/22] python3-hypothesis: upgrade 6.119.4 -> 6.122.6 wangmy
@ 2024-12-23 9:10 ` wangmy
2024-12-24 9:12 ` Mathieu Dubois-Briand
2024-12-23 9:10 ` [OE-core] [PATCH 11/22] python3-mako: upgrade 1.3.6 -> 1.3.8 wangmy
` (11 subsequent siblings)
20 siblings, 1 reply; 24+ messages in thread
From: wangmy @ 2024-12-23 9:10 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
0001-python-module-do-not-manipulate-the-environment-when.patch
removed since it's included in 3.1.5
Changelog:
https://jinja.palletsprojects.com/en/stable/changes/
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../python/python3-jinja2/fix-3.13.patch | 87 -------------------
...inja2_3.1.4.bb => python3-jinja2_3.1.5.bb} | 6 +-
2 files changed, 1 insertion(+), 92 deletions(-)
delete mode 100644 meta/recipes-devtools/python/python3-jinja2/fix-3.13.patch
rename meta/recipes-devtools/python/{python3-jinja2_3.1.4.bb => python3-jinja2_3.1.5.bb} (85%)
diff --git a/meta/recipes-devtools/python/python3-jinja2/fix-3.13.patch b/meta/recipes-devtools/python/python3-jinja2/fix-3.13.patch
deleted file mode 100644
index 34ecd15176..0000000000
--- a/meta/recipes-devtools/python/python3-jinja2/fix-3.13.patch
+++ /dev/null
@@ -1,87 +0,0 @@
-From cf6ba7732b49ab4637aa747186cf1d1572688584 Mon Sep 17 00:00:00 2001
-From: Thomas Grainger <tagrain@gmail.com>
-Date: Mon, 13 May 2024 18:02:35 +0100
-Subject: [PATCH] fix test_package_zip_list on 3.13
-
-Upstream-Status: Backport [https://github.com/pallets/jinja/pull/1979]
-Signed-off-by: Alexander Kanavin <alex@linutronix.de>
----
- src/jinja2/loaders.py | 32 ++++++++++++++++++++++++++------
- tests/test_loader.py | 4 ++--
- 2 files changed, 28 insertions(+), 8 deletions(-)
-
-diff --git a/src/jinja2/loaders.py b/src/jinja2/loaders.py
-index 9eaf647..8c2c86c 100644
---- a/src/jinja2/loaders.py
-+++ b/src/jinja2/loaders.py
-@@ -238,6 +238,30 @@ class FileSystemLoader(BaseLoader):
- return sorted(found)
-
-
-+if sys.version_info >= (3, 13):
-+
-+ def _get_zipimporter_files(z: t.Any) -> t.Dict[str, object]:
-+ try:
-+ get_files = z._get_files
-+ except AttributeError as e:
-+ raise TypeError(
-+ "This zip import does not have the required"
-+ " metadata to list templates."
-+ ) from e
-+ return get_files()
-+else:
-+
-+ def _get_zipimporter_files(z: t.Any) -> t.Dict[str, object]:
-+ try:
-+ files = z._files
-+ except AttributeError as e:
-+ raise TypeError(
-+ "This zip import does not have the required"
-+ " metadata to list templates."
-+ ) from e
-+ return files # type: ignore[no-any-return]
-+
-+
- class PackageLoader(BaseLoader):
- """Load templates from a directory in a Python package.
-
-@@ -382,11 +406,7 @@ class PackageLoader(BaseLoader):
- for name in filenames
- )
- else:
-- if not hasattr(self._loader, "_files"):
-- raise TypeError(
-- "This zip import does not have the required"
-- " metadata to list templates."
-- )
-+ files = _get_zipimporter_files(self._loader)
-
- # Package is a zip file.
- prefix = (
-@@ -395,7 +415,7 @@ class PackageLoader(BaseLoader):
- )
- offset = len(prefix)
-
-- for name in self._loader._files.keys():
-+ for name in files:
- # Find names under the templates directory that aren't directories.
- if name.startswith(prefix) and name[-1] != os.path.sep:
- results.append(name[offset:].replace(os.path.sep, "/"))
-diff --git a/tests/test_loader.py b/tests/test_loader.py
-index 77d686e..e0683e4 100644
---- a/tests/test_loader.py
-+++ b/tests/test_loader.py
-@@ -364,8 +364,8 @@ def test_package_zip_source(package_zip_loader, template, expect):
-
-
- @pytest.mark.xfail(
-- platform.python_implementation() == "PyPy",
-- reason="PyPy's zipimporter doesn't have a '_files' attribute.",
-+ sys.implementation.name == "pypy",
-+ reason="zipimporter doesn't have a '_files' attribute",
- raises=TypeError,
- )
- def test_package_zip_list(package_zip_loader):
---
-2.39.5
-
diff --git a/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb b/meta/recipes-devtools/python/python3-jinja2_3.1.5.bb
similarity index 85%
rename from meta/recipes-devtools/python/python3-jinja2_3.1.4.bb
rename to meta/recipes-devtools/python/python3-jinja2_3.1.5.bb
index 84c40796c6..2a9e361b6e 100644
--- a/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb
+++ b/meta/recipes-devtools/python/python3-jinja2_3.1.5.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "https://pypi.org/project/Jinja2/"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5dc88300786f1c214c1e9827a5229462"
-SRC_URI[sha256sum] = "4a3aee7acbbe7303aede8e9648d13b8bf88a429282aa6122a993f0ac800cb369"
+SRC_URI[sha256sum] = "8fefff8dc3034e27bb80d67c671eb8a9bc424c0ef4c0826edbff304cceff43bb"
PYPI_PACKAGE = "jinja2"
@@ -14,10 +14,6 @@ CLEANBROKEN = "1"
inherit pypi python_flit_core ptest-python-pytest
-SRC_URI += " \
- file://fix-3.13.patch \
-"
-
RDEPENDS:${PN}-ptest += " \
python3-unixadmin \
"
--
2.43.0
^ permalink raw reply related [flat|nested] 24+ messages in thread* Re: [OE-core] [PATCH 10/22] python3-jinja2: upgrade 3.1.4 -> 3.1.5
2024-12-23 9:10 ` [OE-core] [PATCH 10/22] python3-jinja2: upgrade 3.1.4 -> 3.1.5 wangmy
@ 2024-12-24 9:12 ` Mathieu Dubois-Briand
0 siblings, 0 replies; 24+ messages in thread
From: Mathieu Dubois-Briand @ 2024-12-24 9:12 UTC (permalink / raw)
To: wangmy, openembedded-core
On Mon Dec 23, 2024 at 10:10 AM CET, wangmy via lists.openembedded.org wrote:
> From: Wang Mingyu <wangmy@fujitsu.com>
>
> 0001-python-module-do-not-manipulate-the-environment-when.patch
> removed since it's included in 3.1.5
>
> Changelog:
> https://jinja.palletsprojects.com/en/stable/changes/
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
> .../python/python3-jinja2/fix-3.13.patch | 87 -------------------
> ...inja2_3.1.4.bb => python3-jinja2_3.1.5.bb} | 6 +-
> 2 files changed, 1 insertion(+), 92 deletions(-)
> delete mode 100644 meta/recipes-devtools/python/python3-jinja2/fix-3.13.patch
> rename meta/recipes-devtools/python/{python3-jinja2_3.1.4.bb => python3-jinja2_3.1.5.bb} (85%)
>
> diff --git a/meta/recipes-devtools/python/python3-jinja2/fix-3.13.patch b/meta/recipes-devtools/python/python3-jinja2/fix-3.13.patch
> deleted file mode 100644
> index 34ecd15176..0000000000
> --- a/meta/recipes-devtools/python/python3-jinja2/fix-3.13.patch
> +++ /dev/null
> @@ -1,87 +0,0 @@
> -From cf6ba7732b49ab4637aa747186cf1d1572688584 Mon Sep 17 00:00:00 2001
> -From: Thomas Grainger <tagrain@gmail.com>
> -Date: Mon, 13 May 2024 18:02:35 +0100
> -Subject: [PATCH] fix test_package_zip_list on 3.13
> -
> -Upstream-Status: Backport [https://github.com/pallets/jinja/pull/1979]
> -Signed-off-by: Alexander Kanavin <alex@linutronix.de>
> ----
Hi Wang,
We have some failing ptests on this one:
AssertionError:
Failed ptests:
{'python3-jinja2': 'START: ptest-runner\n'
https://valkyrie.yoctoproject.org/#/builders/61/builds/633/steps/12/logs/stdio
https://valkyrie.yoctoproject.org/#/builders/73/builds/635/steps/13/logs/stdio
Ptest logs can be found here:
https://valkyrie.yocto.io/pub/non-release/20241223-59/testresults/qemuarm64-ptest/core-image-ptest-python3-jinja2/
https://valkyrie.yocto.io/pub/non-release/20241223-59/testresults/qemux86-64-ptest/core-image-ptest-python3-jinja2/
--
Mathieu Dubois-Briand, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 24+ messages in thread
* [OE-core] [PATCH 11/22] python3-mako: upgrade 1.3.6 -> 1.3.8
2024-12-23 9:10 [OE-core] [PATCH 01/22] diffoscope: upgrade 283 -> 284 wangmy
` (8 preceding siblings ...)
2024-12-23 9:10 ` [OE-core] [PATCH 10/22] python3-jinja2: upgrade 3.1.4 -> 3.1.5 wangmy
@ 2024-12-23 9:10 ` wangmy
2024-12-23 9:10 ` [OE-core] [PATCH 12/22] python3-maturin: upgrade 1.7.4 -> 1.7.8 wangmy
` (10 subsequent siblings)
20 siblings, 0 replies; 24+ messages in thread
From: wangmy @ 2024-12-23 9:10 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
===========
- [bug] [lexer] Reverted the fix for #140 released in Mako 1.3.7 as it produced
regressions in existing user code.
- [bug] [codegen] [lexer] During the lexical analysis phase, add an additional prefix for undeclared
identifiers that have the same name as built-in flags, and determine the
final filter to be used during the code generation phase based on the
context provided by the user.
- [bug] [lexer] Support the direct passing of dictionary literals when calling functions
and fix the errors caused by nested braces. This revises the fix that was
released in 1.3.4 and then reverted in 1.3.5.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../python/{python3-mako_1.3.6.bb => python3-mako_1.3.8.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-mako_1.3.6.bb => python3-mako_1.3.8.bb} (88%)
diff --git a/meta/recipes-devtools/python/python3-mako_1.3.6.bb b/meta/recipes-devtools/python/python3-mako_1.3.8.bb
similarity index 88%
rename from meta/recipes-devtools/python/python3-mako_1.3.6.bb
rename to meta/recipes-devtools/python/python3-mako_1.3.8.bb
index c10cfa20c8..3cfe56e043 100644
--- a/meta/recipes-devtools/python/python3-mako_1.3.6.bb
+++ b/meta/recipes-devtools/python/python3-mako_1.3.8.bb
@@ -10,7 +10,7 @@ inherit pypi python_setuptools_build_meta ptest-python-pytest
-SRC_URI[sha256sum] = "9ec3a1583713479fae654f83ed9fa8c9a4c16b7bb0daba0e6bbebff50c0d983d"
+SRC_URI[sha256sum] = "577b97e414580d3e088d47c2dbbe9594aa7a5146ed2875d4dfa9075af2dd3cc8"
RDEPENDS:${PN} = "python3-html \
python3-markupsafe \
--
2.43.0
^ permalink raw reply related [flat|nested] 24+ messages in thread* [OE-core] [PATCH 12/22] python3-maturin: upgrade 1.7.4 -> 1.7.8
2024-12-23 9:10 [OE-core] [PATCH 01/22] diffoscope: upgrade 283 -> 284 wangmy
` (9 preceding siblings ...)
2024-12-23 9:10 ` [OE-core] [PATCH 11/22] python3-mako: upgrade 1.3.6 -> 1.3.8 wangmy
@ 2024-12-23 9:10 ` wangmy
2024-12-23 9:10 ` [OE-core] [PATCH 13/22] python3-psutil: upgrade 6.1.0 -> 6.1.1 wangmy
` (9 subsequent siblings)
20 siblings, 0 replies; 24+ messages in thread
From: wangmy @ 2024-12-23 9:10 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
0001-build_context-improve-wheel-reproducibility-by-sorti.patch
removed since it's included in 1.7.8
Changelog:
==========
- Fix aarch64 Windows cross compilation
- [pre-commit.ci] pre-commit autoupdate
- Fix aarch64 Windows cross compilation
- fix abi3 interpreter discovery on Windows
- fix: remove extra indent in generated CI
- Upgrade cargo-xwin to unify rustls versions
- Normalize python source directory path
- Enable fat LTO for maturin release workflow
- Use different binding dirs for different uniffi modules
- Update minimal Python minor version for pyo3 0.23
- Limit minimal PyPy version based on bindings crate version
- Remove hard coded pip show in fix_direct_url
- Do not use xwin to compile on Windows when MSVC compiler can build for the target
- fix abi3 interpreter discovery on Windows
- allow -i 3.13t
- propagate abiflags to wheel name on Windows
- Add free-threaded wheel build to generate-ci by default
- Bump metadata version to 2.4 to fix license bug
- allow -i 3.13t
- propagate abiflags to wheel name on Windows
- Add free-threaded wheel build to generate-ci by default
- Auto detect Python 3.13
- feat: add skip attestation option to maturin ci github
- generate-ci: use macos-13 runner for x86_64 build job
- Improve wheel reproducibility by sorting libs
- Fix inverted workspace inclusions
- Fix broken links to PyO3 building docs
- Update goblin to 0.9
- Don't resolve python interpreter when building sdist only
- include timestamps in the suggested log format
- Add support for GNU/Hurd
- Fix __init__ exports when using multiple UniFFI bindings
- Add free-threaded Python support
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../python/python3-maturin-crates.inc | 140 ++++++++++--------
...prove-wheel-reproducibility-by-sorti.patch | 55 -------
...urin_1.7.4.bb => python3-maturin_1.7.8.bb} | 5 +-
3 files changed, 83 insertions(+), 117 deletions(-)
delete mode 100644 meta/recipes-devtools/python/python3-maturin/0001-build_context-improve-wheel-reproducibility-by-sorti.patch
rename meta/recipes-devtools/python/{python3-maturin_1.7.4.bb => python3-maturin_1.7.8.bb} (83%)
diff --git a/meta/recipes-devtools/python/python3-maturin-crates.inc b/meta/recipes-devtools/python/python3-maturin-crates.inc
index 3ff5e4ec51..d4642d4b42 100644
--- a/meta/recipes-devtools/python/python3-maturin-crates.inc
+++ b/meta/recipes-devtools/python/python3-maturin-crates.inc
@@ -12,6 +12,7 @@ SRC_URI += " \
crate://crates.io/anstyle-query/1.1.0 \
crate://crates.io/anstyle-wincon/3.0.3 \
crate://crates.io/anyhow/1.0.89 \
+ crate://crates.io/arbitrary/1.4.1 \
crate://crates.io/autocfg/1.3.0 \
crate://crates.io/automod/1.0.14 \
crate://crates.io/base64/0.21.7 \
@@ -20,22 +21,23 @@ SRC_URI += " \
crate://crates.io/bitflags/2.5.0 \
crate://crates.io/block-buffer/0.10.4 \
crate://crates.io/bstr/1.10.0 \
+ crate://crates.io/bumpalo/3.16.0 \
crate://crates.io/byteorder/1.5.0 \
crate://crates.io/bytes/1.7.1 \
crate://crates.io/bytesize/1.3.0 \
crate://crates.io/bzip2/0.4.4 \
crate://crates.io/bzip2-sys/0.1.11+1.0.8 \
- crate://crates.io/cab/0.5.0 \
+ crate://crates.io/cab/0.6.0 \
crate://crates.io/camino/1.1.9 \
crate://crates.io/cargo-config2/0.1.26 \
crate://crates.io/cargo-options/0.7.4 \
crate://crates.io/cargo-platform/0.1.8 \
- crate://crates.io/cargo-xwin/0.16.5 \
- crate://crates.io/cargo-zigbuild/0.19.3 \
- crate://crates.io/cargo_metadata/0.18.1 \
- crate://crates.io/cbindgen/0.26.0 \
+ crate://crates.io/cargo-xwin/0.17.5 \
+ crate://crates.io/cargo-zigbuild/0.19.5 \
+ crate://crates.io/cargo_metadata/0.19.0 \
+ crate://crates.io/cbindgen/0.27.0 \
crate://crates.io/cc/1.1.21 \
- crate://crates.io/cfb/0.9.0 \
+ crate://crates.io/cfb/0.10.0 \
crate://crates.io/cfg-if/1.0.0 \
crate://crates.io/charset/0.1.5 \
crate://crates.io/chumsky/0.9.3 \
@@ -65,11 +67,13 @@ SRC_URI += " \
crate://crates.io/data-encoding/2.6.0 \
crate://crates.io/deranged/0.3.11 \
crate://crates.io/derivative/2.2.0 \
+ crate://crates.io/derive_arbitrary/1.4.1 \
crate://crates.io/dialoguer/0.11.0 \
crate://crates.io/diff/0.1.13 \
crate://crates.io/digest/0.10.7 \
crate://crates.io/dirs/5.0.1 \
crate://crates.io/dirs-sys/0.4.1 \
+ crate://crates.io/displaydoc/0.2.5 \
crate://crates.io/dissimilar/1.0.9 \
crate://crates.io/dunce/1.0.5 \
crate://crates.io/dyn-clone/1.0.17 \
@@ -80,7 +84,7 @@ SRC_URI += " \
crate://crates.io/errno/0.3.9 \
crate://crates.io/expect-test/1.5.0 \
crate://crates.io/fastrand/2.1.0 \
- crate://crates.io/fat-macho/0.4.8 \
+ crate://crates.io/fat-macho/0.4.9 \
crate://crates.io/filetime/0.2.23 \
crate://crates.io/flate2/1.0.33 \
crate://crates.io/fnv/1.0.7 \
@@ -88,22 +92,23 @@ SRC_URI += " \
crate://crates.io/foreign-types-shared/0.1.1 \
crate://crates.io/form_urlencoded/1.2.1 \
crate://crates.io/fs-err/2.11.0 \
+ crate://crates.io/fs-err/3.0.0 \
+ crate://crates.io/fs4/0.11.1 \
crate://crates.io/futures/0.3.30 \
- crate://crates.io/futures-channel/0.3.30 \
- crate://crates.io/futures-core/0.3.30 \
+ crate://crates.io/futures-channel/0.3.31 \
+ crate://crates.io/futures-core/0.3.31 \
crate://crates.io/futures-executor/0.3.30 \
- crate://crates.io/futures-io/0.3.30 \
- crate://crates.io/futures-macro/0.3.30 \
- crate://crates.io/futures-sink/0.3.30 \
- crate://crates.io/futures-task/0.3.30 \
+ crate://crates.io/futures-io/0.3.31 \
+ crate://crates.io/futures-macro/0.3.31 \
+ crate://crates.io/futures-sink/0.3.31 \
+ crate://crates.io/futures-task/0.3.31 \
crate://crates.io/futures-timer/3.0.3 \
- crate://crates.io/futures-util/0.3.30 \
+ crate://crates.io/futures-util/0.3.31 \
crate://crates.io/generic-array/0.14.7 \
crate://crates.io/getrandom/0.2.15 \
crate://crates.io/glob/0.3.1 \
crate://crates.io/globset/0.4.15 \
- crate://crates.io/goblin/0.8.2 \
- crate://crates.io/hashbrown/0.12.3 \
+ crate://crates.io/goblin/0.9.2 \
crate://crates.io/hashbrown/0.14.5 \
crate://crates.io/heck/0.4.1 \
crate://crates.io/heck/0.5.0 \
@@ -112,7 +117,6 @@ SRC_URI += " \
crate://crates.io/humantime-serde/1.1.1 \
crate://crates.io/idna/0.5.0 \
crate://crates.io/ignore/0.4.23 \
- crate://crates.io/indexmap/1.9.3 \
crate://crates.io/indexmap/2.5.0 \
crate://crates.io/indicatif/0.17.8 \
crate://crates.io/indoc/2.0.5 \
@@ -122,13 +126,15 @@ SRC_URI += " \
crate://crates.io/itoa/1.0.11 \
crate://crates.io/keyring/2.3.3 \
crate://crates.io/lazy_static/1.4.0 \
- crate://crates.io/lddtree/0.3.5 \
+ crate://crates.io/lddtree/0.3.7 \
crate://crates.io/libc/0.2.158 \
crate://crates.io/libmimalloc-sys/0.1.38 \
crate://crates.io/libredox/0.1.3 \
crate://crates.io/linux-keyutils/0.2.4 \
crate://crates.io/linux-raw-sys/0.4.14 \
+ crate://crates.io/litemap/0.7.3 \
crate://crates.io/lock_api/0.4.12 \
+ crate://crates.io/lockfree-object-pool/0.1.6 \
crate://crates.io/log/0.4.21 \
crate://crates.io/lzxd/0.2.5 \
crate://crates.io/mailparse/0.15.0 \
@@ -137,10 +143,10 @@ SRC_URI += " \
crate://crates.io/mimalloc/0.1.42 \
crate://crates.io/mime/0.3.17 \
crate://crates.io/mime_guess/2.0.4 \
- crate://crates.io/minijinja/1.0.21 \
+ crate://crates.io/minijinja/2.5.0 \
crate://crates.io/minimal-lexical/0.2.1 \
crate://crates.io/miniz_oxide/0.8.0 \
- crate://crates.io/msi/0.7.0 \
+ crate://crates.io/msi/0.8.0 \
crate://crates.io/multipart/0.18.0 \
crate://crates.io/native-tls/0.2.12 \
crate://crates.io/nom/7.1.3 \
@@ -201,10 +207,10 @@ SRC_URI += " \
crate://crates.io/rustc_version/0.4.1 \
crate://crates.io/rustflags/0.1.6 \
crate://crates.io/rustix/0.38.34 \
- crate://crates.io/rustls/0.22.4 \
+ crate://crates.io/rustls/0.23.19 \
crate://crates.io/rustls-pemfile/2.1.3 \
- crate://crates.io/rustls-pki-types/1.7.0 \
- crate://crates.io/rustls-webpki/0.102.4 \
+ crate://crates.io/rustls-pki-types/1.10.0 \
+ crate://crates.io/rustls-webpki/0.102.8 \
crate://crates.io/rustversion/1.0.17 \
crate://crates.io/ryu/1.0.18 \
crate://crates.io/same-file/1.0.6 \
@@ -226,6 +232,7 @@ SRC_URI += " \
crate://crates.io/sharded-slab/0.1.7 \
crate://crates.io/shell-words/1.1.0 \
crate://crates.io/shlex/1.3.0 \
+ crate://crates.io/simd-adler32/0.3.7 \
crate://crates.io/similar/2.5.0 \
crate://crates.io/slab/0.4.9 \
crate://crates.io/smallvec/1.13.2 \
@@ -234,12 +241,13 @@ SRC_URI += " \
crate://crates.io/snapbox-macros/0.3.10 \
crate://crates.io/socks/0.3.4 \
crate://crates.io/spin/0.9.8 \
+ crate://crates.io/stable_deref_trait/1.2.0 \
crate://crates.io/stacker/0.1.15 \
crate://crates.io/static_assertions/1.1.0 \
crate://crates.io/strsim/0.11.1 \
crate://crates.io/subtle/2.5.0 \
crate://crates.io/syn/1.0.109 \
- crate://crates.io/syn/2.0.76 \
+ crate://crates.io/syn/2.0.87 \
crate://crates.io/tar/0.4.42 \
crate://crates.io/target-lexicon/0.12.16 \
crate://crates.io/tempfile/3.11.0 \
@@ -247,14 +255,15 @@ SRC_URI += " \
crate://crates.io/terminal_size/0.3.0 \
crate://crates.io/textwrap/0.16.1 \
crate://crates.io/thiserror/1.0.64 \
+ crate://crates.io/thiserror/2.0.3 \
crate://crates.io/thiserror-impl/1.0.64 \
+ crate://crates.io/thiserror-impl/2.0.3 \
crate://crates.io/thread_local/1.1.8 \
crate://crates.io/time/0.3.36 \
crate://crates.io/time-core/0.1.2 \
crate://crates.io/time-macros/0.2.18 \
crate://crates.io/tinyvec/1.7.0 \
crate://crates.io/tinyvec_macros/0.1.1 \
- crate://crates.io/toml/0.5.11 \
crate://crates.io/toml/0.8.15 \
crate://crates.io/toml_datetime/0.6.6 \
crate://crates.io/toml_edit/0.21.1 \
@@ -277,7 +286,7 @@ SRC_URI += " \
crate://crates.io/unicode-xid/0.2.6 \
crate://crates.io/unscanny/0.1.0 \
crate://crates.io/untrusted/0.9.0 \
- crate://crates.io/ureq/2.9.7 \
+ crate://crates.io/ureq/2.11.0 \
crate://crates.io/url/2.5.2 \
crate://crates.io/urlencoding/2.1.3 \
crate://crates.io/utf8parse/0.2.2 \
@@ -290,8 +299,7 @@ SRC_URI += " \
crate://crates.io/walkdir/2.5.0 \
crate://crates.io/wasi/0.11.0+wasi-snapshot-preview1 \
crate://crates.io/webpki-roots/0.26.2 \
- crate://crates.io/which/5.0.0 \
- crate://crates.io/which/6.0.3 \
+ crate://crates.io/which/7.0.0 \
crate://crates.io/wild/2.2.1 \
crate://crates.io/winapi/0.3.9 \
crate://crates.io/winapi-i686-pc-windows-gnu/0.4.0 \
@@ -320,12 +328,16 @@ SRC_URI += " \
crate://crates.io/winnow/0.6.13 \
crate://crates.io/winsafe/0.0.19 \
crate://crates.io/xattr/1.3.1 \
- crate://crates.io/xwin/0.5.1 \
+ crate://crates.io/xwin/0.6.5 \
crate://crates.io/yansi/1.0.1 \
+ crate://crates.io/yoke/0.7.4 \
crate://crates.io/zerocopy/0.7.34 \
crate://crates.io/zerocopy-derive/0.7.34 \
+ crate://crates.io/zerofrom/0.1.4 \
crate://crates.io/zeroize/1.8.1 \
crate://crates.io/zip/0.6.6 \
+ crate://crates.io/zip/2.1.6 \
+ crate://crates.io/zopfli/0.8.1 \
"
SRC_URI[adler2-2.0.0.sha256sum] = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
@@ -338,6 +350,7 @@ SRC_URI[anstyle-parse-0.2.4.sha256sum] = "c03a11a9034d92058ceb6ee011ce58af4a9bf6
SRC_URI[anstyle-query-1.1.0.sha256sum] = "ad186efb764318d35165f1758e7dcef3b10628e26d41a44bc5550652e6804391"
SRC_URI[anstyle-wincon-3.0.3.sha256sum] = "61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19"
SRC_URI[anyhow-1.0.89.sha256sum] = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6"
+SRC_URI[arbitrary-1.4.1.sha256sum] = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
SRC_URI[autocfg-1.3.0.sha256sum] = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
SRC_URI[automod-1.0.14.sha256sum] = "edf3ee19dbc0a46d740f6f0926bde8c50f02bdbc7b536842da28f6ac56513a8b"
SRC_URI[base64-0.21.7.sha256sum] = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
@@ -346,22 +359,23 @@ SRC_URI[bitflags-1.3.2.sha256sum] = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f
SRC_URI[bitflags-2.5.0.sha256sum] = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
SRC_URI[block-buffer-0.10.4.sha256sum] = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
SRC_URI[bstr-1.10.0.sha256sum] = "40723b8fb387abc38f4f4a37c09073622e41dd12327033091ef8950659e6dc0c"
+SRC_URI[bumpalo-3.16.0.sha256sum] = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
SRC_URI[byteorder-1.5.0.sha256sum] = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
SRC_URI[bytes-1.7.1.sha256sum] = "8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50"
SRC_URI[bytesize-1.3.0.sha256sum] = "a3e368af43e418a04d52505cf3dbc23dda4e3407ae2fa99fd0e4f308ce546acc"
SRC_URI[bzip2-0.4.4.sha256sum] = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
SRC_URI[bzip2-sys-0.1.11+1.0.8.sha256sum] = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
-SRC_URI[cab-0.5.0.sha256sum] = "9e8636d870cf15918e416b7904f0db1cbd06de0ffe392986c3b16662552df00c"
+SRC_URI[cab-0.6.0.sha256sum] = "171228650e6721d5acc0868a462cd864f49ac5f64e4a42cde270406e64e404d2"
SRC_URI[camino-1.1.9.sha256sum] = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
SRC_URI[cargo-config2-0.1.26.sha256sum] = "d83ce0be8bd1479e5de6202def660e6c7e27e4e0599bffa4fed05bd380ec2ede"
SRC_URI[cargo-options-0.7.4.sha256sum] = "f3540247c0a37a76eb324acc238dc617786ea22c43b95da560c82a8f2714321f"
SRC_URI[cargo-platform-0.1.8.sha256sum] = "24b1f0365a6c6bb4020cd05806fd0d33c44d38046b8bd7f0e40814b9763cabfc"
-SRC_URI[cargo-xwin-0.16.5.sha256sum] = "471f6fff351fc5ab837ce7223637f7c20048e4a846708e7e58fda64db9d3a8b9"
-SRC_URI[cargo-zigbuild-0.19.3.sha256sum] = "e700178b11124560cdbabc8808e938fe6d77abde036b77a4c03a191b02bac854"
-SRC_URI[cargo_metadata-0.18.1.sha256sum] = "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037"
-SRC_URI[cbindgen-0.26.0.sha256sum] = "da6bc11b07529f16944307272d5bd9b22530bc7d05751717c9d416586cedab49"
+SRC_URI[cargo-xwin-0.17.5.sha256sum] = "9cfe03fae5d4f7192f1a573f84d12b11f20877d43941ea3730289cc7af050531"
+SRC_URI[cargo-zigbuild-0.19.5.sha256sum] = "5eb13fbc2ba490ac9eb0b359cf46ba265255424c04a172f1c1772a8b9532283d"
+SRC_URI[cargo_metadata-0.19.0.sha256sum] = "afc309ed89476c8957c50fb818f56fe894db857866c3e163335faa91dc34eb85"
+SRC_URI[cbindgen-0.27.0.sha256sum] = "3fce8dd7fcfcbf3a0a87d8f515194b49d6135acab73e18bd380d1d93bb1a15eb"
SRC_URI[cc-1.1.21.sha256sum] = "07b1695e2c7e8fc85310cde85aeaab7e3097f593c91d209d3f9df76c928100f0"
-SRC_URI[cfb-0.9.0.sha256sum] = "b390793e912300f1aa713429f7fd0c391024e6c18b988962558bc4f96a349b1f"
+SRC_URI[cfb-0.10.0.sha256sum] = "d8a4f8e55be323b378facfcf1f06aa97f6ec17cf4ac84fb17325093aaf62da41"
SRC_URI[cfg-if-1.0.0.sha256sum] = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
SRC_URI[charset-0.1.5.sha256sum] = "f1f927b07c74ba84c7e5fe4db2baeb3e996ab2688992e39ac68ce3220a677c7e"
SRC_URI[chumsky-0.9.3.sha256sum] = "8eebd66744a15ded14960ab4ccdbfb51ad3b81f51f3f04a80adac98c985396c9"
@@ -391,11 +405,13 @@ SRC_URI[crypto-common-0.1.6.sha256sum] = "1bfb12502f3fc46cca1bb51ac28df9d618d813
SRC_URI[data-encoding-2.6.0.sha256sum] = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
SRC_URI[deranged-0.3.11.sha256sum] = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
SRC_URI[derivative-2.2.0.sha256sum] = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
+SRC_URI[derive_arbitrary-1.4.1.sha256sum] = "30542c1ad912e0e3d22a1935c290e12e8a29d704a420177a31faad4a601a0800"
SRC_URI[dialoguer-0.11.0.sha256sum] = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
SRC_URI[diff-0.1.13.sha256sum] = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
SRC_URI[digest-0.10.7.sha256sum] = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
SRC_URI[dirs-5.0.1.sha256sum] = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
SRC_URI[dirs-sys-0.4.1.sha256sum] = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
+SRC_URI[displaydoc-0.2.5.sha256sum] = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
SRC_URI[dissimilar-1.0.9.sha256sum] = "59f8e79d1fbf76bdfbde321e902714bf6c49df88a7dda6fc682fc2979226962d"
SRC_URI[dunce-1.0.5.sha256sum] = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
SRC_URI[dyn-clone-1.0.17.sha256sum] = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
@@ -406,7 +422,7 @@ SRC_URI[equivalent-1.0.1.sha256sum] = "5443807d6dff69373d433ab9ef5378ad8df50ca62
SRC_URI[errno-0.3.9.sha256sum] = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
SRC_URI[expect-test-1.5.0.sha256sum] = "9e0be0a561335815e06dab7c62e50353134c796e7a6155402a64bcff66b6a5e0"
SRC_URI[fastrand-2.1.0.sha256sum] = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a"
-SRC_URI[fat-macho-0.4.8.sha256sum] = "0d4c93f393add03d72bc10dd3dea43a1610ecb29e0c0a6459c70b53b82931adf"
+SRC_URI[fat-macho-0.4.9.sha256sum] = "4c9c45caa6c6edfaee4cb3bd84ea9686e115df7f0efb530e15fb466eccb0b345"
SRC_URI[filetime-0.2.23.sha256sum] = "1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd"
SRC_URI[flate2-1.0.33.sha256sum] = "324a1be68054ef05ad64b861cc9eaf1d623d2d8cb25b4bf2cb9cdd902b4bf253"
SRC_URI[fnv-1.0.7.sha256sum] = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
@@ -414,22 +430,23 @@ SRC_URI[foreign-types-0.3.2.sha256sum] = "f6f339eb8adc052cd2ca78910fda869aefa38d
SRC_URI[foreign-types-shared-0.1.1.sha256sum] = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
SRC_URI[form_urlencoded-1.2.1.sha256sum] = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
SRC_URI[fs-err-2.11.0.sha256sum] = "88a41f105fe1d5b6b34b2055e3dc59bb79b46b48b2040b9e6c7b4b5de097aa41"
+SRC_URI[fs-err-3.0.0.sha256sum] = "8bb60e7409f34ef959985bc9d9c5ee8f5db24ee46ed9775850548021710f807f"
+SRC_URI[fs4-0.11.1.sha256sum] = "e871a4cfa68bb224863b53149d973df1ac8d1ed2fa1d1bfc37ac1bb65dd37207"
SRC_URI[futures-0.3.30.sha256sum] = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
-SRC_URI[futures-channel-0.3.30.sha256sum] = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
-SRC_URI[futures-core-0.3.30.sha256sum] = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
+SRC_URI[futures-channel-0.3.31.sha256sum] = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
+SRC_URI[futures-core-0.3.31.sha256sum] = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
SRC_URI[futures-executor-0.3.30.sha256sum] = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
-SRC_URI[futures-io-0.3.30.sha256sum] = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
-SRC_URI[futures-macro-0.3.30.sha256sum] = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
-SRC_URI[futures-sink-0.3.30.sha256sum] = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
-SRC_URI[futures-task-0.3.30.sha256sum] = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
+SRC_URI[futures-io-0.3.31.sha256sum] = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
+SRC_URI[futures-macro-0.3.31.sha256sum] = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
+SRC_URI[futures-sink-0.3.31.sha256sum] = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
+SRC_URI[futures-task-0.3.31.sha256sum] = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
SRC_URI[futures-timer-3.0.3.sha256sum] = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
-SRC_URI[futures-util-0.3.30.sha256sum] = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
+SRC_URI[futures-util-0.3.31.sha256sum] = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
SRC_URI[generic-array-0.14.7.sha256sum] = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
SRC_URI[getrandom-0.2.15.sha256sum] = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
SRC_URI[glob-0.3.1.sha256sum] = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
SRC_URI[globset-0.4.15.sha256sum] = "15f1ce686646e7f1e19bf7d5533fe443a45dbfb990e00629110797578b42fb19"
-SRC_URI[goblin-0.8.2.sha256sum] = "1b363a30c165f666402fe6a3024d3bec7ebc898f96a4a23bd1c99f8dbf3f4f47"
-SRC_URI[hashbrown-0.12.3.sha256sum] = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
+SRC_URI[goblin-0.9.2.sha256sum] = "53ab3f32d1d77146981dea5d6b1e8fe31eedcb7013e5e00d6ccd1259a4b4d923"
SRC_URI[hashbrown-0.14.5.sha256sum] = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
SRC_URI[heck-0.4.1.sha256sum] = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
SRC_URI[heck-0.5.0.sha256sum] = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
@@ -438,7 +455,6 @@ SRC_URI[humantime-2.1.0.sha256sum] = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f9
SRC_URI[humantime-serde-1.1.1.sha256sum] = "57a3db5ea5923d99402c94e9feb261dc5ee9b4efa158b0315f788cf549cc200c"
SRC_URI[idna-0.5.0.sha256sum] = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
SRC_URI[ignore-0.4.23.sha256sum] = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
-SRC_URI[indexmap-1.9.3.sha256sum] = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
SRC_URI[indexmap-2.5.0.sha256sum] = "68b900aa2f7301e21c36462b170ee99994de34dff39a4a6a528e80e7376d07e5"
SRC_URI[indicatif-0.17.8.sha256sum] = "763a5a8f45087d6bcea4222e7b72c291a054edf80e4ef6efd2a4979878c7bea3"
SRC_URI[indoc-2.0.5.sha256sum] = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5"
@@ -448,13 +464,15 @@ SRC_URI[itertools-0.12.1.sha256sum] = "ba291022dbbd398a455acf126c1e341954079855b
SRC_URI[itoa-1.0.11.sha256sum] = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
SRC_URI[keyring-2.3.3.sha256sum] = "363387f0019d714aa60cc30ab4fe501a747f4c08fc58f069dd14be971bd495a0"
SRC_URI[lazy_static-1.4.0.sha256sum] = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
-SRC_URI[lddtree-0.3.5.sha256sum] = "735dc8281e12cf7450b3a343c50bccdb15625f41b127d1bd7063949fe367847d"
+SRC_URI[lddtree-0.3.7.sha256sum] = "e0779ac94bd7b6ab781fa12388dbf79ac45ec1fa433e7d25521753be8227b08e"
SRC_URI[libc-0.2.158.sha256sum] = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439"
SRC_URI[libmimalloc-sys-0.1.38.sha256sum] = "0e7bb23d733dfcc8af652a78b7bf232f0e967710d044732185e561e47c0336b6"
SRC_URI[libredox-0.1.3.sha256sum] = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
SRC_URI[linux-keyutils-0.2.4.sha256sum] = "761e49ec5fd8a5a463f9b84e877c373d888935b71c6be78f3767fe2ae6bed18e"
SRC_URI[linux-raw-sys-0.4.14.sha256sum] = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
+SRC_URI[litemap-0.7.3.sha256sum] = "643cb0b8d4fcc284004d5fd0d67ccf61dfffadb7f75e1e71bc420f4688a3a704"
SRC_URI[lock_api-0.4.12.sha256sum] = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
+SRC_URI[lockfree-object-pool-0.1.6.sha256sum] = "9374ef4228402d4b7e403e5838cb880d9ee663314b0a900d5a6aabf0c213552e"
SRC_URI[log-0.4.21.sha256sum] = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
SRC_URI[lzxd-0.2.5.sha256sum] = "5de7336a183103429ad66d11d56d8bdc9c4a2916f6b85a8f11e5b127bde12001"
SRC_URI[mailparse-0.15.0.sha256sum] = "3da03d5980411a724e8aaf7b61a7b5e386ec55a7fb49ee3d0ff79efc7e5e7c7e"
@@ -463,10 +481,10 @@ SRC_URI[memchr-2.7.2.sha256sum] = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b4
SRC_URI[mimalloc-0.1.42.sha256sum] = "e9186d86b79b52f4a77af65604b51225e8db1d6ee7e3f41aec1e40829c71a176"
SRC_URI[mime-0.3.17.sha256sum] = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
SRC_URI[mime_guess-2.0.4.sha256sum] = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
-SRC_URI[minijinja-1.0.21.sha256sum] = "55e877d961d4f96ce13615862322df7c0b6d169d40cab71a7ef3f9b9e594451e"
+SRC_URI[minijinja-2.5.0.sha256sum] = "2c37e1b517d1dcd0e51dc36c4567b9d5a29262b3ec8da6cb5d35e27a8fb529b5"
SRC_URI[minimal-lexical-0.2.1.sha256sum] = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
SRC_URI[miniz_oxide-0.8.0.sha256sum] = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
-SRC_URI[msi-0.7.0.sha256sum] = "226b2404f03d2cf47375b9715c8adfae4e388bb2377cff908e8a40f31e421514"
+SRC_URI[msi-0.8.0.sha256sum] = "4a2332f87a064dea9cce571408c879e0da8dc193b3af06a2b3b2604ee4182a32"
SRC_URI[multipart-0.18.0.sha256sum] = "00dec633863867f29cb39df64a397cdf4a6354708ddd7759f70c7fb51c5f9182"
SRC_URI[native-tls-0.2.12.sha256sum] = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
SRC_URI[nom-7.1.3.sha256sum] = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
@@ -527,10 +545,10 @@ SRC_URI[rstest_macros-0.22.0.sha256sum] = "c5e1711e7d14f74b12a58411c542185ef7fb7
SRC_URI[rustc_version-0.4.1.sha256sum] = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
SRC_URI[rustflags-0.1.6.sha256sum] = "d7fc92159fb50a431c5da366f7627751fe7263cf867f8a30f27fa6063ba02ac0"
SRC_URI[rustix-0.38.34.sha256sum] = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
-SRC_URI[rustls-0.22.4.sha256sum] = "bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432"
+SRC_URI[rustls-0.23.19.sha256sum] = "934b404430bb06b3fae2cba809eb45a1ab1aecd64491213d7c3301b88393f8d1"
SRC_URI[rustls-pemfile-2.1.3.sha256sum] = "196fe16b00e106300d3e45ecfcb764fa292a535d7326a29a5875c579c7417425"
-SRC_URI[rustls-pki-types-1.7.0.sha256sum] = "976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d"
-SRC_URI[rustls-webpki-0.102.4.sha256sum] = "ff448f7e92e913c4b7d4c6d8e4540a1724b319b4152b8aef6d4cf8339712b33e"
+SRC_URI[rustls-pki-types-1.10.0.sha256sum] = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b"
+SRC_URI[rustls-webpki-0.102.8.sha256sum] = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
SRC_URI[rustversion-1.0.17.sha256sum] = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
SRC_URI[ryu-1.0.18.sha256sum] = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
SRC_URI[same-file-1.0.6.sha256sum] = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
@@ -552,6 +570,7 @@ SRC_URI[sha2-0.10.8.sha256sum] = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d
SRC_URI[sharded-slab-0.1.7.sha256sum] = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
SRC_URI[shell-words-1.1.0.sha256sum] = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
SRC_URI[shlex-1.3.0.sha256sum] = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
+SRC_URI[simd-adler32-0.3.7.sha256sum] = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
SRC_URI[similar-2.5.0.sha256sum] = "fa42c91313f1d05da9b26f267f931cf178d4aba455b4c4622dd7355eb80c6640"
SRC_URI[slab-0.4.9.sha256sum] = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
SRC_URI[smallvec-1.13.2.sha256sum] = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
@@ -560,12 +579,13 @@ SRC_URI[snapbox-0.6.16.sha256sum] = "027c936207f85d10d015e21faf5c676c7e08c453ed3
SRC_URI[snapbox-macros-0.3.10.sha256sum] = "16569f53ca23a41bb6f62e0a5084aa1661f4814a67fa33696a79073e03a664af"
SRC_URI[socks-0.3.4.sha256sum] = "f0c3dbbd9ae980613c6dd8e28a9407b50509d3803b57624d5dfe8315218cd58b"
SRC_URI[spin-0.9.8.sha256sum] = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
+SRC_URI[stable_deref_trait-1.2.0.sha256sum] = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
SRC_URI[stacker-0.1.15.sha256sum] = "c886bd4480155fd3ef527d45e9ac8dd7118a898a46530b7b94c3e21866259fce"
SRC_URI[static_assertions-1.1.0.sha256sum] = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
SRC_URI[strsim-0.11.1.sha256sum] = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
SRC_URI[subtle-2.5.0.sha256sum] = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
SRC_URI[syn-1.0.109.sha256sum] = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
-SRC_URI[syn-2.0.76.sha256sum] = "578e081a14e0cefc3279b0472138c513f37b41a08d5a3cca9b6e4e8ceb6cd525"
+SRC_URI[syn-2.0.87.sha256sum] = "25aa4ce346d03a6dcd68dd8b4010bcb74e54e62c90c573f394c46eae99aba32d"
SRC_URI[tar-0.4.42.sha256sum] = "4ff6c40d3aedb5e06b57c6f669ad17ab063dd1e63d977c6a88e7f4dfa4f04020"
SRC_URI[target-lexicon-0.12.16.sha256sum] = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
SRC_URI[tempfile-3.11.0.sha256sum] = "b8fcd239983515c23a32fb82099f97d0b11b8c72f654ed659363a95c3dad7a53"
@@ -573,14 +593,15 @@ SRC_URI[termcolor-1.4.1.sha256sum] = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c7
SRC_URI[terminal_size-0.3.0.sha256sum] = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7"
SRC_URI[textwrap-0.16.1.sha256sum] = "23d434d3f8967a09480fb04132ebe0a3e088c173e6d0ee7897abbdf4eab0f8b9"
SRC_URI[thiserror-1.0.64.sha256sum] = "d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84"
+SRC_URI[thiserror-2.0.3.sha256sum] = "c006c85c7651b3cf2ada4584faa36773bd07bac24acfb39f3c431b36d7e667aa"
SRC_URI[thiserror-impl-1.0.64.sha256sum] = "08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3"
+SRC_URI[thiserror-impl-2.0.3.sha256sum] = "f077553d607adc1caf65430528a576c757a71ed73944b66ebb58ef2bbd243568"
SRC_URI[thread_local-1.1.8.sha256sum] = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
SRC_URI[time-0.3.36.sha256sum] = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
SRC_URI[time-core-0.1.2.sha256sum] = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
SRC_URI[time-macros-0.2.18.sha256sum] = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
SRC_URI[tinyvec-1.7.0.sha256sum] = "ce6b6a2fb3a985e99cebfaefa9faa3024743da73304ca1c683a36429613d3d22"
SRC_URI[tinyvec_macros-0.1.1.sha256sum] = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
-SRC_URI[toml-0.5.11.sha256sum] = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
SRC_URI[toml-0.8.15.sha256sum] = "ac2caab0bf757388c6c0ae23b3293fdb463fee59434529014f85e3263b995c28"
SRC_URI[toml_datetime-0.6.6.sha256sum] = "4badfd56924ae69bcc9039335b2e017639ce3f9b001c393c1b2d1ef846ce2cbf"
SRC_URI[toml_edit-0.21.1.sha256sum] = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1"
@@ -603,7 +624,7 @@ SRC_URI[unicode-width-0.1.13.sha256sum] = "0336d538f7abc86d282a4189614dfaa90810d
SRC_URI[unicode-xid-0.2.6.sha256sum] = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
SRC_URI[unscanny-0.1.0.sha256sum] = "e9df2af067a7953e9c3831320f35c1cc0600c30d44d9f7a12b01db1cd88d6b47"
SRC_URI[untrusted-0.9.0.sha256sum] = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
-SRC_URI[ureq-2.9.7.sha256sum] = "d11a831e3c0b56e438a28308e7c810799e3c118417f342d30ecec080105395cd"
+SRC_URI[ureq-2.11.0.sha256sum] = "b30e6f97efe1fa43535ee241ee76967d3ff6ff3953ebb430d8d55c5393029e7b"
SRC_URI[url-2.5.2.sha256sum] = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
SRC_URI[urlencoding-2.1.3.sha256sum] = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
SRC_URI[utf8parse-0.2.2.sha256sum] = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
@@ -616,8 +637,7 @@ SRC_URI[wait-timeout-0.2.0.sha256sum] = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138
SRC_URI[walkdir-2.5.0.sha256sum] = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
SRC_URI[wasi-0.11.0+wasi-snapshot-preview1.sha256sum] = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
SRC_URI[webpki-roots-0.26.2.sha256sum] = "3c452ad30530b54a4d8e71952716a212b08efd0f3562baa66c29a618b07da7c3"
-SRC_URI[which-5.0.0.sha256sum] = "9bf3ea8596f3a0dd5980b46430f2058dfe2c36a27ccfbb1845d6fbfcd9ba6e14"
-SRC_URI[which-6.0.3.sha256sum] = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
+SRC_URI[which-7.0.0.sha256sum] = "c9cad3279ade7346b96e38731a641d7343dd6a53d55083dd54eadfa5a1b38c6b"
SRC_URI[wild-2.2.1.sha256sum] = "a3131afc8c575281e1e80f36ed6a092aa502c08b18ed7524e86fbbb12bb410e1"
SRC_URI[winapi-0.3.9.sha256sum] = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
SRC_URI[winapi-i686-pc-windows-gnu-0.4.0.sha256sum] = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
@@ -646,9 +666,13 @@ SRC_URI[winnow-0.5.40.sha256sum] = "f593a95398737aeed53e489c785df13f3618e41dbcd6
SRC_URI[winnow-0.6.13.sha256sum] = "59b5e5f6c299a3c7890b876a2a587f3115162487e704907d9b6cd29473052ba1"
SRC_URI[winsafe-0.0.19.sha256sum] = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
SRC_URI[xattr-1.3.1.sha256sum] = "8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f"
-SRC_URI[xwin-0.5.1.sha256sum] = "c13f18103ecd54342d0f923b33fff9ed595e5813e5af85620f1a8e7622474acb"
+SRC_URI[xwin-0.6.5.sha256sum] = "ca7e4546db1514c186778f0a257d89732ed9ed75587d0953ac25be7519d9f0d1"
SRC_URI[yansi-1.0.1.sha256sum] = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
+SRC_URI[yoke-0.7.4.sha256sum] = "6c5b1314b079b0930c31e3af543d8ee1757b1951ae1e1565ec704403a7240ca5"
SRC_URI[zerocopy-0.7.34.sha256sum] = "ae87e3fcd617500e5d106f0380cf7b77f3c6092aae37191433159dda23cfb087"
SRC_URI[zerocopy-derive-0.7.34.sha256sum] = "15e934569e47891f7d9411f1a451d947a60e000ab3bd24fbb970f000387d1b3b"
+SRC_URI[zerofrom-0.1.4.sha256sum] = "91ec111ce797d0e0784a1116d0ddcdbea84322cd79e5d5ad173daeba4f93ab55"
SRC_URI[zeroize-1.8.1.sha256sum] = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
SRC_URI[zip-0.6.6.sha256sum] = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
+SRC_URI[zip-2.1.6.sha256sum] = "40dd8c92efc296286ce1fbd16657c5dbefff44f1b4ca01cc5f517d8b7b3d3e2e"
+SRC_URI[zopfli-0.8.1.sha256sum] = "e5019f391bac5cf252e93bbcc53d039ffd62c7bfb7c150414d61369afe57e946"
diff --git a/meta/recipes-devtools/python/python3-maturin/0001-build_context-improve-wheel-reproducibility-by-sorti.patch b/meta/recipes-devtools/python/python3-maturin/0001-build_context-improve-wheel-reproducibility-by-sorti.patch
deleted file mode 100644
index bcbe7b87ea..0000000000
--- a/meta/recipes-devtools/python/python3-maturin/0001-build_context-improve-wheel-reproducibility-by-sorti.patch
+++ /dev/null
@@ -1,55 +0,0 @@
-From 672dca922397016720eae2a3f0fb79613971c56e Mon Sep 17 00:00:00 2001
-From: Yoann Congal <yoann.congal@smile.fr>
-Date: Thu, 17 Oct 2024 22:17:20 +0200
-Subject: [PATCH] build_context: improve wheel reproducibility by sorting libs
- (#2261)
-
-OE-core note: Upstream does not have a commit message for this. Bellow
-is the message I've sent:
-> While tracking a reproducibility issue from maturin's output, we found
-> that the .so file in the output .whl were not ordered the same
-> every time.
->
-> Order of the external libraries in the .whl comes down to the order
-> `soname_map` is iterated. But, `std::HashMap` does not provide a stable
-> order and that create an unstable order in the wheel.
->
-> Switch to `std::BTreeMap` which keeps keys sorted and is iterable
-> in a stable order.
->
-> This can be tested by building current python3-cryptography :
-> SOURCE_DATE_EPOCH=1728915855 maturin build
->
-> Before this commit, the above give two possible outputs (~50% each), the
-> difference is in the order of libssl and libcrypto.
->
-> After this commit, the output is reproducible.
-
-Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
-Upstream-Status: Backport [https://github.com/PyO3/maturin/commit/61d54809776e1ca79ff8cc92387d70796d50c16e]
----
- src/build_context.rs | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/src/build_context.rs b/src/build_context.rs
-index a98d233..09ca090 100644
---- a/src/build_context.rs
-+++ b/src/build_context.rs
-@@ -24,7 +24,7 @@ use normpath::PathExt;
- use pep508_rs::Requirement;
- use platform_info::*;
- use sha2::{Digest, Sha256};
--use std::collections::{HashMap, HashSet};
-+use std::collections::{BTreeMap, HashSet};
- use std::env;
- use std::fmt::{Display, Formatter};
- use std::io;
-@@ -396,7 +396,7 @@ impl BuildContext {
- writer.add_directory(&libs_dir)?;
-
- let temp_dir = tempfile::tempdir()?;
-- let mut soname_map = HashMap::new();
-+ let mut soname_map = BTreeMap::new();
- let mut libs_copied = HashSet::new();
- for lib in ext_libs.iter().flatten() {
- let lib_path = lib.realpath.clone().with_context(|| {
diff --git a/meta/recipes-devtools/python/python3-maturin_1.7.4.bb b/meta/recipes-devtools/python/python3-maturin_1.7.8.bb
similarity index 83%
rename from meta/recipes-devtools/python/python3-maturin_1.7.4.bb
rename to meta/recipes-devtools/python/python3-maturin_1.7.8.bb
index d9891b6a09..539fd6d9ee 100644
--- a/meta/recipes-devtools/python/python3-maturin_1.7.4.bb
+++ b/meta/recipes-devtools/python/python3-maturin_1.7.8.bb
@@ -5,10 +5,7 @@ LICENSE = "MIT | Apache-2.0"
LIC_FILES_CHKSUM = "file://license-apache;md5=1836efb2eb779966696f473ee8540542 \
file://license-mit;md5=85fd3b67069cff784d98ebfc7d5c0797"
-SRC_URI += " \
- file://0001-build_context-improve-wheel-reproducibility-by-sorti.patch \
- "
-SRC_URI[sha256sum] = "2b349d742a07527d236f0b4b6cab26f53ebecad0ceabfc09ec4c6a396e3176f9"
+SRC_URI[sha256sum] = "649c6ef3f0fa4c5f596140d761dc5a4d577c485cc32fb5b9b344a8280352880d"
S = "${WORKDIR}/maturin-${PV}"
--
2.43.0
^ permalink raw reply related [flat|nested] 24+ messages in thread* [OE-core] [PATCH 13/22] python3-psutil: upgrade 6.1.0 -> 6.1.1
2024-12-23 9:10 [OE-core] [PATCH 01/22] diffoscope: upgrade 283 -> 284 wangmy
` (10 preceding siblings ...)
2024-12-23 9:10 ` [OE-core] [PATCH 12/22] python3-maturin: upgrade 1.7.4 -> 1.7.8 wangmy
@ 2024-12-23 9:10 ` wangmy
2024-12-23 9:10 ` [OE-core] [PATCH 14/22] python3-pyopenssl: upgrade 24.2.1 -> 24.3.0 wangmy
` (8 subsequent siblings)
20 siblings, 0 replies; 24+ messages in thread
From: wangmy @ 2024-12-23 9:10 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../python/{python3-psutil_6.1.0.bb => python3-psutil_6.1.1.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-psutil_6.1.0.bb => python3-psutil_6.1.1.bb} (90%)
diff --git a/meta/recipes-devtools/python/python3-psutil_6.1.0.bb b/meta/recipes-devtools/python/python3-psutil_6.1.1.bb
similarity index 90%
rename from meta/recipes-devtools/python/python3-psutil_6.1.0.bb
rename to meta/recipes-devtools/python/python3-psutil_6.1.1.bb
index bbff7f3fe5..854161830a 100644
--- a/meta/recipes-devtools/python/python3-psutil_6.1.0.bb
+++ b/meta/recipes-devtools/python/python3-psutil_6.1.1.bb
@@ -3,7 +3,7 @@ LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=a9c72113a843d0d732a0ac1c200d81b1"
HOMEPAGE = "https://pypi.org/project/psutil/"
-SRC_URI[sha256sum] = "353815f59a7f64cdaca1c0307ee13558a0512f6db064e92fe833784f08539c7a"
+SRC_URI[sha256sum] = "cf8496728c18f2d0b45198f06895be52f36611711746b7f30c464b422b50e2f5"
inherit pypi python_setuptools_build_meta
--
2.43.0
^ permalink raw reply related [flat|nested] 24+ messages in thread* [OE-core] [PATCH 14/22] python3-pyopenssl: upgrade 24.2.1 -> 24.3.0
2024-12-23 9:10 [OE-core] [PATCH 01/22] diffoscope: upgrade 283 -> 284 wangmy
` (11 preceding siblings ...)
2024-12-23 9:10 ` [OE-core] [PATCH 13/22] python3-psutil: upgrade 6.1.0 -> 6.1.1 wangmy
@ 2024-12-23 9:10 ` wangmy
2024-12-23 9:10 ` [OE-core] [PATCH 15/22] python3-pytest-subtests: upgrade 0.13.1 -> 0.14.1 wangmy
` (7 subsequent siblings)
20 siblings, 0 replies; 24+ messages in thread
From: wangmy @ 2024-12-23 9:10 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
https://github.com/pyca/pyopenssl/blob/main/CHANGELOG.rst
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
...{python3-pyopenssl_24.2.1.bb => python3-pyopenssl_24.3.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-pyopenssl_24.2.1.bb => python3-pyopenssl_24.3.0.bb} (85%)
diff --git a/meta/recipes-devtools/python/python3-pyopenssl_24.2.1.bb b/meta/recipes-devtools/python/python3-pyopenssl_24.3.0.bb
similarity index 85%
rename from meta/recipes-devtools/python/python3-pyopenssl_24.2.1.bb
rename to meta/recipes-devtools/python/python3-pyopenssl_24.3.0.bb
index 74c23fb614..b8a980be42 100644
--- a/meta/recipes-devtools/python/python3-pyopenssl_24.2.1.bb
+++ b/meta/recipes-devtools/python/python3-pyopenssl_24.3.0.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
DEPENDS += "openssl python3-cryptography"
-SRC_URI[sha256sum] = "4247f0dbe3748d560dcbb2ff3ea01af0f9a1a001ef5f7c4c647956ed8cbf0e95"
+SRC_URI[sha256sum] = "49f7a019577d834746bc55c5fce6ecbcec0f2b4ec5ce1cf43a9a173b8138bb36"
inherit pypi setuptools3
--
2.43.0
^ permalink raw reply related [flat|nested] 24+ messages in thread* [OE-core] [PATCH 15/22] python3-pytest-subtests: upgrade 0.13.1 -> 0.14.1
2024-12-23 9:10 [OE-core] [PATCH 01/22] diffoscope: upgrade 283 -> 284 wangmy
` (12 preceding siblings ...)
2024-12-23 9:10 ` [OE-core] [PATCH 14/22] python3-pyopenssl: upgrade 24.2.1 -> 24.3.0 wangmy
@ 2024-12-23 9:10 ` wangmy
2024-12-23 9:10 ` [OE-core] [PATCH 16/22] python3-pytest: upgrade 8.3.3 -> 8.3.4 wangmy
` (6 subsequent siblings)
20 siblings, 0 replies; 24+ messages in thread
From: wangmy @ 2024-12-23 9:10 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
===========
- Fix self.instance._outcome is None
- Add support for Python 3.13.
- Dropped support for EOL Python 3.8.
- Fixed output when using TestCase.skipTest
- Fixed pytest requirement to >=7.3
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
...est-subtests_0.13.1.bb => python3-pytest-subtests_0.14.1.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-pytest-subtests_0.13.1.bb => python3-pytest-subtests_0.14.1.bb} (88%)
diff --git a/meta/recipes-devtools/python/python3-pytest-subtests_0.13.1.bb b/meta/recipes-devtools/python/python3-pytest-subtests_0.14.1.bb
similarity index 88%
rename from meta/recipes-devtools/python/python3-pytest-subtests_0.13.1.bb
rename to meta/recipes-devtools/python/python3-pytest-subtests_0.14.1.bb
index 743442ea30..56cec25b86 100644
--- a/meta/recipes-devtools/python/python3-pytest-subtests_0.13.1.bb
+++ b/meta/recipes-devtools/python/python3-pytest-subtests_0.14.1.bb
@@ -7,7 +7,7 @@ BUGTRACKER = "https://github.com/pytest-dev/pytest-subtests/issues"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=242b4e17fa287dcf7aef372f6bc3dcb1"
-SRC_URI[sha256sum] = "989e38f0f1c01bc7c6b2e04db7d9fd859db35d77c2c1a430c831a70cbf3fde2d"
+SRC_URI[sha256sum] = "350c00adc36c3aff676a66135c81aed9e2182e15f6c3ec8721366918bbbf7580"
PYPI_PACKAGE = "pytest_subtests"
UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
--
2.43.0
^ permalink raw reply related [flat|nested] 24+ messages in thread* [OE-core] [PATCH 16/22] python3-pytest: upgrade 8.3.3 -> 8.3.4
2024-12-23 9:10 [OE-core] [PATCH 01/22] diffoscope: upgrade 283 -> 284 wangmy
` (13 preceding siblings ...)
2024-12-23 9:10 ` [OE-core] [PATCH 15/22] python3-pytest-subtests: upgrade 0.13.1 -> 0.14.1 wangmy
@ 2024-12-23 9:10 ` wangmy
2024-12-23 9:11 ` [OE-core] [PATCH 17/22] python3-rpds-py: upgrade 0.21.0 -> 0.22.3 wangmy
` (5 subsequent siblings)
20 siblings, 0 replies; 24+ messages in thread
From: wangmy @ 2024-12-23 9:10 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
https://github.com/pytest-dev/pytest/releases/tag/8.3.4
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../python/{python3-pytest_8.3.3.bb => python3-pytest_8.3.4.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-pytest_8.3.3.bb => python3-pytest_8.3.4.bb} (91%)
diff --git a/meta/recipes-devtools/python/python3-pytest_8.3.3.bb b/meta/recipes-devtools/python/python3-pytest_8.3.4.bb
similarity index 91%
rename from meta/recipes-devtools/python/python3-pytest_8.3.3.bb
rename to meta/recipes-devtools/python/python3-pytest_8.3.4.bb
index dbd984208d..3b1770e14b 100644
--- a/meta/recipes-devtools/python/python3-pytest_8.3.3.bb
+++ b/meta/recipes-devtools/python/python3-pytest_8.3.4.bb
@@ -5,7 +5,7 @@ DESCRIPTION = "The pytest framework makes it easy to write small tests, yet scal
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=bd27e41b6550fe0fc45356d1d81ee37c"
-SRC_URI[sha256sum] = "70b98107bd648308a7952b06e6ca9a50bc660be218d53c257cc1fc94fda10181"
+SRC_URI[sha256sum] = "965370d062bce11e73868e0335abac31b4d3de0e82f4007408d242b4f8610761"
DEPENDS += "python3-setuptools-scm-native"
--
2.43.0
^ permalink raw reply related [flat|nested] 24+ messages in thread* [OE-core] [PATCH 17/22] python3-rpds-py: upgrade 0.21.0 -> 0.22.3
2024-12-23 9:10 [OE-core] [PATCH 01/22] diffoscope: upgrade 283 -> 284 wangmy
` (14 preceding siblings ...)
2024-12-23 9:10 ` [OE-core] [PATCH 16/22] python3-pytest: upgrade 8.3.3 -> 8.3.4 wangmy
@ 2024-12-23 9:11 ` wangmy
2024-12-23 9:11 ` [OE-core] [PATCH 18/22] python3-six: upgrade 1.16.0 -> 1.17.0 wangmy
` (4 subsequent siblings)
20 siblings, 0 replies; 24+ messages in thread
From: wangmy @ 2024-12-23 9:11 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../python/python3-rpds-py-crates.inc | 24 +++++++++----------
...py_0.21.0.bb => python3-rpds-py_0.22.3.bb} | 2 +-
2 files changed, 13 insertions(+), 13 deletions(-)
rename meta/recipes-devtools/python/{python3-rpds-py_0.21.0.bb => python3-rpds-py_0.22.3.bb} (85%)
diff --git a/meta/recipes-devtools/python/python3-rpds-py-crates.inc b/meta/recipes-devtools/python/python3-rpds-py-crates.inc
index fc954d69b8..7022cbdcc8 100644
--- a/meta/recipes-devtools/python/python3-rpds-py-crates.inc
+++ b/meta/recipes-devtools/python/python3-rpds-py-crates.inc
@@ -13,12 +13,12 @@ SRC_URI += " \
crate://crates.io/once_cell/1.19.0 \
crate://crates.io/portable-atomic/1.6.0 \
crate://crates.io/proc-macro2/1.0.86 \
- crate://crates.io/pyo3/0.22.6 \
- crate://crates.io/pyo3-build-config/0.22.6 \
- crate://crates.io/pyo3-ffi/0.22.6 \
- crate://crates.io/pyo3-macros/0.22.6 \
- crate://crates.io/pyo3-macros-backend/0.22.6 \
- crate://crates.io/python3-dll-a/0.2.10 \
+ crate://crates.io/pyo3/0.23.3 \
+ crate://crates.io/pyo3-build-config/0.23.3 \
+ crate://crates.io/pyo3-ffi/0.23.3 \
+ crate://crates.io/pyo3-macros/0.23.3 \
+ crate://crates.io/pyo3-macros-backend/0.23.3 \
+ crate://crates.io/python3-dll-a/0.2.11 \
crate://crates.io/quote/1.0.36 \
crate://crates.io/rpds/1.1.0 \
crate://crates.io/syn/2.0.69 \
@@ -39,12 +39,12 @@ SRC_URI[memoffset-0.9.1.sha256sum] = "488016bfae457b036d996092f6cb448677611ce444
SRC_URI[once_cell-1.19.0.sha256sum] = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
SRC_URI[portable-atomic-1.6.0.sha256sum] = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0"
SRC_URI[proc-macro2-1.0.86.sha256sum] = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
-SRC_URI[pyo3-0.22.6.sha256sum] = "f402062616ab18202ae8319da13fa4279883a2b8a9d9f83f20dbade813ce1884"
-SRC_URI[pyo3-build-config-0.22.6.sha256sum] = "b14b5775b5ff446dd1056212d778012cbe8a0fbffd368029fd9e25b514479c38"
-SRC_URI[pyo3-ffi-0.22.6.sha256sum] = "9ab5bcf04a2cdcbb50c7d6105de943f543f9ed92af55818fd17b660390fc8636"
-SRC_URI[pyo3-macros-0.22.6.sha256sum] = "0fd24d897903a9e6d80b968368a34e1525aeb719d568dba8b3d4bfa5dc67d453"
-SRC_URI[pyo3-macros-backend-0.22.6.sha256sum] = "36c011a03ba1e50152b4b394b479826cad97e7a21eb52df179cd91ac411cbfbe"
-SRC_URI[python3-dll-a-0.2.10.sha256sum] = "bd0b78171a90d808b319acfad166c4790d9e9759bbc14ac8273fe133673dd41b"
+SRC_URI[pyo3-0.23.3.sha256sum] = "e484fd2c8b4cb67ab05a318f1fd6fa8f199fcc30819f08f07d200809dba26c15"
+SRC_URI[pyo3-build-config-0.23.3.sha256sum] = "dc0e0469a84f208e20044b98965e1561028180219e35352a2afaf2b942beff3b"
+SRC_URI[pyo3-ffi-0.23.3.sha256sum] = "eb1547a7f9966f6f1a0f0227564a9945fe36b90da5a93b3933fc3dc03fae372d"
+SRC_URI[pyo3-macros-0.23.3.sha256sum] = "fdb6da8ec6fa5cedd1626c886fc8749bdcbb09424a86461eb8cdf096b7c33257"
+SRC_URI[pyo3-macros-backend-0.23.3.sha256sum] = "38a385202ff5a92791168b1136afae5059d3ac118457bb7bc304c197c2d33e7d"
+SRC_URI[python3-dll-a-0.2.11.sha256sum] = "9b9e268ee1be609e93a13eb06839f68f67e5fe0fb4049834d261c2d5091c1b6d"
SRC_URI[quote-1.0.36.sha256sum] = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
SRC_URI[rpds-1.1.0.sha256sum] = "a0e15515d3ce3313324d842629ea4905c25a13f81953eadb88f85516f59290a4"
SRC_URI[syn-2.0.69.sha256sum] = "201fcda3845c23e8212cd466bfebf0bd20694490fc0356ae8e428e0824a915a6"
diff --git a/meta/recipes-devtools/python/python3-rpds-py_0.21.0.bb b/meta/recipes-devtools/python/python3-rpds-py_0.22.3.bb
similarity index 85%
rename from meta/recipes-devtools/python/python3-rpds-py_0.21.0.bb
rename to meta/recipes-devtools/python/python3-rpds-py_0.22.3.bb
index d162f71c19..8eeb954c89 100644
--- a/meta/recipes-devtools/python/python3-rpds-py_0.21.0.bb
+++ b/meta/recipes-devtools/python/python3-rpds-py_0.22.3.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "https://pypi.org/project/rpds-py/"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=7767fa537c4596c54141f32882c4a984"
-SRC_URI[sha256sum] = "ed6378c9d66d0de903763e7706383d60c33829581f0adff47b6535f1802fa6db"
+SRC_URI[sha256sum] = "e32fee8ab45d3c2db6da19a5323bc3362237c8b653c70194414b892fd06a080d"
require ${BPN}-crates.inc
--
2.43.0
^ permalink raw reply related [flat|nested] 24+ messages in thread* [OE-core] [PATCH 18/22] python3-six: upgrade 1.16.0 -> 1.17.0
2024-12-23 9:10 [OE-core] [PATCH 01/22] diffoscope: upgrade 283 -> 284 wangmy
` (15 preceding siblings ...)
2024-12-23 9:11 ` [OE-core] [PATCH 17/22] python3-rpds-py: upgrade 0.21.0 -> 0.22.3 wangmy
@ 2024-12-23 9:11 ` wangmy
2024-12-23 9:11 ` [OE-core] [PATCH 19/22] repo: upgrade 2.49.3 -> 2.50.1 wangmy
` (3 subsequent siblings)
20 siblings, 0 replies; 24+ messages in thread
From: wangmy @ 2024-12-23 9:11 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
License-Update: Copyright year updated to 2024.
Changelog:
===========
- Pull request #388: Remove 'URLopener' and 'FancyURLopener' classes from
'urllib.request' when running on Python 3.14 or greater.
- Pull request #365, issue #283: 'six.moves.UserDict' now points to
'UserDict.IterableUserDict' instead of 'UserDict.UserDict' on Python 2.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
meta/recipes-devtools/python/python-six.inc | 2 +-
meta/recipes-devtools/python/python3-six_1.16.0.bb | 4 ----
meta/recipes-devtools/python/python3-six_1.17.0.bb | 4 ++++
3 files changed, 5 insertions(+), 5 deletions(-)
delete mode 100644 meta/recipes-devtools/python/python3-six_1.16.0.bb
create mode 100644 meta/recipes-devtools/python/python3-six_1.17.0.bb
diff --git a/meta/recipes-devtools/python/python-six.inc b/meta/recipes-devtools/python/python-six.inc
index 6b1b4ba481..f7a62b6068 100644
--- a/meta/recipes-devtools/python/python-six.inc
+++ b/meta/recipes-devtools/python/python-six.inc
@@ -2,7 +2,7 @@ SUMMARY = "Python 2 and 3 compatibility library"
HOMEPAGE = "https://pypi.org/project/six/"
SECTION = "devel/python"
LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=43cfc9e4ac0e377acfb9b76f56b8415d"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=e50fab7e9501f3dfc920eafeb24b46ea"
inherit pypi
diff --git a/meta/recipes-devtools/python/python3-six_1.16.0.bb b/meta/recipes-devtools/python/python3-six_1.16.0.bb
deleted file mode 100644
index 1ba48d4f47..0000000000
--- a/meta/recipes-devtools/python/python3-six_1.16.0.bb
+++ /dev/null
@@ -1,4 +0,0 @@
-inherit setuptools3
-require python-six.inc
-
-SRC_URI[sha256sum] = "1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"
diff --git a/meta/recipes-devtools/python/python3-six_1.17.0.bb b/meta/recipes-devtools/python/python3-six_1.17.0.bb
new file mode 100644
index 0000000000..693f1818d3
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-six_1.17.0.bb
@@ -0,0 +1,4 @@
+inherit setuptools3
+require python-six.inc
+
+SRC_URI[sha256sum] = "ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81"
--
2.43.0
^ permalink raw reply related [flat|nested] 24+ messages in thread* [OE-core] [PATCH 19/22] repo: upgrade 2.49.3 -> 2.50.1
2024-12-23 9:10 [OE-core] [PATCH 01/22] diffoscope: upgrade 283 -> 284 wangmy
` (16 preceding siblings ...)
2024-12-23 9:11 ` [OE-core] [PATCH 18/22] python3-six: upgrade 1.16.0 -> 1.17.0 wangmy
@ 2024-12-23 9:11 ` wangmy
2024-12-23 9:11 ` [OE-core] [PATCH 20/22] wayland-protocols: upgrade 1.38 -> 1.39 wangmy
` (2 subsequent siblings)
20 siblings, 0 replies; 24+ messages in thread
From: wangmy @ 2024-12-23 9:11 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
===========
- gc: Introduce new command to remove old projects
- sync: Delete symlinks relative to client topdir
- Add smoke test for subcmd forall
- Remove gitc support from repo
- branches: Escape percent signs in branch names
- sync: Do not fail to sync a manifest with no projects
- Fix event log command event hierarchy.
- Make repo installation work without .git
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
meta/recipes-devtools/repo/{repo_2.49.3.bb => repo_2.50.1.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/repo/{repo_2.49.3.bb => repo_2.50.1.bb} (94%)
diff --git a/meta/recipes-devtools/repo/repo_2.49.3.bb b/meta/recipes-devtools/repo/repo_2.50.1.bb
similarity index 94%
rename from meta/recipes-devtools/repo/repo_2.49.3.bb
rename to meta/recipes-devtools/repo/repo_2.50.1.bb
index 5cb10b6096..f1fcc9c8a1 100644
--- a/meta/recipes-devtools/repo/repo_2.49.3.bb
+++ b/meta/recipes-devtools/repo/repo_2.50.1.bb
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
SRC_URI = "git://gerrit.googlesource.com/git-repo.git;protocol=https;branch=main \
"
-SRCREV = "ab2d3211043e2cb42a55f56e5abf69d23103c105"
+SRCREV = "13d6588bf60f0980ffa3d178441fa707655fee95"
MIRRORS += "git://gerrit.googlesource.com/git-repo.git git://github.com/GerritCodeReview/git-repo.git"
--
2.43.0
^ permalink raw reply related [flat|nested] 24+ messages in thread* [OE-core] [PATCH 20/22] wayland-protocols: upgrade 1.38 -> 1.39
2024-12-23 9:10 [OE-core] [PATCH 01/22] diffoscope: upgrade 283 -> 284 wangmy
` (17 preceding siblings ...)
2024-12-23 9:11 ` [OE-core] [PATCH 19/22] repo: upgrade 2.49.3 -> 2.50.1 wangmy
@ 2024-12-23 9:11 ` wangmy
2024-12-23 9:11 ` [OE-core] [PATCH 21/22] webkitgtk: upgrade 2.46.4 -> 2.46.5 wangmy
2024-12-23 9:11 ` [OE-core] [PATCH 22/22] xserver-xorg: upgrade 21.1.14 -> 21.1.15 wangmy
20 siblings, 0 replies; 24+ messages in thread
From: wangmy @ 2024-12-23 9:11 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
==========
- Add ext-workspace
- build: Raise required wayland-scanner version to 1.23.0 for tests
- governance: update NACK usage/restrictions
- governance: introduce workflow improvements
- add experimental protocols and their requirements
- governance: Deprecate wayland-devel@
- governance: Specify how to change points of contact
- governance: Clarify 'member'
- drm-lease: nominate Simon Zeni as maintainer
- ext-image-copy-capture: fix the error in the protocol description
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../{wayland-protocols_1.38.bb => wayland-protocols_1.39.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-graphics/wayland/{wayland-protocols_1.38.bb => wayland-protocols_1.39.bb} (92%)
diff --git a/meta/recipes-graphics/wayland/wayland-protocols_1.38.bb b/meta/recipes-graphics/wayland/wayland-protocols_1.39.bb
similarity index 92%
rename from meta/recipes-graphics/wayland/wayland-protocols_1.38.bb
rename to meta/recipes-graphics/wayland/wayland-protocols_1.39.bb
index 3e628ab113..b936a13888 100644
--- a/meta/recipes-graphics/wayland/wayland-protocols_1.38.bb
+++ b/meta/recipes-graphics/wayland/wayland-protocols_1.39.bb
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c7b12b6702da38ca028ace54aae3d484 \
file://stable/presentation-time/presentation-time.xml;endline=26;md5=4646cd7d9edc9fa55db941f2d3a7dc53"
SRC_URI = "https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/${PV}/downloads/wayland-protocols-${PV}.tar.xz"
-SRC_URI[sha256sum] = "ff17292c05159d2b20ce6cacfe42d7e31a28198fa1429a769b03af7c38581dbe"
+SRC_URI[sha256sum] = "e1dcdcbbf08e2e0a8a02ee5d9a0be3a6aafc39a4b51fa7e0d2f1a16411cb72fa"
UPSTREAM_CHECK_URI = "https://gitlab.freedesktop.org/wayland/wayland-protocols/-/tags"
UPSTREAM_CHECK_REGEX = "releases/(?P<pver>.+)"
--
2.43.0
^ permalink raw reply related [flat|nested] 24+ messages in thread* [OE-core] [PATCH 21/22] webkitgtk: upgrade 2.46.4 -> 2.46.5
2024-12-23 9:10 [OE-core] [PATCH 01/22] diffoscope: upgrade 283 -> 284 wangmy
` (18 preceding siblings ...)
2024-12-23 9:11 ` [OE-core] [PATCH 20/22] wayland-protocols: upgrade 1.38 -> 1.39 wangmy
@ 2024-12-23 9:11 ` wangmy
2024-12-30 10:44 ` Thomas Perrot
2024-12-23 9:11 ` [OE-core] [PATCH 22/22] xserver-xorg: upgrade 21.1.14 -> 21.1.15 wangmy
20 siblings, 1 reply; 24+ messages in thread
From: wangmy @ 2024-12-23 9:11 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
==========
- Fix the build with GBM and release logs disabled.
- Fix several crashes and rendering issues.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../webkit/{webkitgtk_2.46.4.bb => webkitgtk_2.46.5.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-sato/webkit/{webkitgtk_2.46.4.bb => webkitgtk_2.46.5.bb} (98%)
diff --git a/meta/recipes-sato/webkit/webkitgtk_2.46.4.bb b/meta/recipes-sato/webkit/webkitgtk_2.46.5.bb
similarity index 98%
rename from meta/recipes-sato/webkit/webkitgtk_2.46.4.bb
rename to meta/recipes-sato/webkit/webkitgtk_2.46.5.bb
index 6e1b793924..abbf84ccbe 100644
--- a/meta/recipes-sato/webkit/webkitgtk_2.46.4.bb
+++ b/meta/recipes-sato/webkit/webkitgtk_2.46.5.bb
@@ -19,7 +19,7 @@ SRC_URI = "https://www.webkitgtk.org/releases/${BPN}-${PV}.tar.xz \
file://bmalloc-fix.patch \
file://sys_futex.patch \
"
-SRC_URI[sha256sum] = "0eff5f0ab0a2872ec87df62bc32e3289c8af625716ac71e94b298d74e0374176"
+SRC_URI[sha256sum] = "bad4020bb0cfb3e740df3082c2d9cbf67cf4095596588a56aecdde6702137805"
inherit cmake pkgconfig gobject-introspection perlnative features_check upstream-version-is-even gi-docgen
--
2.43.0
^ permalink raw reply related [flat|nested] 24+ messages in thread* Re: [OE-core] [PATCH 21/22] webkitgtk: upgrade 2.46.4 -> 2.46.5
2024-12-23 9:11 ` [OE-core] [PATCH 21/22] webkitgtk: upgrade 2.46.4 -> 2.46.5 wangmy
@ 2024-12-30 10:44 ` Thomas Perrot
0 siblings, 0 replies; 24+ messages in thread
From: Thomas Perrot @ 2024-12-30 10:44 UTC (permalink / raw)
To: wangmy, openembedded-core; +Cc: thomas.perrot
[-- Attachment #1: Type: text/plain, Size: 2381 bytes --]
Hello,
Since the update to version 2.46.4, there has been a regression on
RISC-V 64-bit systems. The following build issue [1] occurs, and the
workaround, which involved disabling JIT support, no longer works.
What do you recommend to fix it?
[1] https://bugs.webkit.org/show_bug.cgi?id=271371
Kind regards,
Thomas
On Mon, 2024-12-23 at 17:11 +0800, wangmy via lists.openembedded.org
wrote:
> From: Wang Mingyu <wangmy@fujitsu.com>
>
> Changelog:
> ==========
> - Fix the build with GBM and release logs disabled.
> - Fix several crashes and rendering issues.
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
> .../webkit/{webkitgtk_2.46.4.bb => webkitgtk_2.46.5.bb} | 2
> +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> rename meta/recipes-sato/webkit/{webkitgtk_2.46.4.bb =>
> webkitgtk_2.46.5.bb} (98%)
>
> diff --git a/meta/recipes-sato/webkit/webkitgtk_2.46.4.bb
> b/meta/recipes-sato/webkit/webkitgtk_2.46.5.bb
> similarity index 98%
> rename from meta/recipes-sato/webkit/webkitgtk_2.46.4.bb
> rename to meta/recipes-sato/webkit/webkitgtk_2.46.5.bb
> index 6e1b793924..abbf84ccbe 100644
> --- a/meta/recipes-sato/webkit/webkitgtk_2.46.4.bb
> +++ b/meta/recipes-sato/webkit/webkitgtk_2.46.5.bb
> @@ -19,7 +19,7 @@ SRC_URI =
> "https://www.webkitgtk.org/releases/${BPN}-${PV}.tar.xz \
> file://bmalloc-fix.patch \
> file://sys_futex.patch \
> "
> -SRC_URI[sha256sum] =
> "0eff5f0ab0a2872ec87df62bc32e3289c8af625716ac71e94b298d74e0374176"
> +SRC_URI[sha256sum] =
> "bad4020bb0cfb3e740df3082c2d9cbf67cf4095596588a56aecdde6702137805"
>
> inherit cmake pkgconfig gobject-introspection perlnative
> features_check upstream-version-is-even gi-docgen
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#209036):
> https://lists.openembedded.org/g/openembedded-core/message/209036
> Mute This Topic: https://lists.openembedded.org/mt/110254987/5443093
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe:
> https://lists.openembedded.org/g/openembedded-core/unsub [
> thomas.perrot@bootlin.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
--
Thomas Perrot, Bootlin
Embedded Linux and kernel engineering
https://bootlin.com
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 659 bytes --]
^ permalink raw reply [flat|nested] 24+ messages in thread
* [OE-core] [PATCH 22/22] xserver-xorg: upgrade 21.1.14 -> 21.1.15
2024-12-23 9:10 [OE-core] [PATCH 01/22] diffoscope: upgrade 283 -> 284 wangmy
` (19 preceding siblings ...)
2024-12-23 9:11 ` [OE-core] [PATCH 21/22] webkitgtk: upgrade 2.46.4 -> 2.46.5 wangmy
@ 2024-12-23 9:11 ` wangmy
20 siblings, 0 replies; 24+ messages in thread
From: wangmy @ 2024-12-23 9:11 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../{xserver-xorg_21.1.14.bb => xserver-xorg_21.1.15.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-graphics/xorg-xserver/{xserver-xorg_21.1.14.bb => xserver-xorg_21.1.15.bb} (92%)
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.14.bb b/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.15.bb
similarity index 92%
rename from meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.14.bb
rename to meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.15.bb
index 28c98eb527..080e6d220e 100644
--- a/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.14.bb
+++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.15.bb
@@ -3,7 +3,7 @@ require xserver-xorg.inc
SRC_URI += "file://0001-xf86pciBus.c-use-Intel-ddx-only-for-pre-gen4-hardwar.patch \
file://0001-Avoid-duplicate-definitions-of-IOPortBase.patch \
"
-SRC_URI[sha256sum] = "8f2102cebdc4747d1656c1099ef610f5063c7422c24a177e300de569b354ee35"
+SRC_URI[sha256sum] = "841c82901282902725762df03adbbcd68153d4cdfb0d61df0cfd73ad677ae089"
# These extensions are now integrated into the server, so declare the migration
# path for in-place upgrades.
--
2.43.0
^ permalink raw reply related [flat|nested] 24+ messages in thread