All of lore.kernel.org
 help / color / mirror / Atom feed
* [OE-core] [PATCH] meson: upgrade 1.0.0 -> 1.0.1
@ 2023-03-05  8:06 wangmy
  2023-03-05  8:06 ` [OE-core] [PATCH] glib-2.0: upgrade 2.74.5 -> 2.74.6 wangmy
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: wangmy @ 2023-03-05  8:06 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta/recipes-devtools/meson/{meson_1.0.0.bb => meson_1.0.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/meson/{meson_1.0.0.bb => meson_1.0.1.bb} (98%)

diff --git a/meta/recipes-devtools/meson/meson_1.0.0.bb b/meta/recipes-devtools/meson/meson_1.0.1.bb
similarity index 98%
rename from meta/recipes-devtools/meson/meson_1.0.0.bb
rename to meta/recipes-devtools/meson/meson_1.0.1.bb
index 578dfb9d64..ce12a3126b 100644
--- a/meta/recipes-devtools/meson/meson_1.0.0.bb
+++ b/meta/recipes-devtools/meson/meson_1.0.1.bb
@@ -17,7 +17,7 @@ SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/meson-${PV}.tar.gz \
            file://0002-Support-building-allarch-recipes-again.patch \
            file://0001-Check-for-clang-before-guessing-gcc-or-lcc.patch \
            "
-SRC_URI[sha256sum] = "aa50a4ba4557c25e7d48446abfde857957dcdf58385fffbe670ba0e8efacce05"
+SRC_URI[sha256sum] = "d926b730de6f518728cc7c57bc5e701667bae0c3522f9e369427b2cc7839d3c1"
 
 inherit python_setuptools_build_meta github-releases
 
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [OE-core] [PATCH] glib-2.0: upgrade 2.74.5 -> 2.74.6
  2023-03-05  8:06 [OE-core] [PATCH] meson: upgrade 1.0.0 -> 1.0.1 wangmy
@ 2023-03-05  8:06 ` wangmy
  2023-03-05  8:06 ` [OE-core] [PATCH] python3-cryptography(-vectors): upgrade 39.0.1 -> 39.0.2 wangmy
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: wangmy @ 2023-03-05  8:06 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
* Bugs fixed:
  - !3239 Backport !3237 "Fix safe_wspawnve #define" to glib-2-74

* Translation updates:
  - Georgian
  - German

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../glib-2.0/{glib-2.0_2.74.5.bb => glib-2.0_2.74.6.bb}         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-core/glib-2.0/{glib-2.0_2.74.5.bb => glib-2.0_2.74.6.bb} (96%)

diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.74.5.bb b/meta/recipes-core/glib-2.0/glib-2.0_2.74.6.bb
similarity index 96%
rename from meta/recipes-core/glib-2.0/glib-2.0_2.74.5.bb
rename to meta/recipes-core/glib-2.0/glib-2.0_2.74.6.bb
index d54f077cb0..5b79ae481c 100644
--- a/meta/recipes-core/glib-2.0/glib-2.0_2.74.5.bb
+++ b/meta/recipes-core/glib-2.0/glib-2.0_2.74.6.bb
@@ -21,7 +21,7 @@ SRC_URI = "${GNOME_MIRROR}/glib/${SHRT_VER}/glib-${PV}.tar.xz \
            "
 SRC_URI:append:class-native = " file://relocate-modules.patch"
 
-SRC_URI[sha256sum] = "ceba83a5999ceb31a4c4fc9921207cb9ffffd2ab1d6ec03c162d3f608a5c14c8"
+SRC_URI[sha256sum] = "069cf7e51cd261eb163aaf06c8d1754c6835f31252180aff5814e5afc7757fbc"
 
 # Find any meson cross files in FILESPATH that are relevant for the current
 # build (using siteinfo) and add them to EXTRA_OEMESON.
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [OE-core] [PATCH] python3-cryptography(-vectors): upgrade 39.0.1 -> 39.0.2
  2023-03-05  8:06 [OE-core] [PATCH] meson: upgrade 1.0.0 -> 1.0.1 wangmy
  2023-03-05  8:06 ` [OE-core] [PATCH] glib-2.0: upgrade 2.74.5 -> 2.74.6 wangmy
@ 2023-03-05  8:06 ` wangmy
  2023-03-05  8:06 ` [OE-core] [PATCH] python3-setuptools: upgrade 67.3.3 -> 67.4.0 wangmy
  2023-03-05  8:06 ` [OE-core] [PATCH] python3-git: upgrade 3.1.30 -> 3.1.31 wangmy
  3 siblings, 0 replies; 5+ messages in thread
From: wangmy @ 2023-03-05  8:06 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
Fixed a bug where the content type header was not properly encoded for PKCS7
signatures when using the Text option and SMIME encoding.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...vectors_39.0.1.bb => python3-cryptography-vectors_39.0.2.bb} | 2 +-
 ...n3-cryptography_39.0.1.bb => python3-cryptography_39.0.2.bb} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/python/{python3-cryptography-vectors_39.0.1.bb => python3-cryptography-vectors_39.0.2.bb} (90%)
 rename meta/recipes-devtools/python/{python3-cryptography_39.0.1.bb => python3-cryptography_39.0.2.bb} (95%)

diff --git a/meta/recipes-devtools/python/python3-cryptography-vectors_39.0.1.bb b/meta/recipes-devtools/python/python3-cryptography-vectors_39.0.2.bb
similarity index 90%
rename from meta/recipes-devtools/python/python3-cryptography-vectors_39.0.1.bb
rename to meta/recipes-devtools/python/python3-cryptography-vectors_39.0.2.bb
index 458ca2adbd..795e27f75b 100644
--- a/meta/recipes-devtools/python/python3-cryptography-vectors_39.0.1.bb
+++ b/meta/recipes-devtools/python/python3-cryptography-vectors_39.0.2.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=8c3617db4fb6fae01f1d253ab91511e4 \
 # NOTE: Make sure to keep this recipe at the same version as python3-cryptography
 #       Upgrade both recipes at the same time
 
-SRC_URI[sha256sum] = "0cbaeb50bdb7f3c9d7a93b26a0462ef6e97c768ca78d902854fe045c30b680c6"
+SRC_URI[sha256sum] = "a68f106f7a4322cf1e7ed51e3fc6d5c1e0b11d337ed918ec879e8afe0c2a5220"
 
 PYPI_PACKAGE = "cryptography_vectors"
 
diff --git a/meta/recipes-devtools/python/python3-cryptography_39.0.1.bb b/meta/recipes-devtools/python/python3-cryptography_39.0.2.bb
similarity index 95%
rename from meta/recipes-devtools/python/python3-cryptography_39.0.1.bb
rename to meta/recipes-devtools/python/python3-cryptography_39.0.2.bb
index abc8d8e0ef..4b591bc59b 100644
--- a/meta/recipes-devtools/python/python3-cryptography_39.0.1.bb
+++ b/meta/recipes-devtools/python/python3-cryptography_39.0.2.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=bf405a8056a6647e7d077b0e7bc36aba \
                    "
 LDSHARED += "-pthread"
 
-SRC_URI[sha256sum] = "d1f6198ee6d9148405e49887803907fe8962a23e6c6f83ea7d98f1c0de375695"
+SRC_URI[sha256sum] = "bc5b871e977c8ee5a1bbc42fa8d19bcc08baf0c51cbf1586b0e87a2694dde42f"
 
 SRC_URI += "\
     file://0002-Cargo.toml-edition-2018-2021.patch \
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [OE-core] [PATCH] python3-setuptools: upgrade 67.3.3 -> 67.4.0
  2023-03-05  8:06 [OE-core] [PATCH] meson: upgrade 1.0.0 -> 1.0.1 wangmy
  2023-03-05  8:06 ` [OE-core] [PATCH] glib-2.0: upgrade 2.74.5 -> 2.74.6 wangmy
  2023-03-05  8:06 ` [OE-core] [PATCH] python3-cryptography(-vectors): upgrade 39.0.1 -> 39.0.2 wangmy
@ 2023-03-05  8:06 ` wangmy
  2023-03-05  8:06 ` [OE-core] [PATCH] python3-git: upgrade 3.1.30 -> 3.1.31 wangmy
  3 siblings, 0 replies; 5+ messages in thread
From: wangmy @ 2023-03-05  8:06 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
============
* #3832: Update vendored "importlib-metadata" (to 6.0.0) and
  "importlib-resources" (to 5.10.2)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...ython3-setuptools_67.3.3.bb => python3-setuptools_67.4.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-setuptools_67.3.3.bb => python3-setuptools_67.4.0.bb} (95%)

diff --git a/meta/recipes-devtools/python/python3-setuptools_67.3.3.bb b/meta/recipes-devtools/python/python3-setuptools_67.4.0.bb
similarity index 95%
rename from meta/recipes-devtools/python/python3-setuptools_67.3.3.bb
rename to meta/recipes-devtools/python/python3-setuptools_67.4.0.bb
index 053b671e2a..1a29d37a02 100644
--- a/meta/recipes-devtools/python/python3-setuptools_67.3.3.bb
+++ b/meta/recipes-devtools/python/python3-setuptools_67.4.0.bb
@@ -11,7 +11,7 @@ SRC_URI:append:class-native = " file://0001-conditionally-do-not-fetch-code-by-e
 SRC_URI += " \
             file://0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch"
 
-SRC_URI[sha256sum] = "ed4e75fafe103c79b692f217158ba87edf38d31004b9dbc1913debb48793c828"
+SRC_URI[sha256sum] = "e5fd0a713141a4a105412233c63dc4e17ba0090c8e8334594ac790ec97792330"
 
 DEPENDS += "${PYTHON_PN}"
 
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [OE-core] [PATCH] python3-git: upgrade 3.1.30 -> 3.1.31
  2023-03-05  8:06 [OE-core] [PATCH] meson: upgrade 1.0.0 -> 1.0.1 wangmy
                   ` (2 preceding siblings ...)
  2023-03-05  8:06 ` [OE-core] [PATCH] python3-setuptools: upgrade 67.3.3 -> 67.4.0 wangmy
@ 2023-03-05  8:06 ` wangmy
  3 siblings, 0 replies; 5+ messages in thread
From: wangmy @ 2023-03-05  8:06 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-git_3.1.30.bb => python3-git_3.1.31.bb}     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-git_3.1.30.bb => python3-git_3.1.31.bb} (92%)

diff --git a/meta/recipes-devtools/python/python3-git_3.1.30.bb b/meta/recipes-devtools/python/python3-git_3.1.31.bb
similarity index 92%
rename from meta/recipes-devtools/python/python3-git_3.1.30.bb
rename to meta/recipes-devtools/python/python3-git_3.1.31.bb
index 80f50019b1..08b9f66bcb 100644
--- a/meta/recipes-devtools/python/python3-git_3.1.30.bb
+++ b/meta/recipes-devtools/python/python3-git_3.1.31.bb
@@ -12,7 +12,7 @@ PYPI_PACKAGE = "GitPython"
 
 inherit pypi python_setuptools_build_meta
 
-SRC_URI[sha256sum] = "769c2d83e13f5d938b7688479da374c4e3d49f71549aaf462b646db9602ea6f8"
+SRC_URI[sha256sum] = "8ce3bcf69adfdf7c7d503e78fd3b1c492af782d58893b650adb2ac8912ddd573"
 
 DEPENDS += " ${PYTHON_PN}-gitdb"
 
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-03-05  8:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-05  8:06 [OE-core] [PATCH] meson: upgrade 1.0.0 -> 1.0.1 wangmy
2023-03-05  8:06 ` [OE-core] [PATCH] glib-2.0: upgrade 2.74.5 -> 2.74.6 wangmy
2023-03-05  8:06 ` [OE-core] [PATCH] python3-cryptography(-vectors): upgrade 39.0.1 -> 39.0.2 wangmy
2023-03-05  8:06 ` [OE-core] [PATCH] python3-setuptools: upgrade 67.3.3 -> 67.4.0 wangmy
2023-03-05  8:06 ` [OE-core] [PATCH] python3-git: upgrade 3.1.30 -> 3.1.31 wangmy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.