* [OE-core] [PATCH V2] dnf: upgrade 4.22.0 -> 4.23.0
2025-03-31 9:11 [oe] [meta-oe] [PATCH 01/26] ctags: upgrade 6.1.20250316.0 -> 6.1.20250330.0 wangmy
@ 2025-03-31 9:11 ` wangmy
2025-03-31 9:11 ` [PATCH] libdnf: upgrade 0.73.4 -> 0.74.0 wangmy
` (26 subsequent siblings)
27 siblings, 0 replies; 41+ messages in thread
From: wangmy @ 2025-03-31 9:11 UTC (permalink / raw)
To: openembedded-devel; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
0001-Do-not-hardcode-etc-and-systemd-unit-directories.patch
0005-Do-not-prepend-installroot-to-logdir.patch
0029-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch
refreshed for 4.23.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
...-Do-not-hardcode-etc-and-systemd-unit-directories.patch | 7 +++++--
.../dnf/0005-Do-not-prepend-installroot-to-logdir.patch | 7 +++++--
...9-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch | 7 +++++--
meta/recipes-devtools/dnf/{dnf_4.22.0.bb => dnf_4.23.0.bb} | 2 +-
4 files changed, 16 insertions(+), 7 deletions(-)
rename meta/recipes-devtools/dnf/{dnf_4.22.0.bb => dnf_4.23.0.bb} (98%)
diff --git a/meta/recipes-devtools/dnf/dnf/0001-Do-not-hardcode-etc-and-systemd-unit-directories.patch b/meta/recipes-devtools/dnf/dnf/0001-Do-not-hardcode-etc-and-systemd-unit-directories.patch
index 37359a5765..24b26f4cb8 100644
--- a/meta/recipes-devtools/dnf/dnf/0001-Do-not-hardcode-etc-and-systemd-unit-directories.patch
+++ b/meta/recipes-devtools/dnf/dnf/0001-Do-not-hardcode-etc-and-systemd-unit-directories.patch
@@ -10,10 +10,10 @@ Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 4aee99fb..9e2e9e9e 100644
+index a76b6ac..a2ba58c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
-@@ -3,8 +3,8 @@ CMAKE_MINIMUM_REQUIRED (VERSION 2.4)
+@@ -4,8 +4,8 @@ PROJECT (dnf NONE)
INCLUDE (${CMAKE_SOURCE_DIR}/VERSION.cmake)
@@ -24,3 +24,6 @@ index 4aee99fb..9e2e9e9e 100644
IF (NOT PYTHON_DESIRED)
FIND_PACKAGE (PythonInterp REQUIRED)
+--
+2.43.0
+
diff --git a/meta/recipes-devtools/dnf/dnf/0005-Do-not-prepend-installroot-to-logdir.patch b/meta/recipes-devtools/dnf/dnf/0005-Do-not-prepend-installroot-to-logdir.patch
index a1c58d6563..159dc32c75 100644
--- a/meta/recipes-devtools/dnf/dnf/0005-Do-not-prepend-installroot-to-logdir.patch
+++ b/meta/recipes-devtools/dnf/dnf/0005-Do-not-prepend-installroot-to-logdir.patch
@@ -14,10 +14,10 @@ Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dnf/cli/cli.py b/dnf/cli/cli.py
-index d3844df3..ac080f79 100644
+index 62b9434..14d4757 100644
--- a/dnf/cli/cli.py
+++ b/dnf/cli/cli.py
-@@ -954,7 +954,7 @@ class Cli(object):
+@@ -1002,7 +1002,7 @@ class Cli(object):
logger.warning(_("Unable to detect release version (use '--releasever' to specify "
"release version)"))
@@ -26,3 +26,6 @@ index d3844df3..ac080f79 100644
conf.prepend_installroot(opt)
self.base._logging._setup_from_dnf_conf(conf)
+--
+2.43.0
+
diff --git a/meta/recipes-devtools/dnf/dnf/0029-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch b/meta/recipes-devtools/dnf/dnf/0029-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch
index 64ea7874d3..09af96048c 100644
--- a/meta/recipes-devtools/dnf/dnf/0029-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch
+++ b/meta/recipes-devtools/dnf/dnf/0029-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch
@@ -10,10 +10,10 @@ Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 9e2e9e9e..2056089d 100644
+index a2ba58c..98aa9df 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
-@@ -19,7 +19,7 @@ ELSE ()
+@@ -20,7 +20,7 @@ ELSE ()
MESSAGE (FATAL_ERROR "Invalid PYTHON_DESIRED value: " ${PYTHON_DESIRED})
ENDIF()
@@ -22,3 +22,6 @@ index 9e2e9e9e..2056089d 100644
MESSAGE(STATUS "Python install dir is ${PYTHON_INSTALL_DIR}")
ADD_SUBDIRECTORY (dnf)
+--
+2.43.0
+
diff --git a/meta/recipes-devtools/dnf/dnf_4.22.0.bb b/meta/recipes-devtools/dnf/dnf_4.23.0.bb
similarity index 98%
rename from meta/recipes-devtools/dnf/dnf_4.22.0.bb
rename to meta/recipes-devtools/dnf/dnf_4.23.0.bb
index e5ac3c9824..fe3deb4344 100644
--- a/meta/recipes-devtools/dnf/dnf_4.22.0.bb
+++ b/meta/recipes-devtools/dnf/dnf_4.23.0.bb
@@ -20,7 +20,7 @@ SRC_URI = "git://github.com/rpm-software-management/dnf.git;branch=master;protoc
SRC_URI:append:class-native = " file://0001-dnf-write-the-log-lock-to-root.patch"
-SRCREV = "da9a7066be8e1628d9453428d33685225cd9c90d"
+SRCREV = "8fa4bb94a99eadaed91ad2ee51f27a4baafcebed"
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
S = "${WORKDIR}/git"
--
2.43.0
^ permalink raw reply related [flat|nested] 41+ messages in thread* [PATCH] libdnf: upgrade 0.73.4 -> 0.74.0
2025-03-31 9:11 [oe] [meta-oe] [PATCH 01/26] ctags: upgrade 6.1.20250316.0 -> 6.1.20250330.0 wangmy
2025-03-31 9:11 ` [OE-core] [PATCH V2] dnf: upgrade 4.22.0 -> 4.23.0 wangmy
@ 2025-03-31 9:11 ` wangmy
2025-03-31 14:30 ` [oe] " Khem Raj
2025-03-31 9:11 ` [oe] [meta-python] [PATCH] protobuf: upgrade 5.29.4 -> 6.30.1 wangmy
` (25 subsequent siblings)
27 siblings, 1 reply; 41+ messages in thread
From: wangmy @ 2025-03-31 9:11 UTC (permalink / raw)
To: openembedded-devel; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
...n-iterator-of-a-ConfigParser-section.patch | 84 -------------------
.../libdnf/enable_test_data_dir_set.patch | 13 +--
.../{libdnf_0.73.4.bb => libdnf_0.74.0.bb} | 3 +-
3 files changed, 9 insertions(+), 91 deletions(-)
delete mode 100644 meta/recipes-devtools/libdnf/libdnf/0001-Fix-a-segfault-in-iterator-of-a-ConfigParser-section.patch
rename meta/recipes-devtools/libdnf/{libdnf_0.73.4.bb => libdnf_0.74.0.bb} (93%)
diff --git a/meta/recipes-devtools/libdnf/libdnf/0001-Fix-a-segfault-in-iterator-of-a-ConfigParser-section.patch b/meta/recipes-devtools/libdnf/libdnf/0001-Fix-a-segfault-in-iterator-of-a-ConfigParser-section.patch
deleted file mode 100644
index 1c62d02455..0000000000
--- a/meta/recipes-devtools/libdnf/libdnf/0001-Fix-a-segfault-in-iterator-of-a-ConfigParser-section.patch
+++ /dev/null
@@ -1,84 +0,0 @@
-From f3302a865b230e021e9defbcea978ed1290a9b2f Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= <miro@hroncok.cz>
-Date: Fri, 6 Dec 2024 18:01:16 +0100
-Subject: [PATCH] Fix a segfault in iterator of a ConfigParser section
-
-An iterator should return self on __iter__.
-
-So that this works:
-
- >>> it1 = iter(sectObj)
- >>> it2 = iter(it1)
- >>> it1 is it2
- True
-
-Previously, this iterator did not return self on __iter__, it was like this:
-
- class PreserveOrderMapStringStringIterator(object):
- ...
- def __iter__(self):
- return _common_types.PreserveOrderMapStringStringIterator___iter__(self)
-
-And that returned a new Python object.
-
-This fixes https://bugzilla.redhat.com/2330562 by avoiding a second iterator object.
-
-My SWIG skills are close to zero,
-perhaps this is not the best way to return self, but it seems to work.
-
-Upstream-Status: Backport
-(https://github.com/rpm-software-management/libdnf/commit/f3302a865b)
-
-Backport so that it works properly with Python 3.13.1.
-
-Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
-
----
- bindings/swig/common_types.i | 11 +++++++----
- bindings/swig/conf.i | 4 ----
- 2 files changed, 7 insertions(+), 8 deletions(-)
-
-diff --git a/bindings/swig/common_types.i b/bindings/swig/common_types.i
-index c9ae798a..a1f90d9e 100644
---- a/bindings/swig/common_types.i
-+++ b/bindings/swig/common_types.i
-@@ -63,10 +63,6 @@ template<class T>
- class Iterator {
- public:
- Iterator(typename T::iterator _cur, typename T::iterator _end) : cur(_cur), end(_end) {}
-- Iterator* __iter__()
-- {
-- return this;
-- }
-
- typename T::iterator cur;
- typename T::iterator end;
-@@ -165,3 +161,10 @@ EXTEND_TEMPLATE_PreserveOrderMapIterator(std::string, std::string)
- EXTEND_TEMPLATE_PreserveOrderMapIterator(std::string, libdnf::PreserveOrderMap<std::string, std::string>)
-
- %exception; // beware this resets all exception handlers if you import this file after defining any
-+
-+%pythoncode %{
-+def PreserveOrderMapStringStringIterator___iter__(self):
-+ return self
-+PreserveOrderMapStringStringIterator.__iter__ = PreserveOrderMapStringStringIterator___iter__
-+del PreserveOrderMapStringStringIterator___iter__
-+%}
-diff --git a/bindings/swig/conf.i b/bindings/swig/conf.i
-index b6a0ce88..2f77003f 100644
---- a/bindings/swig/conf.i
-+++ b/bindings/swig/conf.i
-@@ -71,10 +71,6 @@ template<class T>
- class Iterator {
- public:
- Iterator(typename T::iterator _cur, typename T::iterator _end) : cur(_cur), end(_end) {}
-- Iterator* __iter__()
-- {
-- return this;
-- }
-
- typename T::iterator cur;
- typename T::iterator end;
---
-2.39.5
-
diff --git a/meta/recipes-devtools/libdnf/libdnf/enable_test_data_dir_set.patch b/meta/recipes-devtools/libdnf/libdnf/enable_test_data_dir_set.patch
index 5620b51d4c..6fc05d9ff8 100644
--- a/meta/recipes-devtools/libdnf/libdnf/enable_test_data_dir_set.patch
+++ b/meta/recipes-devtools/libdnf/libdnf/enable_test_data_dir_set.patch
@@ -1,4 +1,4 @@
-From 05fff53c13fc5969e17f1e887b0b59bf0a088a6e Mon Sep 17 00:00:00 2001
+From 870f50ba4761317f2db018ac130a42087230dded Mon Sep 17 00:00:00 2001
From: Joe Slater <joe.slater@windriver.com>
Date: Wed, 22 Jul 2020 13:31:11 -0700
Subject: [PATCH] libdnf: allow reproducible binary builds
@@ -14,14 +14,14 @@ Signed-off-by: Joe Slater <joe.slater@windriver.com>
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 60c66e94..1459dfbf 100644
+index b1daacb..f461e54 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
-@@ -132,7 +132,12 @@ add_definitions(-DGETTEXT_DOMAIN=\\"libdnf\\")
- add_definitions(-DG_LOG_DOMAIN=\\"libdnf\\")
+@@ -131,7 +131,12 @@ add_definitions(-DGETTEXT_DOMAIN="libdnf")
+ add_definitions(-DG_LOG_DOMAIN="libdnf")
# tests
--add_definitions(-DTESTDATADIR=\\"${CMAKE_SOURCE_DIR}/data/tests\\")
+-add_definitions(-DTESTDATADIR="${CMAKE_SOURCE_DIR}/data/tests")
+if(NOT WITH_TESTS)
+ set(TEST_DATA_DIR "/notests")
+elseif(NOT DEFINED TEST_DATA_DIR)
@@ -31,3 +31,6 @@ index 60c66e94..1459dfbf 100644
# librhsm
if(ENABLE_RHSM_SUPPORT)
+--
+2.43.0
+
diff --git a/meta/recipes-devtools/libdnf/libdnf_0.73.4.bb b/meta/recipes-devtools/libdnf/libdnf_0.74.0.bb
similarity index 93%
rename from meta/recipes-devtools/libdnf/libdnf_0.73.4.bb
rename to meta/recipes-devtools/libdnf/libdnf_0.74.0.bb
index 5b9e734e82..5a2d4d9364 100644
--- a/meta/recipes-devtools/libdnf/libdnf_0.73.4.bb
+++ b/meta/recipes-devtools/libdnf/libdnf_0.74.0.bb
@@ -11,10 +11,9 @@ SRC_URI = "git://github.com/rpm-software-management/libdnf;branch=dnf-4-master;p
file://enable_test_data_dir_set.patch \
file://0001-drop-FindPythonInstDir.cmake.patch \
file://armarch.patch \
- file://0001-Fix-a-segfault-in-iterator-of-a-ConfigParser-section.patch \
"
-SRCREV = "79ed383cd5a822e6d8d9d549835383f5c5106204"
+SRCREV = "91a0bf9aada36a722855051526f012e0b5ab1af9"
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(?!4\.90)\d+(\.\d+)+)"
S = "${WORKDIR}/git"
--
2.43.0
^ permalink raw reply related [flat|nested] 41+ messages in thread* Re: [oe] [PATCH] libdnf: upgrade 0.73.4 -> 0.74.0
2025-03-31 9:11 ` [PATCH] libdnf: upgrade 0.73.4 -> 0.74.0 wangmy
@ 2025-03-31 14:30 ` Khem Raj
0 siblings, 0 replies; 41+ messages in thread
From: Khem Raj @ 2025-03-31 14:30 UTC (permalink / raw)
To: wangmy; +Cc: openembedded-devel
wrong ml. Send it to oe-core ml please
On Mon, Mar 31, 2025 at 2:12 AM wangmy via lists.openembedded.org
<wangmy=fujitsu.com@lists.openembedded.org> wrote:
>
> From: Wang Mingyu <wangmy@fujitsu.com>
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
> ...n-iterator-of-a-ConfigParser-section.patch | 84 -------------------
> .../libdnf/enable_test_data_dir_set.patch | 13 +--
> .../{libdnf_0.73.4.bb => libdnf_0.74.0.bb} | 3 +-
> 3 files changed, 9 insertions(+), 91 deletions(-)
> delete mode 100644 meta/recipes-devtools/libdnf/libdnf/0001-Fix-a-segfault-in-iterator-of-a-ConfigParser-section.patch
> rename meta/recipes-devtools/libdnf/{libdnf_0.73.4.bb => libdnf_0.74.0.bb} (93%)
>
> diff --git a/meta/recipes-devtools/libdnf/libdnf/0001-Fix-a-segfault-in-iterator-of-a-ConfigParser-section.patch b/meta/recipes-devtools/libdnf/libdnf/0001-Fix-a-segfault-in-iterator-of-a-ConfigParser-section.patch
> deleted file mode 100644
> index 1c62d02455..0000000000
> --- a/meta/recipes-devtools/libdnf/libdnf/0001-Fix-a-segfault-in-iterator-of-a-ConfigParser-section.patch
> +++ /dev/null
> @@ -1,84 +0,0 @@
> -From f3302a865b230e021e9defbcea978ed1290a9b2f Mon Sep 17 00:00:00 2001
> -From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= <miro@hroncok.cz>
> -Date: Fri, 6 Dec 2024 18:01:16 +0100
> -Subject: [PATCH] Fix a segfault in iterator of a ConfigParser section
> -
> -An iterator should return self on __iter__.
> -
> -So that this works:
> -
> - >>> it1 = iter(sectObj)
> - >>> it2 = iter(it1)
> - >>> it1 is it2
> - True
> -
> -Previously, this iterator did not return self on __iter__, it was like this:
> -
> - class PreserveOrderMapStringStringIterator(object):
> - ...
> - def __iter__(self):
> - return _common_types.PreserveOrderMapStringStringIterator___iter__(self)
> -
> -And that returned a new Python object.
> -
> -This fixes https://bugzilla.redhat.com/2330562 by avoiding a second iterator object.
> -
> -My SWIG skills are close to zero,
> -perhaps this is not the best way to return self, but it seems to work.
> -
> -Upstream-Status: Backport
> -(https://github.com/rpm-software-management/libdnf/commit/f3302a865b)
> -
> -Backport so that it works properly with Python 3.13.1.
> -
> -Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
> -
> ----
> - bindings/swig/common_types.i | 11 +++++++----
> - bindings/swig/conf.i | 4 ----
> - 2 files changed, 7 insertions(+), 8 deletions(-)
> -
> -diff --git a/bindings/swig/common_types.i b/bindings/swig/common_types.i
> -index c9ae798a..a1f90d9e 100644
> ---- a/bindings/swig/common_types.i
> -+++ b/bindings/swig/common_types.i
> -@@ -63,10 +63,6 @@ template<class T>
> - class Iterator {
> - public:
> - Iterator(typename T::iterator _cur, typename T::iterator _end) : cur(_cur), end(_end) {}
> -- Iterator* __iter__()
> -- {
> -- return this;
> -- }
> -
> - typename T::iterator cur;
> - typename T::iterator end;
> -@@ -165,3 +161,10 @@ EXTEND_TEMPLATE_PreserveOrderMapIterator(std::string, std::string)
> - EXTEND_TEMPLATE_PreserveOrderMapIterator(std::string, libdnf::PreserveOrderMap<std::string, std::string>)
> -
> - %exception; // beware this resets all exception handlers if you import this file after defining any
> -+
> -+%pythoncode %{
> -+def PreserveOrderMapStringStringIterator___iter__(self):
> -+ return self
> -+PreserveOrderMapStringStringIterator.__iter__ = PreserveOrderMapStringStringIterator___iter__
> -+del PreserveOrderMapStringStringIterator___iter__
> -+%}
> -diff --git a/bindings/swig/conf.i b/bindings/swig/conf.i
> -index b6a0ce88..2f77003f 100644
> ---- a/bindings/swig/conf.i
> -+++ b/bindings/swig/conf.i
> -@@ -71,10 +71,6 @@ template<class T>
> - class Iterator {
> - public:
> - Iterator(typename T::iterator _cur, typename T::iterator _end) : cur(_cur), end(_end) {}
> -- Iterator* __iter__()
> -- {
> -- return this;
> -- }
> -
> - typename T::iterator cur;
> - typename T::iterator end;
> ---
> -2.39.5
> -
> diff --git a/meta/recipes-devtools/libdnf/libdnf/enable_test_data_dir_set.patch b/meta/recipes-devtools/libdnf/libdnf/enable_test_data_dir_set.patch
> index 5620b51d4c..6fc05d9ff8 100644
> --- a/meta/recipes-devtools/libdnf/libdnf/enable_test_data_dir_set.patch
> +++ b/meta/recipes-devtools/libdnf/libdnf/enable_test_data_dir_set.patch
> @@ -1,4 +1,4 @@
> -From 05fff53c13fc5969e17f1e887b0b59bf0a088a6e Mon Sep 17 00:00:00 2001
> +From 870f50ba4761317f2db018ac130a42087230dded Mon Sep 17 00:00:00 2001
> From: Joe Slater <joe.slater@windriver.com>
> Date: Wed, 22 Jul 2020 13:31:11 -0700
> Subject: [PATCH] libdnf: allow reproducible binary builds
> @@ -14,14 +14,14 @@ Signed-off-by: Joe Slater <joe.slater@windriver.com>
> 1 file changed, 6 insertions(+), 1 deletion(-)
>
> diff --git a/CMakeLists.txt b/CMakeLists.txt
> -index 60c66e94..1459dfbf 100644
> +index b1daacb..f461e54 100644
> --- a/CMakeLists.txt
> +++ b/CMakeLists.txt
> -@@ -132,7 +132,12 @@ add_definitions(-DGETTEXT_DOMAIN=\\"libdnf\\")
> - add_definitions(-DG_LOG_DOMAIN=\\"libdnf\\")
> +@@ -131,7 +131,12 @@ add_definitions(-DGETTEXT_DOMAIN="libdnf")
> + add_definitions(-DG_LOG_DOMAIN="libdnf")
>
> # tests
> --add_definitions(-DTESTDATADIR=\\"${CMAKE_SOURCE_DIR}/data/tests\\")
> +-add_definitions(-DTESTDATADIR="${CMAKE_SOURCE_DIR}/data/tests")
> +if(NOT WITH_TESTS)
> + set(TEST_DATA_DIR "/notests")
> +elseif(NOT DEFINED TEST_DATA_DIR)
> @@ -31,3 +31,6 @@ index 60c66e94..1459dfbf 100644
>
> # librhsm
> if(ENABLE_RHSM_SUPPORT)
> +--
> +2.43.0
> +
> diff --git a/meta/recipes-devtools/libdnf/libdnf_0.73.4.bb b/meta/recipes-devtools/libdnf/libdnf_0.74.0.bb
> similarity index 93%
> rename from meta/recipes-devtools/libdnf/libdnf_0.73.4.bb
> rename to meta/recipes-devtools/libdnf/libdnf_0.74.0.bb
> index 5b9e734e82..5a2d4d9364 100644
> --- a/meta/recipes-devtools/libdnf/libdnf_0.73.4.bb
> +++ b/meta/recipes-devtools/libdnf/libdnf_0.74.0.bb
> @@ -11,10 +11,9 @@ SRC_URI = "git://github.com/rpm-software-management/libdnf;branch=dnf-4-master;p
> file://enable_test_data_dir_set.patch \
> file://0001-drop-FindPythonInstDir.cmake.patch \
> file://armarch.patch \
> - file://0001-Fix-a-segfault-in-iterator-of-a-ConfigParser-section.patch \
> "
>
> -SRCREV = "79ed383cd5a822e6d8d9d549835383f5c5106204"
> +SRCREV = "91a0bf9aada36a722855051526f012e0b5ab1af9"
> UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(?!4\.90)\d+(\.\d+)+)"
>
> S = "${WORKDIR}/git"
> --
> 2.43.0
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#116397): https://lists.openembedded.org/g/openembedded-devel/message/116397
> Mute This Topic: https://lists.openembedded.org/mt/112000730/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
^ permalink raw reply [flat|nested] 41+ messages in thread
* [oe] [meta-python] [PATCH] protobuf: upgrade 5.29.4 -> 6.30.1
2025-03-31 9:11 [oe] [meta-oe] [PATCH 01/26] ctags: upgrade 6.1.20250316.0 -> 6.1.20250330.0 wangmy
2025-03-31 9:11 ` [OE-core] [PATCH V2] dnf: upgrade 4.22.0 -> 4.23.0 wangmy
2025-03-31 9:11 ` [PATCH] libdnf: upgrade 0.73.4 -> 0.74.0 wangmy
@ 2025-03-31 9:11 ` wangmy
2025-03-31 11:02 ` Gyorgy Sarvari
2025-03-31 9:11 ` [oe] [meta-oe] [PATCH 02/26] opencl-clhpp: upgrade 2024.05.08 -> 2024.10.24 wangmy
` (24 subsequent siblings)
27 siblings, 1 reply; 41+ messages in thread
From: wangmy @ 2025-03-31 9:11 UTC (permalink / raw)
To: openembedded-devel; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
0001-examples-Makefile-respect-CXX-LDFLAGS-variables-fix-.patch
refreshed for 6.30.1
0001-utf8_range-add-version-marker-to-library-19009.patch
removed since it's included in 6.30.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
...e-respect-CXX-LDFLAGS-variables-fix-.patch | 8 ++--
...-add-version-marker-to-library-19009.patch | 43 -------------------
...{protobuf_5.29.4.bb => protobuf_6.30.1.bb} | 5 +--
3 files changed, 6 insertions(+), 50 deletions(-)
delete mode 100644 meta-oe/recipes-devtools/protobuf/protobuf/0001-utf8_range-add-version-marker-to-library-19009.patch
rename meta-oe/recipes-devtools/protobuf/{protobuf_5.29.4.bb => protobuf_6.30.1.bb} (97%)
diff --git a/meta-oe/recipes-devtools/protobuf/protobuf/0001-examples-Makefile-respect-CXX-LDFLAGS-variables-fix-.patch b/meta-oe/recipes-devtools/protobuf/protobuf/0001-examples-Makefile-respect-CXX-LDFLAGS-variables-fix-.patch
index 7a8906a9a4..77155af4ee 100644
--- a/meta-oe/recipes-devtools/protobuf/protobuf/0001-examples-Makefile-respect-CXX-LDFLAGS-variables-fix-.patch
+++ b/meta-oe/recipes-devtools/protobuf/protobuf/0001-examples-Makefile-respect-CXX-LDFLAGS-variables-fix-.patch
@@ -31,7 +31,7 @@ Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/examples/Makefile b/examples/Makefile
-index f7ee9b116..8cd1359e2 100644
+index 5290fdb..8cd1359 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -4,6 +4,8 @@
@@ -47,16 +47,16 @@ index f7ee9b116..8cd1359e2 100644
add_person_cpp: add_person.cc protoc_middleman
pkg-config --cflags protobuf # fails if protobuf is not installed
-- c++ -std=c++14 add_person.cc addressbook.pb.cc -o add_person_cpp `pkg-config --cflags --libs protobuf`
+- c++ add_person.cc addressbook.pb.cc -o add_person_cpp `pkg-config --cflags --libs protobuf`
+ $(CXX) $(CXXFLAGS) $(LDFLAGS) ../src/google/protobuf/.libs/timestamp.pb.o $(PROTOBUF) add_person.cc addressbook.pb.cc -o add_person_cpp
list_people_cpp: list_people.cc protoc_middleman
pkg-config --cflags protobuf # fails if protobuf is not installed
-- c++ -std=c++14 list_people.cc addressbook.pb.cc -o list_people_cpp `pkg-config --cflags --libs protobuf`
+- c++ list_people.cc addressbook.pb.cc -o list_people_cpp `pkg-config --cflags --libs protobuf`
+ $(CXX) $(CXXFLAGS) $(LDFLAGS) ../src/google/protobuf/.libs/timestamp.pb.o $(PROTOBUF) list_people.cc addressbook.pb.cc -o list_people_cpp
add_person_dart: add_person.dart protoc_middleman_dart
--
-2.25.1
+2.43.0
diff --git a/meta-oe/recipes-devtools/protobuf/protobuf/0001-utf8_range-add-version-marker-to-library-19009.patch b/meta-oe/recipes-devtools/protobuf/protobuf/0001-utf8_range-add-version-marker-to-library-19009.patch
deleted file mode 100644
index e58fdc1d19..0000000000
--- a/meta-oe/recipes-devtools/protobuf/protobuf/0001-utf8_range-add-version-marker-to-library-19009.patch
+++ /dev/null
@@ -1,43 +0,0 @@
-From fd020ef700dbf2d324aecd087b8fcb6ff329feb6 Mon Sep 17 00:00:00 2001
-From: Jan Engelhardt <jengelh@inai.de>
-Date: Thu, 21 Nov 2024 11:30:17 -0800
-Subject: [PATCH] utf8_range: add version marker to library (#19009)
-
-Unversioned libraries / libraries without due ABI indicators are not allowed in certain Linux distributions because it precludes the concurrent presence of multiple versions.
-
-If you have both /usr/lib/libprotobuf-lite.so.28.3.0 and /usr/lib/libprotobuf-lite.so.29.0.0, both of them want libutf8_validity.so, but if the ABI is different between utf8_range 28 and utf8_range 29, that's a problem.
-
-Closes #19009
-
-COPYBARA_INTEGRATE_REVIEW=https://github.com/protocolbuffers/protobuf/pull/19009 from jengelh:master 1a5f8682be2f2b84da07fcdd32474baae8088959
-PiperOrigin-RevId: 698855702
-
-Upstream-Status: Backport [https://github.com/protocolbuffers/protobuf/commit/ced605d0e6a7ad20985375b596b2ca6720e07737]
-Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
----
- third_party/utf8_range/CMakeLists.txt | 9 +++++++++
- 1 file changed, 9 insertions(+)
-
-diff --git a/third_party/utf8_range/CMakeLists.txt b/third_party/utf8_range/CMakeLists.txt
-index 4276b97290..e054893c63 100644
---- a/third_party/utf8_range/CMakeLists.txt
-+++ b/third_party/utf8_range/CMakeLists.txt
-@@ -19,6 +19,15 @@ add_library (utf8_range
- # A heavier-weight C++ wrapper that supports Abseil.
- add_library (utf8_validity utf8_validity.cc utf8_range.c)
-
-+set_target_properties(utf8_range PROPERTIES
-+ VERSION ${protobuf_VERSION}
-+ OUTPUT_NAME ${LIB_PREFIX}utf8_range
-+)
-+set_target_properties(utf8_validity PROPERTIES
-+ VERSION ${protobuf_VERSION}
-+ OUTPUT_NAME ${LIB_PREFIX}utf8_validity
-+)
-+
- # Load Abseil dependency.
- if (NOT TARGET absl::strings)
- if (NOT ABSL_ROOT_DIR)
---
-2.34.1
-
diff --git a/meta-oe/recipes-devtools/protobuf/protobuf_5.29.4.bb b/meta-oe/recipes-devtools/protobuf/protobuf_6.30.1.bb
similarity index 97%
rename from meta-oe/recipes-devtools/protobuf/protobuf_5.29.4.bb
rename to meta-oe/recipes-devtools/protobuf/protobuf_6.30.1.bb
index 30b805e6b1..c3e701b5d3 100644
--- a/meta-oe/recipes-devtools/protobuf/protobuf_5.29.4.bb
+++ b/meta-oe/recipes-devtools/protobuf/protobuf_6.30.1.bb
@@ -14,13 +14,12 @@ LIC_FILES_CHKSUM = " \
DEPENDS = "zlib abseil-cpp jsoncpp"
DEPENDS:append:class-target = " protobuf-native"
-SRCREV = "1be1c9d0ea6efa2a25bd7b76186844d1669be78a"
+SRCREV = "0d815c5b74281f081c1ee4b431a4d5bbb1615c97"
-SRC_URI = "git://github.com/protocolbuffers/protobuf.git;branch=29.x;protocol=https \
+SRC_URI = "git://github.com/protocolbuffers/protobuf.git;branch=30.x;protocol=https \
file://run-ptest \
file://0001-examples-Makefile-respect-CXX-LDFLAGS-variables-fix-.patch \
file://0001-fix-protobuf-native-build-failure-with-gcc-10.patch \
- file://0001-utf8_range-add-version-marker-to-library-19009.patch \
"
SRC_URI:append:mipsarcho32:toolchain-clang = " file://0001-Fix-build-on-mips-clang.patch "
--
2.43.0
^ permalink raw reply related [flat|nested] 41+ messages in thread* Re: [oe] [meta-python] [PATCH] protobuf: upgrade 5.29.4 -> 6.30.1
2025-03-31 9:11 ` [oe] [meta-python] [PATCH] protobuf: upgrade 5.29.4 -> 6.30.1 wangmy
@ 2025-03-31 11:02 ` Gyorgy Sarvari
0 siblings, 0 replies; 41+ messages in thread
From: Gyorgy Sarvari @ 2025-03-31 11:02 UTC (permalink / raw)
To: wangmy, openembedded-devel
This was just discussed a few days ago[1] that it should stay on 5.29,
because it's LTS. Or did something change about this?
[1]:
https://patchwork.yoctoproject.org/project/oe/patch/1742964890-10872-1-git-send-email-wangmy@fujitsu.com/
On 3/31/25 11:11, wangmy via lists.openembedded.org wrote:
> From: Wang Mingyu <wangmy@fujitsu.com>
>
> 0001-examples-Makefile-respect-CXX-LDFLAGS-variables-fix-.patch
> refreshed for 6.30.1
>
> 0001-utf8_range-add-version-marker-to-library-19009.patch
> removed since it's included in 6.30.1
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
> ...e-respect-CXX-LDFLAGS-variables-fix-.patch | 8 ++--
> ...-add-version-marker-to-library-19009.patch | 43 -------------------
> ...{protobuf_5.29.4.bb => protobuf_6.30.1.bb} | 5 +--
> 3 files changed, 6 insertions(+), 50 deletions(-)
> delete mode 100644 meta-oe/recipes-devtools/protobuf/protobuf/0001-utf8_range-add-version-marker-to-library-19009.patch
> rename meta-oe/recipes-devtools/protobuf/{protobuf_5.29.4.bb => protobuf_6.30.1.bb} (97%)
>
> diff --git a/meta-oe/recipes-devtools/protobuf/protobuf/0001-examples-Makefile-respect-CXX-LDFLAGS-variables-fix-.patch b/meta-oe/recipes-devtools/protobuf/protobuf/0001-examples-Makefile-respect-CXX-LDFLAGS-variables-fix-.patch
> index 7a8906a9a4..77155af4ee 100644
> --- a/meta-oe/recipes-devtools/protobuf/protobuf/0001-examples-Makefile-respect-CXX-LDFLAGS-variables-fix-.patch
> +++ b/meta-oe/recipes-devtools/protobuf/protobuf/0001-examples-Makefile-respect-CXX-LDFLAGS-variables-fix-.patch
> @@ -31,7 +31,7 @@ Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
> 1 file changed, 4 insertions(+), 2 deletions(-)
>
> diff --git a/examples/Makefile b/examples/Makefile
> -index f7ee9b116..8cd1359e2 100644
> +index 5290fdb..8cd1359 100644
> --- a/examples/Makefile
> +++ b/examples/Makefile
> @@ -4,6 +4,8 @@
> @@ -47,16 +47,16 @@ index f7ee9b116..8cd1359e2 100644
>
> add_person_cpp: add_person.cc protoc_middleman
> pkg-config --cflags protobuf # fails if protobuf is not installed
> -- c++ -std=c++14 add_person.cc addressbook.pb.cc -o add_person_cpp `pkg-config --cflags --libs protobuf`
> +- c++ add_person.cc addressbook.pb.cc -o add_person_cpp `pkg-config --cflags --libs protobuf`
> + $(CXX) $(CXXFLAGS) $(LDFLAGS) ../src/google/protobuf/.libs/timestamp.pb.o $(PROTOBUF) add_person.cc addressbook.pb.cc -o add_person_cpp
>
> list_people_cpp: list_people.cc protoc_middleman
> pkg-config --cflags protobuf # fails if protobuf is not installed
> -- c++ -std=c++14 list_people.cc addressbook.pb.cc -o list_people_cpp `pkg-config --cflags --libs protobuf`
> +- c++ list_people.cc addressbook.pb.cc -o list_people_cpp `pkg-config --cflags --libs protobuf`
> + $(CXX) $(CXXFLAGS) $(LDFLAGS) ../src/google/protobuf/.libs/timestamp.pb.o $(PROTOBUF) list_people.cc addressbook.pb.cc -o list_people_cpp
>
> add_person_dart: add_person.dart protoc_middleman_dart
>
> --
> -2.25.1
> +2.43.0
>
> diff --git a/meta-oe/recipes-devtools/protobuf/protobuf/0001-utf8_range-add-version-marker-to-library-19009.patch b/meta-oe/recipes-devtools/protobuf/protobuf/0001-utf8_range-add-version-marker-to-library-19009.patch
> deleted file mode 100644
> index e58fdc1d19..0000000000
> --- a/meta-oe/recipes-devtools/protobuf/protobuf/0001-utf8_range-add-version-marker-to-library-19009.patch
> +++ /dev/null
> @@ -1,43 +0,0 @@
> -From fd020ef700dbf2d324aecd087b8fcb6ff329feb6 Mon Sep 17 00:00:00 2001
> -From: Jan Engelhardt <jengelh@inai.de>
> -Date: Thu, 21 Nov 2024 11:30:17 -0800
> -Subject: [PATCH] utf8_range: add version marker to library (#19009)
> -
> -Unversioned libraries / libraries without due ABI indicators are not allowed in certain Linux distributions because it precludes the concurrent presence of multiple versions.
> -
> -If you have both /usr/lib/libprotobuf-lite.so.28.3.0 and /usr/lib/libprotobuf-lite.so.29.0.0, both of them want libutf8_validity.so, but if the ABI is different between utf8_range 28 and utf8_range 29, that's a problem.
> -
> -Closes #19009
> -
> -COPYBARA_INTEGRATE_REVIEW=https://github.com/protocolbuffers/protobuf/pull/19009 from jengelh:master 1a5f8682be2f2b84da07fcdd32474baae8088959
> -PiperOrigin-RevId: 698855702
> -
> -Upstream-Status: Backport [https://github.com/protocolbuffers/protobuf/commit/ced605d0e6a7ad20985375b596b2ca6720e07737]
> -Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
> ----
> - third_party/utf8_range/CMakeLists.txt | 9 +++++++++
> - 1 file changed, 9 insertions(+)
> -
> -diff --git a/third_party/utf8_range/CMakeLists.txt b/third_party/utf8_range/CMakeLists.txt
> -index 4276b97290..e054893c63 100644
> ---- a/third_party/utf8_range/CMakeLists.txt
> -+++ b/third_party/utf8_range/CMakeLists.txt
> -@@ -19,6 +19,15 @@ add_library (utf8_range
> - # A heavier-weight C++ wrapper that supports Abseil.
> - add_library (utf8_validity utf8_validity.cc utf8_range.c)
> -
> -+set_target_properties(utf8_range PROPERTIES
> -+ VERSION ${protobuf_VERSION}
> -+ OUTPUT_NAME ${LIB_PREFIX}utf8_range
> -+)
> -+set_target_properties(utf8_validity PROPERTIES
> -+ VERSION ${protobuf_VERSION}
> -+ OUTPUT_NAME ${LIB_PREFIX}utf8_validity
> -+)
> -+
> - # Load Abseil dependency.
> - if (NOT TARGET absl::strings)
> - if (NOT ABSL_ROOT_DIR)
> ---
> -2.34.1
> -
> diff --git a/meta-oe/recipes-devtools/protobuf/protobuf_5.29.4.bb b/meta-oe/recipes-devtools/protobuf/protobuf_6.30.1.bb
> similarity index 97%
> rename from meta-oe/recipes-devtools/protobuf/protobuf_5.29.4.bb
> rename to meta-oe/recipes-devtools/protobuf/protobuf_6.30.1.bb
> index 30b805e6b1..c3e701b5d3 100644
> --- a/meta-oe/recipes-devtools/protobuf/protobuf_5.29.4.bb
> +++ b/meta-oe/recipes-devtools/protobuf/protobuf_6.30.1.bb
> @@ -14,13 +14,12 @@ LIC_FILES_CHKSUM = " \
> DEPENDS = "zlib abseil-cpp jsoncpp"
> DEPENDS:append:class-target = " protobuf-native"
>
> -SRCREV = "1be1c9d0ea6efa2a25bd7b76186844d1669be78a"
> +SRCREV = "0d815c5b74281f081c1ee4b431a4d5bbb1615c97"
>
> -SRC_URI = "git://github.com/protocolbuffers/protobuf.git;branch=29.x;protocol=https \
> +SRC_URI = "git://github.com/protocolbuffers/protobuf.git;branch=30.x;protocol=https \
> file://run-ptest \
> file://0001-examples-Makefile-respect-CXX-LDFLAGS-variables-fix-.patch \
> file://0001-fix-protobuf-native-build-failure-with-gcc-10.patch \
> - file://0001-utf8_range-add-version-marker-to-library-19009.patch \
> "
> SRC_URI:append:mipsarcho32:toolchain-clang = " file://0001-Fix-build-on-mips-clang.patch "
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#116400): https://lists.openembedded.org/g/openembedded-devel/message/116400
> Mute This Topic: https://lists.openembedded.org/mt/112000733/6084445
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [skandigraun@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
^ permalink raw reply [flat|nested] 41+ messages in thread
* [oe] [meta-oe] [PATCH 02/26] opencl-clhpp: upgrade 2024.05.08 -> 2024.10.24
2025-03-31 9:11 [oe] [meta-oe] [PATCH 01/26] ctags: upgrade 6.1.20250316.0 -> 6.1.20250330.0 wangmy
` (2 preceding siblings ...)
2025-03-31 9:11 ` [oe] [meta-python] [PATCH] protobuf: upgrade 5.29.4 -> 6.30.1 wangmy
@ 2025-03-31 9:11 ` wangmy
2025-03-31 22:00 ` Khem Raj
2025-03-31 9:11 ` [oe] [meta-oe] [PATCH 03/26] parallel: upgrade 20250222 -> 20250322 wangmy
` (23 subsequent siblings)
27 siblings, 1 reply; 41+ messages in thread
From: wangmy @ 2025-03-31 9:11 UTC (permalink / raw)
To: openembedded-devel; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../{opencl-clhpp_2024.05.08.bb => opencl-clhpp_2024.10.24.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-oe/recipes-core/opencl/{opencl-clhpp_2024.05.08.bb => opencl-clhpp_2024.10.24.bb} (91%)
diff --git a/meta-oe/recipes-core/opencl/opencl-clhpp_2024.05.08.bb b/meta-oe/recipes-core/opencl/opencl-clhpp_2024.10.24.bb
similarity index 91%
rename from meta-oe/recipes-core/opencl/opencl-clhpp_2024.05.08.bb
rename to meta-oe/recipes-core/opencl/opencl-clhpp_2024.10.24.bb
index 25e7fd633f..b815c22eec 100644
--- a/meta-oe/recipes-core/opencl/opencl-clhpp_2024.05.08.bb
+++ b/meta-oe/recipes-core/opencl/opencl-clhpp_2024.10.24.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
DEPENDS = "opencl-headers"
-SRCREV = "0bdbbfe5ecda42cff50c96cc5e33527f42fcbd45"
+SRCREV = "c7b4aded1cab9560b226041dd962f63375a9a384"
SRC_URI = "git://github.com/KhronosGroup/OpenCL-CLHPP.git;protocol=https;branch=main"
--
2.43.0
^ permalink raw reply related [flat|nested] 41+ messages in thread* Re: [oe] [meta-oe] [PATCH 02/26] opencl-clhpp: upgrade 2024.05.08 -> 2024.10.24
2025-03-31 9:11 ` [oe] [meta-oe] [PATCH 02/26] opencl-clhpp: upgrade 2024.05.08 -> 2024.10.24 wangmy
@ 2025-03-31 22:00 ` Khem Raj
0 siblings, 0 replies; 41+ messages in thread
From: Khem Raj @ 2025-03-31 22:00 UTC (permalink / raw)
To: wangmy; +Cc: openembedded-devel
This regresses clpeak recipe build see
https://errors.yoctoproject.org/Errors/Details/850187/
On Mon, Mar 31, 2025 at 2:12 AM wangmy via lists.openembedded.org
<wangmy=fujitsu.com@lists.openembedded.org> wrote:
>
> From: Wang Mingyu <wangmy@fujitsu.com>
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
> .../{opencl-clhpp_2024.05.08.bb => opencl-clhpp_2024.10.24.bb} | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> rename meta-oe/recipes-core/opencl/{opencl-clhpp_2024.05.08.bb => opencl-clhpp_2024.10.24.bb} (91%)
>
> diff --git a/meta-oe/recipes-core/opencl/opencl-clhpp_2024.05.08.bb b/meta-oe/recipes-core/opencl/opencl-clhpp_2024.10.24.bb
> similarity index 91%
> rename from meta-oe/recipes-core/opencl/opencl-clhpp_2024.05.08.bb
> rename to meta-oe/recipes-core/opencl/opencl-clhpp_2024.10.24.bb
> index 25e7fd633f..b815c22eec 100644
> --- a/meta-oe/recipes-core/opencl/opencl-clhpp_2024.05.08.bb
> +++ b/meta-oe/recipes-core/opencl/opencl-clhpp_2024.10.24.bb
> @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
>
> DEPENDS = "opencl-headers"
>
> -SRCREV = "0bdbbfe5ecda42cff50c96cc5e33527f42fcbd45"
> +SRCREV = "c7b4aded1cab9560b226041dd962f63375a9a384"
>
> SRC_URI = "git://github.com/KhronosGroup/OpenCL-CLHPP.git;protocol=https;branch=main"
>
> --
> 2.43.0
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#116398): https://lists.openembedded.org/g/openembedded-devel/message/116398
> Mute This Topic: https://lists.openembedded.org/mt/112000731/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
^ permalink raw reply [flat|nested] 41+ messages in thread
* [oe] [meta-oe] [PATCH 03/26] parallel: upgrade 20250222 -> 20250322
2025-03-31 9:11 [oe] [meta-oe] [PATCH 01/26] ctags: upgrade 6.1.20250316.0 -> 6.1.20250330.0 wangmy
` (3 preceding siblings ...)
2025-03-31 9:11 ` [oe] [meta-oe] [PATCH 02/26] opencl-clhpp: upgrade 2024.05.08 -> 2024.10.24 wangmy
@ 2025-03-31 9:11 ` wangmy
2025-03-31 9:11 ` [oe] [meta-python] [PATCH 04/26] python3-alembic: upgrade 1.15.1 -> 1.15.2 wangmy
` (22 subsequent siblings)
27 siblings, 0 replies; 41+ messages in thread
From: wangmy @ 2025-03-31 9:11 UTC (permalink / raw)
To: openembedded-devel; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../parallel/{parallel_20250222.bb => parallel_20250322.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-oe/recipes-extended/parallel/{parallel_20250222.bb => parallel_20250322.bb} (93%)
diff --git a/meta-oe/recipes-extended/parallel/parallel_20250222.bb b/meta-oe/recipes-extended/parallel/parallel_20250322.bb
similarity index 93%
rename from meta-oe/recipes-extended/parallel/parallel_20250222.bb
rename to meta-oe/recipes-extended/parallel/parallel_20250322.bb
index cb6068f6d6..8767f2946b 100644
--- a/meta-oe/recipes-extended/parallel/parallel_20250222.bb
+++ b/meta-oe/recipes-extended/parallel/parallel_20250322.bb
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = " \
"
SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.bz2"
-SRC_URI[sha256sum] = "d05ab27e0dd14e3bf253dbae18e7894717ce834193336c9a8eb26081305dbbf7"
+SRC_URI[sha256sum] = "c82896e779b18c2a157527f32f35de9a6d984f8b8ebad2b41dbc78c33adbaabe"
inherit autotools bash-completion
--
2.43.0
^ permalink raw reply related [flat|nested] 41+ messages in thread* [oe] [meta-python] [PATCH 04/26] python3-alembic: upgrade 1.15.1 -> 1.15.2
2025-03-31 9:11 [oe] [meta-oe] [PATCH 01/26] ctags: upgrade 6.1.20250316.0 -> 6.1.20250330.0 wangmy
` (4 preceding siblings ...)
2025-03-31 9:11 ` [oe] [meta-oe] [PATCH 03/26] parallel: upgrade 20250222 -> 20250322 wangmy
@ 2025-03-31 9:11 ` wangmy
2025-03-31 9:11 ` [oe] [meta-python] [PATCH 05/26] python3-apiflask: upgrade 2.3.2 -> 2.4.0 wangmy
` (21 subsequent siblings)
27 siblings, 0 replies; 41+ messages in thread
From: wangmy @ 2025-03-31 9:11 UTC (permalink / raw)
To: openembedded-devel; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../{python3-alembic_1.15.1.bb => python3-alembic_1.15.2.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-python/recipes-devtools/python/{python3-alembic_1.15.1.bb => python3-alembic_1.15.2.bb} (80%)
diff --git a/meta-python/recipes-devtools/python/python3-alembic_1.15.1.bb b/meta-python/recipes-devtools/python/python3-alembic_1.15.2.bb
similarity index 80%
rename from meta-python/recipes-devtools/python/python3-alembic_1.15.1.bb
rename to meta-python/recipes-devtools/python/python3-alembic_1.15.2.bb
index 1ce840336b..49bf054ecd 100644
--- a/meta-python/recipes-devtools/python/python3-alembic_1.15.1.bb
+++ b/meta-python/recipes-devtools/python/python3-alembic_1.15.2.bb
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=d2ee18d90dcc02d96b76e9e953629936"
inherit pypi python_setuptools_build_meta
-SRC_URI[sha256sum] = "e1a1c738577bca1f27e68728c910cd389b9a92152ff91d902da649c192e30c49"
+SRC_URI[sha256sum] = "1c72391bbdeffccfe317eefba686cb9a3c078005478885413b95c3b26c57a8a7"
RDEPENDS:${PN} += "\
python3-dateutil \
--
2.43.0
^ permalink raw reply related [flat|nested] 41+ messages in thread* [oe] [meta-python] [PATCH 05/26] python3-apiflask: upgrade 2.3.2 -> 2.4.0
2025-03-31 9:11 [oe] [meta-oe] [PATCH 01/26] ctags: upgrade 6.1.20250316.0 -> 6.1.20250330.0 wangmy
` (5 preceding siblings ...)
2025-03-31 9:11 ` [oe] [meta-python] [PATCH 04/26] python3-alembic: upgrade 1.15.1 -> 1.15.2 wangmy
@ 2025-03-31 9:11 ` wangmy
2025-03-31 9:11 ` [oe] [meta-python] [PATCH 06/26] python3-argcomplete: upgrade 3.6.0 -> 3.6.1 wangmy
` (20 subsequent siblings)
27 siblings, 0 replies; 41+ messages in thread
From: wangmy @ 2025-03-31 9:11 UTC (permalink / raw)
To: openembedded-devel; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../{python3-apiflask_2.3.2.bb => python3-apiflask_2.4.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-python/recipes-devtools/python/{python3-apiflask_2.3.2.bb => python3-apiflask_2.4.0.bb} (83%)
diff --git a/meta-python/recipes-devtools/python/python3-apiflask_2.3.2.bb b/meta-python/recipes-devtools/python/python3-apiflask_2.4.0.bb
similarity index 83%
rename from meta-python/recipes-devtools/python/python3-apiflask_2.3.2.bb
rename to meta-python/recipes-devtools/python/python3-apiflask_2.4.0.bb
index 489d6be69a..96eb1f2f9d 100644
--- a/meta-python/recipes-devtools/python/python3-apiflask_2.3.2.bb
+++ b/meta-python/recipes-devtools/python/python3-apiflask_2.4.0.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=5f89d1b0dec37448d4f4163dc3c40e64"
inherit pypi python_setuptools_build_meta
-SRC_URI[sha256sum] = "4b18ccdcc335a9ae8cd85701662d92c879339bf439b45fa7c85fca76c9588619"
+SRC_URI[sha256sum] = "b7894741cdea90013276873cdf635d5150e1deb3fe20d02d429866af960f275f"
RDEPENDS:${PN} += "\
python3-apispec \
--
2.43.0
^ permalink raw reply related [flat|nested] 41+ messages in thread* [oe] [meta-python] [PATCH 06/26] python3-argcomplete: upgrade 3.6.0 -> 3.6.1
2025-03-31 9:11 [oe] [meta-oe] [PATCH 01/26] ctags: upgrade 6.1.20250316.0 -> 6.1.20250330.0 wangmy
` (6 preceding siblings ...)
2025-03-31 9:11 ` [oe] [meta-python] [PATCH 05/26] python3-apiflask: upgrade 2.3.2 -> 2.4.0 wangmy
@ 2025-03-31 9:11 ` wangmy
2025-03-31 9:11 ` [oe] [meta-python] [PATCH 07/26] python3-cmake: upgrade 3.31.6 -> 4.0.0 wangmy
` (19 subsequent siblings)
27 siblings, 0 replies; 41+ messages in thread
From: wangmy @ 2025-03-31 9:11 UTC (permalink / raw)
To: openembedded-devel; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
...ython3-argcomplete_3.6.0.bb => python3-argcomplete_3.6.1.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-python/recipes-devtools/python/{python3-argcomplete_3.6.0.bb => python3-argcomplete_3.6.1.bb} (84%)
diff --git a/meta-python/recipes-devtools/python/python3-argcomplete_3.6.0.bb b/meta-python/recipes-devtools/python/python3-argcomplete_3.6.1.bb
similarity index 84%
rename from meta-python/recipes-devtools/python/python3-argcomplete_3.6.0.bb
rename to meta-python/recipes-devtools/python/python3-argcomplete_3.6.1.bb
index f87ca4d925..18befcb3b8 100644
--- a/meta-python/recipes-devtools/python/python3-argcomplete_3.6.0.bb
+++ b/meta-python/recipes-devtools/python/python3-argcomplete_3.6.1.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/kislyuk/argcomplete"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=2ee41112a44fe7014dce33e26468ba93"
-SRC_URI[sha256sum] = "2e4e42ec0ba2fff54b0d244d0b1623e86057673e57bafe72dda59c64bd5dee8b"
+SRC_URI[sha256sum] = "927531c2fbaa004979f18c2316f6ffadcfc5cc2de15ae2624dfe65deaf60e14f"
PYPI_PACKAGE = "argcomplete"
--
2.43.0
^ permalink raw reply related [flat|nested] 41+ messages in thread* [oe] [meta-python] [PATCH 07/26] python3-cmake: upgrade 3.31.6 -> 4.0.0
2025-03-31 9:11 [oe] [meta-oe] [PATCH 01/26] ctags: upgrade 6.1.20250316.0 -> 6.1.20250330.0 wangmy
` (7 preceding siblings ...)
2025-03-31 9:11 ` [oe] [meta-python] [PATCH 06/26] python3-argcomplete: upgrade 3.6.0 -> 3.6.1 wangmy
@ 2025-03-31 9:11 ` wangmy
2025-03-31 9:11 ` [oe] [meta-python] [PATCH 08/26] python3-dbus-fast: upgrade 2.39.6 -> 2.43.0 wangmy
` (18 subsequent siblings)
27 siblings, 0 replies; 41+ messages in thread
From: wangmy @ 2025-03-31 9:11 UTC (permalink / raw)
To: openembedded-devel; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../python/{python3-cmake_3.31.6.bb => python3-cmake_4.0.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-python/recipes-devtools/python/{python3-cmake_3.31.6.bb => python3-cmake_4.0.0.bb} (91%)
diff --git a/meta-python/recipes-devtools/python/python3-cmake_3.31.6.bb b/meta-python/recipes-devtools/python/python3-cmake_4.0.0.bb
similarity index 91%
rename from meta-python/recipes-devtools/python/python3-cmake_3.31.6.bb
rename to meta-python/recipes-devtools/python/python3-cmake_4.0.0.bb
index 67e19aa151..b2450cd46f 100644
--- a/meta-python/recipes-devtools/python/python3-cmake_3.31.6.bb
+++ b/meta-python/recipes-devtools/python/python3-cmake_4.0.0.bb
@@ -11,7 +11,7 @@ PYPI_PACKAGE = "cmake"
PYPI_ARCHIVE_NAME_PREFIX = "pypi-"
inherit pypi python_setuptools_build_meta
-SRC_URI[sha256sum] = "8edddfbf367fa1bcf4b9f3064470bc0e1022f70609c0cf69c863961897826205"
+SRC_URI[sha256sum] = "b929ab7d2ebd6b9a81018b0248ea75edb3dc4ad69367e8c75fb0f6774bb6e962"
SRC_URI += " \
file://CMakeLists.txt \
--
2.43.0
^ permalink raw reply related [flat|nested] 41+ messages in thread* [oe] [meta-python] [PATCH 08/26] python3-dbus-fast: upgrade 2.39.6 -> 2.43.0
2025-03-31 9:11 [oe] [meta-oe] [PATCH 01/26] ctags: upgrade 6.1.20250316.0 -> 6.1.20250330.0 wangmy
` (8 preceding siblings ...)
2025-03-31 9:11 ` [oe] [meta-python] [PATCH 07/26] python3-cmake: upgrade 3.31.6 -> 4.0.0 wangmy
@ 2025-03-31 9:11 ` wangmy
2025-03-31 9:11 ` [oe] [meta-python] [PATCH 09/26] python3-djangorestframework: upgrade 3.15.2 -> 3.16.0 wangmy
` (17 subsequent siblings)
27 siblings, 0 replies; 41+ messages in thread
From: wangmy @ 2025-03-31 9:11 UTC (permalink / raw)
To: openembedded-devel; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
...{python3-dbus-fast_2.39.6.bb => python3-dbus-fast_2.43.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-python/recipes-devtools/python/{python3-dbus-fast_2.39.6.bb => python3-dbus-fast_2.43.0.bb} (83%)
diff --git a/meta-python/recipes-devtools/python/python3-dbus-fast_2.39.6.bb b/meta-python/recipes-devtools/python/python3-dbus-fast_2.43.0.bb
similarity index 83%
rename from meta-python/recipes-devtools/python/python3-dbus-fast_2.39.6.bb
rename to meta-python/recipes-devtools/python/python3-dbus-fast_2.43.0.bb
index 3ca220b72e..c6d4d6427a 100644
--- a/meta-python/recipes-devtools/python/python3-dbus-fast_2.39.6.bb
+++ b/meta-python/recipes-devtools/python/python3-dbus-fast_2.43.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/bluetooth-devices/dbus-fast"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=729e372b5ea0168438e4fd4a00a04947"
-SRC_URI[sha256sum] = "fc3349ffea522d137d856f8967129dd4b87394c0bf8b8b1648295c5eb0a457fe"
+SRC_URI[sha256sum] = "c4968dd6e8c15c27a307a0b3c90347ab1eb7a0787d189e65896d404eb1c0728f"
PYPI_PACKAGE = "dbus_fast"
UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
--
2.43.0
^ permalink raw reply related [flat|nested] 41+ messages in thread* [oe] [meta-python] [PATCH 09/26] python3-djangorestframework: upgrade 3.15.2 -> 3.16.0
2025-03-31 9:11 [oe] [meta-oe] [PATCH 01/26] ctags: upgrade 6.1.20250316.0 -> 6.1.20250330.0 wangmy
` (9 preceding siblings ...)
2025-03-31 9:11 ` [oe] [meta-python] [PATCH 08/26] python3-dbus-fast: upgrade 2.39.6 -> 2.43.0 wangmy
@ 2025-03-31 9:11 ` wangmy
2025-03-31 9:11 ` [oe] [meta-python] [PATCH 10/26] python3-expandvars: upgrade 0.12.0 -> 1.0.0 wangmy
` (16 subsequent siblings)
27 siblings, 0 replies; 41+ messages in thread
From: wangmy @ 2025-03-31 9:11 UTC (permalink / raw)
To: openembedded-devel; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
...ramework_3.15.2.bb => python3-djangorestframework_3.16.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-python/recipes-devtools/python/{python3-djangorestframework_3.15.2.bb => python3-djangorestframework_3.16.0.bb} (79%)
diff --git a/meta-python/recipes-devtools/python/python3-djangorestframework_3.15.2.bb b/meta-python/recipes-devtools/python/python3-djangorestframework_3.16.0.bb
similarity index 79%
rename from meta-python/recipes-devtools/python/python3-djangorestframework_3.15.2.bb
rename to meta-python/recipes-devtools/python/python3-djangorestframework_3.16.0.bb
index 047aba137b..ed9a09c59e 100644
--- a/meta-python/recipes-devtools/python/python3-djangorestframework_3.15.2.bb
+++ b/meta-python/recipes-devtools/python/python3-djangorestframework_3.16.0.bb
@@ -5,7 +5,7 @@ HOMEPAGE = "https://pypi.python.org/pypi/djangorestframework"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=7879a5a716147a784f7e524c9cf103c1"
-SRC_URI[sha256sum] = "36fe88cd2d6c6bec23dca9804bab2ba5517a8bb9d8f47ebc68981b56840107ad"
+SRC_URI[sha256sum] = "f022ff46613584de994c0c6a4aebbace5fd700555fbe9d33b865ebf173eba6c9"
PYPI_PACKAGE = "djangorestframework"
--
2.43.0
^ permalink raw reply related [flat|nested] 41+ messages in thread* [oe] [meta-python] [PATCH 10/26] python3-expandvars: upgrade 0.12.0 -> 1.0.0
2025-03-31 9:11 [oe] [meta-oe] [PATCH 01/26] ctags: upgrade 6.1.20250316.0 -> 6.1.20250330.0 wangmy
` (10 preceding siblings ...)
2025-03-31 9:11 ` [oe] [meta-python] [PATCH 09/26] python3-djangorestframework: upgrade 3.15.2 -> 3.16.0 wangmy
@ 2025-03-31 9:11 ` wangmy
2025-03-31 9:11 ` [oe] [meta-python] [PATCH 11/26] python3-humanize: upgrade 4.12.1 -> 4.12.2 wangmy
` (15 subsequent siblings)
27 siblings, 0 replies; 41+ messages in thread
From: wangmy @ 2025-03-31 9:11 UTC (permalink / raw)
To: openembedded-devel; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
...python3-expandvars_0.12.0.bb => python3-expandvars_1.0.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-python/recipes-devtools/python/{python3-expandvars_0.12.0.bb => python3-expandvars_1.0.0.bb} (76%)
diff --git a/meta-python/recipes-devtools/python/python3-expandvars_0.12.0.bb b/meta-python/recipes-devtools/python/python3-expandvars_1.0.0.bb
similarity index 76%
rename from meta-python/recipes-devtools/python/python3-expandvars_0.12.0.bb
rename to meta-python/recipes-devtools/python/python3-expandvars_1.0.0.bb
index 6183c310ed..6741bc3826 100644
--- a/meta-python/recipes-devtools/python/python3-expandvars_0.12.0.bb
+++ b/meta-python/recipes-devtools/python/python3-expandvars_1.0.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/sayanarijit/expandvars"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=8b2e744064bd184728ac09dbfb52aaf4"
-SRC_URI[sha256sum] = "7d1adfa55728cf4b5d812ece3d087703faea953e0c0a1a78415de9df5024d844"
+SRC_URI[sha256sum] = "f04070b8260264185f81142cd85e5df9ceef7229e836c5844302c4ccfa00c30d"
inherit pypi python_hatchling python_setuptools_build_meta
--
2.43.0
^ permalink raw reply related [flat|nested] 41+ messages in thread* [oe] [meta-python] [PATCH 11/26] python3-humanize: upgrade 4.12.1 -> 4.12.2
2025-03-31 9:11 [oe] [meta-oe] [PATCH 01/26] ctags: upgrade 6.1.20250316.0 -> 6.1.20250330.0 wangmy
` (11 preceding siblings ...)
2025-03-31 9:11 ` [oe] [meta-python] [PATCH 10/26] python3-expandvars: upgrade 0.12.0 -> 1.0.0 wangmy
@ 2025-03-31 9:11 ` wangmy
2025-03-31 9:11 ` [oe] [meta-python] [PATCH 12/26] python3-icu: upgrade 2.14 -> 2.15 wangmy
` (14 subsequent siblings)
27 siblings, 0 replies; 41+ messages in thread
From: wangmy @ 2025-03-31 9:11 UTC (permalink / raw)
To: openembedded-devel; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../{python3-humanize_4.12.1.bb => python3-humanize_4.12.2.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-python/recipes-devtools/python/{python3-humanize_4.12.1.bb => python3-humanize_4.12.2.bb} (82%)
diff --git a/meta-python/recipes-devtools/python/python3-humanize_4.12.1.bb b/meta-python/recipes-devtools/python/python3-humanize_4.12.2.bb
similarity index 82%
rename from meta-python/recipes-devtools/python/python3-humanize_4.12.1.bb
rename to meta-python/recipes-devtools/python/python3-humanize_4.12.2.bb
index ef2a5dabcd..d5dddce857 100644
--- a/meta-python/recipes-devtools/python/python3-humanize_4.12.1.bb
+++ b/meta-python/recipes-devtools/python/python3-humanize_4.12.2.bb
@@ -5,7 +5,7 @@ SECTION = "devel/python"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENCE;md5=4ecc42519e84f6f3e23529464df7bd1d"
-SRC_URI[sha256sum] = "1338ba97415c96556758a6e2f65977ed406dddf4620d4c6db9bbdfd07f0f1232"
+SRC_URI[sha256sum] = "ce0715740e9caacc982bb89098182cf8ded3552693a433311c6a4ce6f4e12a2c"
inherit pypi python_hatchling
--
2.43.0
^ permalink raw reply related [flat|nested] 41+ messages in thread* [oe] [meta-python] [PATCH 12/26] python3-icu: upgrade 2.14 -> 2.15
2025-03-31 9:11 [oe] [meta-oe] [PATCH 01/26] ctags: upgrade 6.1.20250316.0 -> 6.1.20250330.0 wangmy
` (12 preceding siblings ...)
2025-03-31 9:11 ` [oe] [meta-python] [PATCH 11/26] python3-humanize: upgrade 4.12.1 -> 4.12.2 wangmy
@ 2025-03-31 9:11 ` wangmy
2025-03-31 9:11 ` [oe] [meta-python] [PATCH 13/26] python3-inline-snapshot: upgrade 0.20.8 -> 0.21.1 wangmy
` (13 subsequent siblings)
27 siblings, 0 replies; 41+ messages in thread
From: wangmy @ 2025-03-31 9:11 UTC (permalink / raw)
To: openembedded-devel; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../python/{python3-icu_2.14.bb => python3-icu_2.15.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-python/recipes-devtools/python/{python3-icu_2.14.bb => python3-icu_2.15.bb} (87%)
diff --git a/meta-python/recipes-devtools/python/python3-icu_2.14.bb b/meta-python/recipes-devtools/python/python3-icu_2.15.bb
similarity index 87%
rename from meta-python/recipes-devtools/python/python3-icu_2.14.bb
rename to meta-python/recipes-devtools/python/python3-icu_2.15.bb
index 25d5925538..f404538537 100644
--- a/meta-python/recipes-devtools/python/python3-icu_2.14.bb
+++ b/meta-python/recipes-devtools/python/python3-icu_2.15.bb
@@ -10,7 +10,7 @@ DEPENDS += "icu"
PYPI_PACKAGE = "PyICU"
UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
-SRC_URI[sha256sum] = "acc7eb92bd5c554ed577249c6978450a4feda0aa6f01470152b3a7b382a02132"
+SRC_URI[sha256sum] = "241bf4e73851524af67fea5d94ff60bac83dd98ce3ef6fd6f2c00e07e8476c87"
SRC_URI += "file://0001-Fix-host-contamination-of-include-files.patch"
--
2.43.0
^ permalink raw reply related [flat|nested] 41+ messages in thread* [oe] [meta-python] [PATCH 13/26] python3-inline-snapshot: upgrade 0.20.8 -> 0.21.1
2025-03-31 9:11 [oe] [meta-oe] [PATCH 01/26] ctags: upgrade 6.1.20250316.0 -> 6.1.20250330.0 wangmy
` (13 preceding siblings ...)
2025-03-31 9:11 ` [oe] [meta-python] [PATCH 12/26] python3-icu: upgrade 2.14 -> 2.15 wangmy
@ 2025-03-31 9:11 ` wangmy
2025-03-31 9:11 ` [oe] [meta-python] [PATCH 14/26] python3-libusb1: upgrade 3.3.0 -> 3.3.1 wangmy
` (12 subsequent siblings)
27 siblings, 0 replies; 41+ messages in thread
From: wangmy @ 2025-03-31 9:11 UTC (permalink / raw)
To: openembedded-devel; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
...ine-snapshot_0.20.8.bb => python3-inline-snapshot_0.21.1.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-python/recipes-devtools/python/{python3-inline-snapshot_0.20.8.bb => python3-inline-snapshot_0.21.1.bb} (88%)
diff --git a/meta-python/recipes-devtools/python/python3-inline-snapshot_0.20.8.bb b/meta-python/recipes-devtools/python/python3-inline-snapshot_0.21.1.bb
similarity index 88%
rename from meta-python/recipes-devtools/python/python3-inline-snapshot_0.20.8.bb
rename to meta-python/recipes-devtools/python/python3-inline-snapshot_0.21.1.bb
index 9b63a40fa6..eb22ec5a3f 100644
--- a/meta-python/recipes-devtools/python/python3-inline-snapshot_0.20.8.bb
+++ b/meta-python/recipes-devtools/python/python3-inline-snapshot_0.21.1.bb
@@ -4,7 +4,7 @@ LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=7a35eb90dfdf03953dd2074d0fdba1d4"
DEPENDS = "python3-hatchling-native"
-SRC_URI[sha256sum] = "52373c15b63097215d1136f292962553f325a5e966957b489fe4326d6fbc77c0"
+SRC_URI[sha256sum] = "00416168403740b439d5030f7a769373375a5ebe718cbbf25f909b9b89c505ca"
inherit pypi python_hatchling
--
2.43.0
^ permalink raw reply related [flat|nested] 41+ messages in thread* [oe] [meta-python] [PATCH 14/26] python3-libusb1: upgrade 3.3.0 -> 3.3.1
2025-03-31 9:11 [oe] [meta-oe] [PATCH 01/26] ctags: upgrade 6.1.20250316.0 -> 6.1.20250330.0 wangmy
` (14 preceding siblings ...)
2025-03-31 9:11 ` [oe] [meta-python] [PATCH 13/26] python3-inline-snapshot: upgrade 0.20.8 -> 0.21.1 wangmy
@ 2025-03-31 9:11 ` wangmy
2025-03-31 9:11 ` [oe] [meta-python] [PATCH 15/26] python3-moteus: upgrade 0.3.76 -> 0.3.78 wangmy
` (11 subsequent siblings)
27 siblings, 0 replies; 41+ messages in thread
From: wangmy @ 2025-03-31 9:11 UTC (permalink / raw)
To: openembedded-devel; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../{python3-libusb1_3.3.0.bb => python3-libusb1_3.3.1.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-python/recipes-devtools/python/{python3-libusb1_3.3.0.bb => python3-libusb1_3.3.1.bb} (79%)
diff --git a/meta-python/recipes-devtools/python/python3-libusb1_3.3.0.bb b/meta-python/recipes-devtools/python/python3-libusb1_3.3.1.bb
similarity index 79%
rename from meta-python/recipes-devtools/python/python3-libusb1_3.3.0.bb
rename to meta-python/recipes-devtools/python/python3-libusb1_3.3.1.bb
index 78480cfa81..1c2d60e6b8 100644
--- a/meta-python/recipes-devtools/python/python3-libusb1_3.3.0.bb
+++ b/meta-python/recipes-devtools/python/python3-libusb1_3.3.1.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = " \
file://COPYING.LESSER;md5=4fbd65380cdd255951079008b364516c \
"
-SRC_URI[sha256sum] = "b642aa518689f8e053f61955cba274e72bc8d0794c65d7990745aaae90dfc8a1"
+SRC_URI[sha256sum] = "3951d360f2daf0e0eacf839e15d2d1d2f4f5e7830231eb3188eeffef2dd17bad"
RDEPENDS:${PN} = "libusb1"
--
2.43.0
^ permalink raw reply related [flat|nested] 41+ messages in thread* [oe] [meta-python] [PATCH 15/26] python3-moteus: upgrade 0.3.76 -> 0.3.78
2025-03-31 9:11 [oe] [meta-oe] [PATCH 01/26] ctags: upgrade 6.1.20250316.0 -> 6.1.20250330.0 wangmy
` (15 preceding siblings ...)
2025-03-31 9:11 ` [oe] [meta-python] [PATCH 14/26] python3-libusb1: upgrade 3.3.0 -> 3.3.1 wangmy
@ 2025-03-31 9:11 ` wangmy
2025-03-31 9:11 ` [oe] [meta-python] [PATCH 16/26] python3-nanobind: upgrade 2.5.0 -> 2.6.1 wangmy
` (10 subsequent siblings)
27 siblings, 0 replies; 41+ messages in thread
From: wangmy @ 2025-03-31 9:11 UTC (permalink / raw)
To: openembedded-devel; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../{python3-moteus_0.3.76.bb => python3-moteus_0.3.78.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-python/recipes-devtools/python/{python3-moteus_0.3.76.bb => python3-moteus_0.3.78.bb} (82%)
diff --git a/meta-python/recipes-devtools/python/python3-moteus_0.3.76.bb b/meta-python/recipes-devtools/python/python3-moteus_0.3.78.bb
similarity index 82%
rename from meta-python/recipes-devtools/python/python3-moteus_0.3.76.bb
rename to meta-python/recipes-devtools/python/python3-moteus_0.3.78.bb
index b86b0ded02..9e42e1796c 100644
--- a/meta-python/recipes-devtools/python/python3-moteus_0.3.76.bb
+++ b/meta-python/recipes-devtools/python/python3-moteus_0.3.78.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://setup.py;beginline=3;endline=9;md5=24025d3c660abfc62a
inherit pypi setuptools3
-SRC_URI[sha256sum] = "acc10f7ffe34b6fcb2f1e767d6fb63a1bc0107dbbbd054fca8c2ac5b499de0f7"
+SRC_URI[sha256sum] = "9cf58e748b847708e04e362991fc04c11861624a81e1a73a2773b0f1e0e11ab7"
S = "${WORKDIR}/moteus-${PV}"
--
2.43.0
^ permalink raw reply related [flat|nested] 41+ messages in thread* [oe] [meta-python] [PATCH 16/26] python3-nanobind: upgrade 2.5.0 -> 2.6.1
2025-03-31 9:11 [oe] [meta-oe] [PATCH 01/26] ctags: upgrade 6.1.20250316.0 -> 6.1.20250330.0 wangmy
` (16 preceding siblings ...)
2025-03-31 9:11 ` [oe] [meta-python] [PATCH 15/26] python3-moteus: upgrade 0.3.76 -> 0.3.78 wangmy
@ 2025-03-31 9:11 ` wangmy
2025-03-31 9:11 ` [oe] [meta-python] [PATCH 17/26] python3-prettytable: upgrade 3.15.1 -> 3.16.0 wangmy
` (9 subsequent siblings)
27 siblings, 0 replies; 41+ messages in thread
From: wangmy @ 2025-03-31 9:11 UTC (permalink / raw)
To: openembedded-devel; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../{python3-nanobind_2.5.0.bb => python3-nanobind_2.6.1.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-python/recipes-devtools/python/{python3-nanobind_2.5.0.bb => python3-nanobind_2.6.1.bb} (89%)
diff --git a/meta-python/recipes-devtools/python/python3-nanobind_2.5.0.bb b/meta-python/recipes-devtools/python/python3-nanobind_2.6.1.bb
similarity index 89%
rename from meta-python/recipes-devtools/python/python3-nanobind_2.5.0.bb
rename to meta-python/recipes-devtools/python/python3-nanobind_2.6.1.bb
index e37421caaa..a48c17c57c 100644
--- a/meta-python/recipes-devtools/python/python3-nanobind_2.5.0.bb
+++ b/meta-python/recipes-devtools/python/python3-nanobind_2.6.1.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "https://github.com/wjakob/nanobind"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=7646f9ee25e49eaf53f89a10665c568c"
-SRC_URI[sha256sum] = "cc8412e94acffa20a369191382bcdbb6fbfb302e475e87cacff9516d51023a15"
+SRC_URI[sha256sum] = "e05c6816a844aa699e46408add3bff8c743af9fd3d38eafa307a73633fddf94e"
inherit pypi python_setuptools_build_meta cmake lib_package
--
2.43.0
^ permalink raw reply related [flat|nested] 41+ messages in thread* [oe] [meta-python] [PATCH 17/26] python3-prettytable: upgrade 3.15.1 -> 3.16.0
2025-03-31 9:11 [oe] [meta-oe] [PATCH 01/26] ctags: upgrade 6.1.20250316.0 -> 6.1.20250330.0 wangmy
` (17 preceding siblings ...)
2025-03-31 9:11 ` [oe] [meta-python] [PATCH 16/26] python3-nanobind: upgrade 2.5.0 -> 2.6.1 wangmy
@ 2025-03-31 9:11 ` wangmy
2025-03-31 9:11 ` [oe] [meta-python] [PATCH 18/26] python3-propcache: upgrade 0.3.0 -> 0.3.1 wangmy
` (8 subsequent siblings)
27 siblings, 0 replies; 41+ messages in thread
From: wangmy @ 2025-03-31 9:11 UTC (permalink / raw)
To: openembedded-devel; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
...hon3-prettytable_3.15.1.bb => python3-prettytable_3.16.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-python/recipes-devtools/python/{python3-prettytable_3.15.1.bb => python3-prettytable_3.16.0.bb} (90%)
diff --git a/meta-python/recipes-devtools/python/python3-prettytable_3.15.1.bb b/meta-python/recipes-devtools/python/python3-prettytable_3.16.0.bb
similarity index 90%
rename from meta-python/recipes-devtools/python/python3-prettytable_3.15.1.bb
rename to meta-python/recipes-devtools/python/python3-prettytable_3.16.0.bb
index f5ed6564df..abb13bb890 100644
--- a/meta-python/recipes-devtools/python/python3-prettytable_3.15.1.bb
+++ b/meta-python/recipes-devtools/python/python3-prettytable_3.16.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://code.google.com/p/prettytable"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=c9a6829fcd174d9535b46211917c7671"
-SRC_URI[sha256sum] = "f0edb38060cb9161b2417939bfd5cd9877da73388fb19d1e8bf7987e8558896e"
+SRC_URI[sha256sum] = "3c64b31719d961bf69c9a7e03d0c1e477320906a98da63952bc6698d6164ff57"
inherit pypi ptest-python-pytest python_hatchling
--
2.43.0
^ permalink raw reply related [flat|nested] 41+ messages in thread* [oe] [meta-python] [PATCH 18/26] python3-propcache: upgrade 0.3.0 -> 0.3.1
2025-03-31 9:11 [oe] [meta-oe] [PATCH 01/26] ctags: upgrade 6.1.20250316.0 -> 6.1.20250330.0 wangmy
` (18 preceding siblings ...)
2025-03-31 9:11 ` [oe] [meta-python] [PATCH 17/26] python3-prettytable: upgrade 3.15.1 -> 3.16.0 wangmy
@ 2025-03-31 9:11 ` wangmy
2025-03-31 9:11 ` [oe] [meta-python] [PATCH 19/26] python3-pyasn1-modules: upgrade 0.4.1 -> 0.4.2 wangmy
` (7 subsequent siblings)
27 siblings, 0 replies; 41+ messages in thread
From: wangmy @ 2025-03-31 9:11 UTC (permalink / raw)
To: openembedded-devel; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../{python3-propcache_0.3.0.bb => python3-propcache_0.3.1.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-python/recipes-devtools/python/{python3-propcache_0.3.0.bb => python3-propcache_0.3.1.bb} (82%)
diff --git a/meta-python/recipes-devtools/python/python3-propcache_0.3.0.bb b/meta-python/recipes-devtools/python/python3-propcache_0.3.1.bb
similarity index 82%
rename from meta-python/recipes-devtools/python/python3-propcache_0.3.0.bb
rename to meta-python/recipes-devtools/python/python3-propcache_0.3.1.bb
index adb424a169..24b72f09c3 100644
--- a/meta-python/recipes-devtools/python/python3-propcache_0.3.0.bb
+++ b/meta-python/recipes-devtools/python/python3-propcache_0.3.1.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/aio-libs/propcache"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
-SRC_URI[sha256sum] = "a8fd93de4e1d278046345f49e2238cdb298589325849b2645d4a94c53faeffc5"
+SRC_URI[sha256sum] = "40d980c33765359098837527e18eddefc9a24cea5b45e078a7f3bb5b032c6ecf"
inherit pypi python_setuptools_build_meta ptest-python-pytest cython
--
2.43.0
^ permalink raw reply related [flat|nested] 41+ messages in thread* [oe] [meta-python] [PATCH 19/26] python3-pyasn1-modules: upgrade 0.4.1 -> 0.4.2
2025-03-31 9:11 [oe] [meta-oe] [PATCH 01/26] ctags: upgrade 6.1.20250316.0 -> 6.1.20250330.0 wangmy
` (19 preceding siblings ...)
2025-03-31 9:11 ` [oe] [meta-python] [PATCH 18/26] python3-propcache: upgrade 0.3.0 -> 0.3.1 wangmy
@ 2025-03-31 9:11 ` wangmy
2025-03-31 9:11 ` [oe] [meta-python] [PATCH 20/26] python3-pycodestyle: upgrade 2.12.1 -> 2.13.0 wangmy
` (6 subsequent siblings)
27 siblings, 0 replies; 41+ messages in thread
From: wangmy @ 2025-03-31 9:11 UTC (permalink / raw)
To: openembedded-devel; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
0001-Stop-using-pyasn1.compat.octets.patch
removed since it's included in 0.4.2
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
...0001-Stop-using-pyasn1.compat.octets.patch | 171 ------------------
...4.1.bb => python3-pyasn1-modules_0.4.2.bb} | 3 +-
2 files changed, 1 insertion(+), 173 deletions(-)
delete mode 100644 meta-python/recipes-devtools/python/python3-pyasn1-modules/0001-Stop-using-pyasn1.compat.octets.patch
rename meta-python/recipes-devtools/python/{python3-pyasn1-modules_0.4.1.bb => python3-pyasn1-modules_0.4.2.bb} (80%)
diff --git a/meta-python/recipes-devtools/python/python3-pyasn1-modules/0001-Stop-using-pyasn1.compat.octets.patch b/meta-python/recipes-devtools/python/python3-pyasn1-modules/0001-Stop-using-pyasn1.compat.octets.patch
deleted file mode 100644
index d9751b7187..0000000000
--- a/meta-python/recipes-devtools/python/python3-pyasn1-modules/0001-Stop-using-pyasn1.compat.octets.patch
+++ /dev/null
@@ -1,171 +0,0 @@
-From d20c89d017a572755484b1bc41eac20285e68550 Mon Sep 17 00:00:00 2001
-From: Heiko Becker <mail@heiko-becker.de>
-Date: Wed, 25 Sep 2024 22:38:42 +0200
-Subject: [PATCH] Stop using pyasn1.compat.octets
-
-It was removed from pyasn1 in
-https://github.com/pyasn1/pyasn1/commit/6f770ba886a8931c35cb090a5c3a6d67f5a41bd9
-
-Fixes #19.
-
-Upstream-Status: Submitted [https://github.com/pyasn1/pyasn1-modules/pull/22]
-Signed-off-by: Khem Raj <raj.khem@gmail.com>
----
- tests/test_pem.py | 3 +--
- tests/test_rfc3770.py | 3 +--
- tests/test_rfc4073.py | 3 +--
- tests/test_rfc4334.py | 3 +--
- tests/test_rfc5755.py | 3 +--
- tests/test_rfc6032.py | 7 +++----
- tests/test_rfc6120.py | 1 -
- 7 files changed, 8 insertions(+), 15 deletions(-)
-
-diff --git a/tests/test_pem.py b/tests/test_pem.py
-index dbcca5a..e0fe334 100644
---- a/tests/test_pem.py
-+++ b/tests/test_pem.py
-@@ -7,7 +7,6 @@
- import sys
- import unittest
-
--from pyasn1.compat.octets import ints2octs
- from pyasn1_modules import pem
-
-
-@@ -93,7 +92,7 @@ GGbx7DI=
- 24, 102, 241, 236, 50
- ]
-
-- self.assertEqual(ints2octs(expected), binary)
-+ self.assertEqual(bytes(expected), binary)
-
-
- suite = unittest.TestLoader().loadTestsFromModule(sys.modules[__name__])
-diff --git a/tests/test_rfc3770.py b/tests/test_rfc3770.py
-index 667ab24..93d4093 100644
---- a/tests/test_rfc3770.py
-+++ b/tests/test_rfc3770.py
-@@ -10,7 +10,6 @@ import unittest
-
- from pyasn1.codec.der.decoder import decode as der_decoder
- from pyasn1.codec.der.encoder import encode as der_encoder
--from pyasn1.compat.octets import str2octs
-
- from pyasn1_modules import pem
- from pyasn1_modules import rfc5480
-@@ -79,7 +78,7 @@ DAlVlhox680Jxy5J8Pkx
- self.assertEqual(extn['extnValue'], der_encoder(extnValue))
-
- if extn['extnID'] == rfc3770.id_pe_wlanSSID:
-- self.assertIn(str2octs('Example'), extnValue)
-+ self.assertIn(b'Example', extnValue)
-
- if extn['extnID'] == rfc5280.id_ce_extKeyUsage:
- self.assertIn(rfc3770.id_kp_eapOverLAN, extnValue)
-diff --git a/tests/test_rfc4073.py b/tests/test_rfc4073.py
-index 4bd5e5f..3b516cc 100644
---- a/tests/test_rfc4073.py
-+++ b/tests/test_rfc4073.py
-@@ -10,7 +10,6 @@ import unittest
-
- from pyasn1.codec.der.decoder import decode as der_decoder
- from pyasn1.codec.der.encoder import encode as der_encoder
--from pyasn1.compat.octets import str2octs
-
- from pyasn1_modules import pem
- from pyasn1_modules import rfc2634
-@@ -131,7 +130,7 @@ buWO3egPDL8Kf7tBhzjIKLw=
-
- self.assertIn(next_ci['contentType'], rfc5652.cmsContentTypesMap)
- self.assertEqual(rfc5652.id_data, next_ci['contentType'])
-- self.assertIn(str2octs('Content-Type: text'), next_ci['content'])
-+ self.assertIn(b'Content-Type: text', next_ci['content'])
-
- for attr in ci['content']['attrs']:
- self.assertIn(attr['attrType'], rfc5652.cmsAttributesMap)
-diff --git a/tests/test_rfc4334.py b/tests/test_rfc4334.py
-index 9ba5fdf..e180d67 100644
---- a/tests/test_rfc4334.py
-+++ b/tests/test_rfc4334.py
-@@ -10,7 +10,6 @@ import unittest
-
- from pyasn1.codec.der.decoder import decode as der_decoder
- from pyasn1.codec.der.encoder import encode as der_encoder
--from pyasn1.compat.octets import str2octs
-
- from pyasn1_modules import pem
- from pyasn1_modules import rfc5280
-@@ -67,7 +66,7 @@ DAlVlhox680Jxy5J8Pkx
- self.assertEqual(extn['extnValue'], der_encoder(extnValue))
-
- if extn['extnID'] == rfc4334.id_pe_wlanSSID:
-- self.assertIn( str2octs('Example'), extnValue)
-+ self.assertIn(b'Example', extnValue)
-
- if extn['extnID'] == rfc5280.id_ce_extKeyUsage:
- self.assertIn(rfc4334.id_kp_eapOverLAN, extnValue)
-diff --git a/tests/test_rfc5755.py b/tests/test_rfc5755.py
-index cf4a05f..46908e2 100644
---- a/tests/test_rfc5755.py
-+++ b/tests/test_rfc5755.py
-@@ -10,7 +10,6 @@ import unittest
-
- from pyasn1.codec.der.decoder import decode as der_decoder
- from pyasn1.codec.der.encoder import encode as der_encoder
--from pyasn1.compat.octets import str2octs
-
- from pyasn1_modules import pem
- from pyasn1_modules import rfc5280
-@@ -85,7 +84,7 @@ Q4eikPk4LQey
- count += 1
- if attr['type'] == rfc5755.id_aca_authenticationInfo:
- self.assertEqual(
-- str2octs('password'), attr['values'][0]['authInfo'])
-+ b'password', attr['values'][0]['authInfo'])
-
- self.assertEqual(5, count)
-
-diff --git a/tests/test_rfc6032.py b/tests/test_rfc6032.py
-index 287bad8..2327416 100644
---- a/tests/test_rfc6032.py
-+++ b/tests/test_rfc6032.py
-@@ -10,7 +10,6 @@ import unittest
-
- from pyasn1.codec.der.decoder import decode as der_decoder
- from pyasn1.codec.der.encoder import encode as der_encoder
--from pyasn1.compat.octets import str2octs
-
- from pyasn1_modules import pem
- from pyasn1_modules import rfc5652
-@@ -64,7 +63,7 @@ YIZIAWUCAQVCMRAEDnB0Zi1rZGMtODEyMzc0
- self.assertFalse(rest)
- self.assertTrue(keyid.prettyPrint())
- self.assertEqual(attrVal0, der_encoder(keyid))
-- self.assertEqual(str2octs('ptf-kdc-812374'), keyid)
-+ self.assertEqual(b'ptf-kdc-812374', keyid)
-
- def testOpenTypes(self):
- substrate = pem.readBase64fromText(self.encrypted_key_pkg_pem_text)
-@@ -86,8 +85,8 @@ YIZIAWUCAQVCMRAEDnB0Zi1rZGMtODEyMzc0
- self.assertNotEqual('0x', attr['attrValues'][0].prettyPrint()[:2])
-
- if attr['attrType'] == rfc6032.id_aa_KP_contentDecryptKeyID:
-- self.assertEqual(str2octs(
-- 'ptf-kdc-812374'), attr['attrValues'][0])
-+ self.assertEqual(
-+ b'ptf-kdc-812374', attr['attrValues'][0])
-
-
- suite = unittest.TestLoader().loadTestsFromModule(sys.modules[__name__])
-diff --git a/tests/test_rfc6120.py b/tests/test_rfc6120.py
-index bdedab8..a621745 100644
---- a/tests/test_rfc6120.py
-+++ b/tests/test_rfc6120.py
-@@ -10,7 +10,6 @@ import unittest
-
- from pyasn1.codec.der.decoder import decode as der_decoder
- from pyasn1.codec.der.encoder import encode as der_encoder
--from pyasn1.compat.octets import str2octs
-
- from pyasn1_modules import pem
- from pyasn1_modules import rfc5280
diff --git a/meta-python/recipes-devtools/python/python3-pyasn1-modules_0.4.1.bb b/meta-python/recipes-devtools/python/python3-pyasn1-modules_0.4.2.bb
similarity index 80%
rename from meta-python/recipes-devtools/python/python3-pyasn1-modules_0.4.1.bb
rename to meta-python/recipes-devtools/python/python3-pyasn1-modules_0.4.2.bb
index 0ef2eaa1da..e21bf4427f 100644
--- a/meta-python/recipes-devtools/python/python3-pyasn1-modules_0.4.1.bb
+++ b/meta-python/recipes-devtools/python/python3-pyasn1-modules_0.4.2.bb
@@ -6,8 +6,7 @@ HOMEPAGE = "https://github.com/etingof/pyasn1-modules"
LICENSE = "BSD-2-Clause"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=190f79253908c986e6cacf380c3a5f6d"
-SRC_URI += "file://0001-Stop-using-pyasn1.compat.octets.patch"
-SRC_URI[sha256sum] = "c28e2dbf9c06ad61c71a075c7e0f9fd0f1b0bb2d2ad4377f240d33ac2ab60a7c"
+SRC_URI[sha256sum] = "677091de870a80aae844b1ca6134f54652fa2c8c5a52aa396440ac3106e941e6"
PYPI_PACKAGE = "pyasn1_modules"
UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
--
2.43.0
^ permalink raw reply related [flat|nested] 41+ messages in thread* [oe] [meta-python] [PATCH 20/26] python3-pycodestyle: upgrade 2.12.1 -> 2.13.0
2025-03-31 9:11 [oe] [meta-oe] [PATCH 01/26] ctags: upgrade 6.1.20250316.0 -> 6.1.20250330.0 wangmy
` (20 preceding siblings ...)
2025-03-31 9:11 ` [oe] [meta-python] [PATCH 19/26] python3-pyasn1-modules: upgrade 0.4.1 -> 0.4.2 wangmy
@ 2025-03-31 9:11 ` wangmy
2025-03-31 9:11 ` [oe] [meta-python] [PATCH 21/26] python3-pyflakes: upgrade 3.2.0 -> 3.3.1 wangmy
` (5 subsequent siblings)
27 siblings, 0 replies; 41+ messages in thread
From: wangmy @ 2025-03-31 9:11 UTC (permalink / raw)
To: openembedded-devel; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
...hon3-pycodestyle_2.12.1.bb => python3-pycodestyle_2.13.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-python/recipes-devtools/python/{python3-pycodestyle_2.12.1.bb => python3-pycodestyle_2.13.0.bb} (76%)
diff --git a/meta-python/recipes-devtools/python/python3-pycodestyle_2.12.1.bb b/meta-python/recipes-devtools/python/python3-pycodestyle_2.13.0.bb
similarity index 76%
rename from meta-python/recipes-devtools/python/python3-pycodestyle_2.12.1.bb
rename to meta-python/recipes-devtools/python/python3-pycodestyle_2.13.0.bb
index 9572d21f3b..f690d97b94 100644
--- a/meta-python/recipes-devtools/python/python3-pycodestyle_2.12.1.bb
+++ b/meta-python/recipes-devtools/python/python3-pycodestyle_2.13.0.bb
@@ -4,7 +4,7 @@ LICENSE = "MIT"
SECTION = "devel/python"
LIC_FILES_CHKSUM = "file://LICENSE;md5=a8546d0e77f416fb05a26acd89c8b3bd"
-SRC_URI[sha256sum] = "6838eae08bbce4f6accd5d5572075c63626a15ee3e6f842df996bf62f6d73521"
+SRC_URI[sha256sum] = "c8415bf09abe81d9c7f872502a6eee881fbe85d8763dd5b9924bb0a01d67efae"
inherit pypi setuptools3
--
2.43.0
^ permalink raw reply related [flat|nested] 41+ messages in thread* [oe] [meta-python] [PATCH 21/26] python3-pyflakes: upgrade 3.2.0 -> 3.3.1
2025-03-31 9:11 [oe] [meta-oe] [PATCH 01/26] ctags: upgrade 6.1.20250316.0 -> 6.1.20250330.0 wangmy
` (21 preceding siblings ...)
2025-03-31 9:11 ` [oe] [meta-python] [PATCH 20/26] python3-pycodestyle: upgrade 2.12.1 -> 2.13.0 wangmy
@ 2025-03-31 9:11 ` wangmy
2025-03-31 9:11 ` [oe] [meta-python] [PATCH 22/26] python3-pymisp: upgrade 2.5.8.1 -> 2.5.9 wangmy
` (4 subsequent siblings)
27 siblings, 0 replies; 41+ messages in thread
From: wangmy @ 2025-03-31 9:11 UTC (permalink / raw)
To: openembedded-devel; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../{python3-pyflakes_3.2.0.bb => python3-pyflakes_3.3.1.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-python/recipes-devtools/python/{python3-pyflakes_3.2.0.bb => python3-pyflakes_3.3.1.bb} (73%)
diff --git a/meta-python/recipes-devtools/python/python3-pyflakes_3.2.0.bb b/meta-python/recipes-devtools/python/python3-pyflakes_3.3.1.bb
similarity index 73%
rename from meta-python/recipes-devtools/python/python3-pyflakes_3.2.0.bb
rename to meta-python/recipes-devtools/python/python3-pyflakes_3.3.1.bb
index b7ee20ebe4..4051ec6802 100644
--- a/meta-python/recipes-devtools/python/python3-pyflakes_3.2.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pyflakes_3.3.1.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/PyCQA/pyflakes"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=690c2d09203dc9e07c4083fc45ea981f"
-SRC_URI[sha256sum] = "1c61603ff154621fb2a9172037d84dca3500def8c8b630657d1701f026f8af3f"
+SRC_URI[sha256sum] = "8752eee11d4ef3a4be642d774863047864b47406cba906fabf8dd892cf98d5b3"
inherit pypi setuptools3
--
2.43.0
^ permalink raw reply related [flat|nested] 41+ messages in thread* [oe] [meta-python] [PATCH 22/26] python3-pymisp: upgrade 2.5.8.1 -> 2.5.9
2025-03-31 9:11 [oe] [meta-oe] [PATCH 01/26] ctags: upgrade 6.1.20250316.0 -> 6.1.20250330.0 wangmy
` (22 preceding siblings ...)
2025-03-31 9:11 ` [oe] [meta-python] [PATCH 21/26] python3-pyflakes: upgrade 3.2.0 -> 3.3.1 wangmy
@ 2025-03-31 9:11 ` wangmy
2025-03-31 9:11 ` [oe] [meta-python] [PATCH 23/26] python3-sqlalchemy: upgrade 2.0.39 -> 2.0.40 wangmy
` (3 subsequent siblings)
27 siblings, 0 replies; 41+ messages in thread
From: wangmy @ 2025-03-31 9:11 UTC (permalink / raw)
To: openembedded-devel; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../{python3-pymisp_2.5.8.1.bb => python3-pymisp_2.5.9.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-python/recipes-devtools/python/{python3-pymisp_2.5.8.1.bb => python3-pymisp_2.5.9.bb} (85%)
diff --git a/meta-python/recipes-devtools/python/python3-pymisp_2.5.8.1.bb b/meta-python/recipes-devtools/python/python3-pymisp_2.5.9.bb
similarity index 85%
rename from meta-python/recipes-devtools/python/python3-pymisp_2.5.8.1.bb
rename to meta-python/recipes-devtools/python/python3-pymisp_2.5.9.bb
index b605dbb039..c9f9eba40a 100644
--- a/meta-python/recipes-devtools/python/python3-pymisp_2.5.8.1.bb
+++ b/meta-python/recipes-devtools/python/python3-pymisp_2.5.9.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/MISP/PyMISP"
LICENSE = "BSD-2-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=a3639cf5780f71b125d3e9d1dc127c20"
-SRC_URI[sha256sum] = "253cc79c903344f722abdf1011f412e27106af7305c1a3183d5c247c25a8f41c"
+SRC_URI[sha256sum] = "975b68ad9f38e7322d0994ce327abff359aa400f9e6d62a75be33694e4b06ec1"
inherit python_poetry_core pypi
--
2.43.0
^ permalink raw reply related [flat|nested] 41+ messages in thread* [oe] [meta-python] [PATCH 23/26] python3-sqlalchemy: upgrade 2.0.39 -> 2.0.40
2025-03-31 9:11 [oe] [meta-oe] [PATCH 01/26] ctags: upgrade 6.1.20250316.0 -> 6.1.20250330.0 wangmy
` (23 preceding siblings ...)
2025-03-31 9:11 ` [oe] [meta-python] [PATCH 22/26] python3-pymisp: upgrade 2.5.8.1 -> 2.5.9 wangmy
@ 2025-03-31 9:11 ` wangmy
2025-03-31 9:11 ` [oe] [meta-python] [PATCH 24/26] python3-tox: upgrade 4.24.2 -> 4.25.0 wangmy
` (2 subsequent siblings)
27 siblings, 0 replies; 41+ messages in thread
From: wangmy @ 2025-03-31 9:11 UTC (permalink / raw)
To: openembedded-devel; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
...ython3-sqlalchemy_2.0.39.bb => python3-sqlalchemy_2.0.40.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-python/recipes-devtools/python/{python3-sqlalchemy_2.0.39.bb => python3-sqlalchemy_2.0.40.bb} (87%)
diff --git a/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.39.bb b/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.40.bb
similarity index 87%
rename from meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.39.bb
rename to meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.40.bb
index 4668a9da05..c86a2d29d9 100644
--- a/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.39.bb
+++ b/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.40.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "https://www.sqlalchemy.org/"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=061025f14213ac2818ff353223d6eca6"
-SRC_URI[sha256sum] = "5d2d1fe548def3267b4c70a8568f108d1fed7cbbeccb9cc166e05af2abc25c22"
+SRC_URI[sha256sum] = "d827099289c64589418ebbcaead0145cd19f4e3e8a93919a0100247af245fa00"
inherit pypi python_setuptools_build_meta cython
--
2.43.0
^ permalink raw reply related [flat|nested] 41+ messages in thread* [oe] [meta-python] [PATCH 24/26] python3-tox: upgrade 4.24.2 -> 4.25.0
2025-03-31 9:11 [oe] [meta-oe] [PATCH 01/26] ctags: upgrade 6.1.20250316.0 -> 6.1.20250330.0 wangmy
` (24 preceding siblings ...)
2025-03-31 9:11 ` [oe] [meta-python] [PATCH 23/26] python3-sqlalchemy: upgrade 2.0.39 -> 2.0.40 wangmy
@ 2025-03-31 9:11 ` wangmy
2025-03-31 9:11 ` [oe] [meta-python] [PATCH 25/26] python3-tzdata: upgrade 2025.1 -> 2025.2 wangmy
2025-03-31 9:11 ` [oe] [meta-python] [PATCH 26/26] python3-web3: upgrade 7.9.0 -> 7.10.0 wangmy
27 siblings, 0 replies; 41+ messages in thread
From: wangmy @ 2025-03-31 9:11 UTC (permalink / raw)
To: openembedded-devel; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../python/{python3-tox_4.24.2.bb => python3-tox_4.25.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-python/recipes-devtools/python/{python3-tox_4.24.2.bb => python3-tox_4.25.0.bb} (92%)
diff --git a/meta-python/recipes-devtools/python/python3-tox_4.24.2.bb b/meta-python/recipes-devtools/python/python3-tox_4.25.0.bb
similarity index 92%
rename from meta-python/recipes-devtools/python/python3-tox_4.24.2.bb
rename to meta-python/recipes-devtools/python/python3-tox_4.25.0.bb
index 2b7d8d896d..c7a7d2e29c 100644
--- a/meta-python/recipes-devtools/python/python3-tox_4.24.2.bb
+++ b/meta-python/recipes-devtools/python/python3-tox_4.25.0.bb
@@ -6,7 +6,7 @@ HOMEPAGE = "https://tox.readthedocs.org/"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=11610a9d8fd95649cf8159be12b98cb7"
-SRC_URI[sha256sum] = "d5948b350f76fae436d6545a5e87c2b676ab7a0d7d88c1308651245eadbe8aea"
+SRC_URI[sha256sum] = "dd67f030317b80722cf52b246ff42aafd3ed27ddf331c415612d084304cf5e52"
BBCLASSEXTEND = "native nativesdk"
inherit pypi python_hatchling
--
2.43.0
^ permalink raw reply related [flat|nested] 41+ messages in thread* [oe] [meta-python] [PATCH 25/26] python3-tzdata: upgrade 2025.1 -> 2025.2
2025-03-31 9:11 [oe] [meta-oe] [PATCH 01/26] ctags: upgrade 6.1.20250316.0 -> 6.1.20250330.0 wangmy
` (25 preceding siblings ...)
2025-03-31 9:11 ` [oe] [meta-python] [PATCH 24/26] python3-tox: upgrade 4.24.2 -> 4.25.0 wangmy
@ 2025-03-31 9:11 ` wangmy
2025-03-31 9:11 ` [oe] [meta-python] [PATCH 26/26] python3-web3: upgrade 7.9.0 -> 7.10.0 wangmy
27 siblings, 0 replies; 41+ messages in thread
From: wangmy @ 2025-03-31 9:11 UTC (permalink / raw)
To: openembedded-devel; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../{python3-tzdata_2025.1.bb => python3-tzdata_2025.2.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-python/recipes-devtools/python/{python3-tzdata_2025.1.bb => python3-tzdata_2025.2.bb} (85%)
diff --git a/meta-python/recipes-devtools/python/python3-tzdata_2025.1.bb b/meta-python/recipes-devtools/python/python3-tzdata_2025.2.bb
similarity index 85%
rename from meta-python/recipes-devtools/python/python3-tzdata_2025.1.bb
rename to meta-python/recipes-devtools/python/python3-tzdata_2025.2.bb
index 35246e8ec7..d7bcb11364 100644
--- a/meta-python/recipes-devtools/python/python3-tzdata_2025.1.bb
+++ b/meta-python/recipes-devtools/python/python3-tzdata_2025.2.bb
@@ -4,7 +4,7 @@ LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=fca9fd5c15a28eb874ba38577a585d48 \
file://licenses/LICENSE_APACHE;md5=86d3f3a95c324c9479bd8986968f4327"
-SRC_URI[sha256sum] = "24894909e88cdb28bd1636c6887801df64cb485bd593f2fd83ef29075a81d694"
+SRC_URI[sha256sum] = "b60a638fcc0daffadf82fe0f57e53d06bdec2f36c4df66280ae79bce6bd6f2b9"
inherit pypi python_setuptools_build_meta ptest-python-pytest
--
2.43.0
^ permalink raw reply related [flat|nested] 41+ messages in thread* [oe] [meta-python] [PATCH 26/26] python3-web3: upgrade 7.9.0 -> 7.10.0
2025-03-31 9:11 [oe] [meta-oe] [PATCH 01/26] ctags: upgrade 6.1.20250316.0 -> 6.1.20250330.0 wangmy
` (26 preceding siblings ...)
2025-03-31 9:11 ` [oe] [meta-python] [PATCH 25/26] python3-tzdata: upgrade 2025.1 -> 2025.2 wangmy
@ 2025-03-31 9:11 ` wangmy
27 siblings, 0 replies; 41+ messages in thread
From: wangmy @ 2025-03-31 9:11 UTC (permalink / raw)
To: openembedded-devel; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../python/{python3-web3_7.9.0.bb => python3-web3_7.10.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-python/recipes-devtools/python/{python3-web3_7.9.0.bb => python3-web3_7.10.0.bb} (87%)
diff --git a/meta-python/recipes-devtools/python/python3-web3_7.9.0.bb b/meta-python/recipes-devtools/python/python3-web3_7.10.0.bb
similarity index 87%
rename from meta-python/recipes-devtools/python/python3-web3_7.9.0.bb
rename to meta-python/recipes-devtools/python/python3-web3_7.10.0.bb
index 3b740329f4..e9f067aa96 100644
--- a/meta-python/recipes-devtools/python/python3-web3_7.9.0.bb
+++ b/meta-python/recipes-devtools/python/python3-web3_7.10.0.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=1d34d9701a1461e4bd71a904ac4cf7be"
-SRC_URI[sha256sum] = "3c4487a7ac57e0a187bd7ee03db455d94f354d15cca45f097f15f7281ad1a01f"
+SRC_URI[sha256sum] = "0cace05ea14f800a4497649ecd99332ca4e85c8a90ea577e05ae909cb08902b9"
inherit pypi setuptools3
--
2.43.0
^ permalink raw reply related [flat|nested] 41+ messages in thread