All of lore.kernel.org
 help / color / mirror / Atom feed
* [OE-core] [PATCH] python3-attrs: upgrade 21.4.0 -> 22.1.0
@ 2022-08-03  8:40 Wang Mingyu
  2022-08-03  8:40 ` [OE-core] [PATCH] python3-cython: upgrade 0.29.30 -> 0.29.32 Wang Mingyu
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Wang Mingyu @ 2022-08-03  8:40 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

License-Update: add "and the attrs contributors" to Copyright

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{python3-attrs_21.4.0.bb => python3-attrs_22.1.0.bb}      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/python/{python3-attrs_21.4.0.bb => python3-attrs_22.1.0.bb} (68%)

diff --git a/meta/recipes-devtools/python/python3-attrs_21.4.0.bb b/meta/recipes-devtools/python/python3-attrs_22.1.0.bb
similarity index 68%
rename from meta/recipes-devtools/python/python3-attrs_21.4.0.bb
rename to meta/recipes-devtools/python/python3-attrs_22.1.0.bb
index 1839ce6245..ba07ac71e3 100644
--- a/meta/recipes-devtools/python/python3-attrs_21.4.0.bb
+++ b/meta/recipes-devtools/python/python3-attrs_22.1.0.bb
@@ -1,9 +1,9 @@
 DESCRIPTION = "Classes Without Boilerplate"
 HOMEPAGE = "http://www.attrs.org/"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=d4ab25949a73fe7d4fdee93bcbdbf8ff"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=5e55731824cf9205cfabeab9a0600887"
 
-SRC_URI[sha256sum] = "626ba8234211db98e869df76230a137c4c40a12d72445c45d5f5b716f076e2fd"
+SRC_URI[sha256sum] = "29adc2665447e5191d0e7c568fde78b21f9672d344281d0c6e1ab085429b22b6"
 
 inherit pypi python_setuptools_build_meta
 
-- 
2.25.1



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

* [OE-core] [PATCH] python3-cython: upgrade 0.29.30 -> 0.29.32
  2022-08-03  8:40 [OE-core] [PATCH] python3-attrs: upgrade 21.4.0 -> 22.1.0 Wang Mingyu
@ 2022-08-03  8:40 ` Wang Mingyu
  2022-08-03  8:40 ` [OE-core] [PATCH] python3-dbusmock: upgrade 0.28.1 -> 0.28.4 Wang Mingyu
  2022-08-03  8:40 ` [OE-core] [PATCH] python3-hatchling: upgrade 1.5.0 -> 1.6.0 Wang Mingyu
  2 siblings, 0 replies; 4+ messages in thread
From: Wang Mingyu @ 2022-08-03  8:40 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta/recipes-devtools/python/python-cython.inc                  | 2 +-
 .../{python3-cython_0.29.30.bb => python3-cython_0.29.32.bb}    | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-cython_0.29.30.bb => python3-cython_0.29.32.bb} (100%)

diff --git a/meta/recipes-devtools/python/python-cython.inc b/meta/recipes-devtools/python/python-cython.inc
index ab8c4d65f3..750ccfd7ae 100644
--- a/meta/recipes-devtools/python/python-cython.inc
+++ b/meta/recipes-devtools/python/python-cython.inc
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e23fadd6ceef8c618fc1c65191d846fa"
 PYPI_PACKAGE = "Cython"
 BBCLASSEXTEND = "native nativesdk"
 
-SRC_URI[sha256sum] = "2235b62da8fe6fa8b99422c8e583f2fb95e143867d337b5c75e4b9a1a865f9e3"
+SRC_URI[sha256sum] = "8733cf4758b79304f2a4e39ebfac5e92341bce47bcceb26c1254398b2f8c1af7"
 UPSTREAM_CHECK_REGEX = "Cython-(?P<pver>.*)\.tar"
 
 inherit pypi
diff --git a/meta/recipes-devtools/python/python3-cython_0.29.30.bb b/meta/recipes-devtools/python/python3-cython_0.29.32.bb
similarity index 100%
rename from meta/recipes-devtools/python/python3-cython_0.29.30.bb
rename to meta/recipes-devtools/python/python3-cython_0.29.32.bb
-- 
2.25.1



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

* [OE-core] [PATCH] python3-dbusmock: upgrade 0.28.1 -> 0.28.4
  2022-08-03  8:40 [OE-core] [PATCH] python3-attrs: upgrade 21.4.0 -> 22.1.0 Wang Mingyu
  2022-08-03  8:40 ` [OE-core] [PATCH] python3-cython: upgrade 0.29.30 -> 0.29.32 Wang Mingyu
@ 2022-08-03  8:40 ` Wang Mingyu
  2022-08-03  8:40 ` [OE-core] [PATCH] python3-hatchling: upgrade 1.5.0 -> 1.6.0 Wang Mingyu
  2 siblings, 0 replies; 4+ messages in thread
From: Wang Mingyu @ 2022-08-03  8:40 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

Changelog:
==========
    setup.py: Fix ModuleNotFoundError
    ofono template: Fix conversion to f-strings (Debian #1015286)
    Ship FMF tests in release tarballs

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

diff --git a/meta/recipes-devtools/python/python3-dbusmock_0.28.1.bb b/meta/recipes-devtools/python/python3-dbusmock_0.28.4.bb
similarity index 83%
rename from meta/recipes-devtools/python/python3-dbusmock_0.28.1.bb
rename to meta/recipes-devtools/python/python3-dbusmock_0.28.4.bb
index d6889f4313..e895d87b7b 100644
--- a/meta/recipes-devtools/python/python3-dbusmock_0.28.1.bb
+++ b/meta/recipes-devtools/python/python3-dbusmock_0.28.4.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "https://pypi.org/project/python-dbusmock/"
 LICENSE = "GPL-3.0-only"
 LIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02"
 
-SRC_URI[sha256sum] = "6434e544c055e3570b20e341e50a3d2dd50b19d9e55d579b919e14879f9f1e57"
+SRC_URI[sha256sum] = "52ad024a44d46602084fd91c0c467ab95b7ecf27c4e2168e0d2160623f18c0a2"
 
 PYPI_PACKAGE = "python-dbusmock"
 
-- 
2.25.1



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

* [OE-core] [PATCH] python3-hatchling: upgrade 1.5.0 -> 1.6.0
  2022-08-03  8:40 [OE-core] [PATCH] python3-attrs: upgrade 21.4.0 -> 22.1.0 Wang Mingyu
  2022-08-03  8:40 ` [OE-core] [PATCH] python3-cython: upgrade 0.29.30 -> 0.29.32 Wang Mingyu
  2022-08-03  8:40 ` [OE-core] [PATCH] python3-dbusmock: upgrade 0.28.1 -> 0.28.4 Wang Mingyu
@ 2022-08-03  8:40 ` Wang Mingyu
  2 siblings, 0 replies; 4+ messages in thread
From: Wang Mingyu @ 2022-08-03  8:40 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

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

diff --git a/meta/recipes-devtools/python/python3-hatchling_1.5.0.bb b/meta/recipes-devtools/python/python3-hatchling_1.6.0.bb
similarity index 85%
rename from meta/recipes-devtools/python/python3-hatchling_1.5.0.bb
rename to meta/recipes-devtools/python/python3-hatchling_1.6.0.bb
index 61b3e87b92..e06bdf02ec 100644
--- a/meta/recipes-devtools/python/python3-hatchling_1.5.0.bb
+++ b/meta/recipes-devtools/python/python3-hatchling_1.6.0.bb
@@ -8,7 +8,7 @@ inherit pypi python_hatchling
 DEPENDS += "python3-pluggy-native python3-tomli-native python3-pathspec-native python3-packaging-native python3-editables-native"
 DEPENDS:remove:class-native = "python3-hatchling-native"
 
-SRC_URI[sha256sum] = "9ca409a41140cc662164680b78adcd3ba77b23a945984bd9970d11fe38e86a38"
+SRC_URI[sha256sum] = "bd6e8505de511ac4217ff50927f6d1845494608e401e63a62b830c31fb613544"
 
 do_compile:prepend() {
     export PYTHONPATH=src
-- 
2.25.1



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

end of thread, other threads:[~2022-08-03  8:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-03  8:40 [OE-core] [PATCH] python3-attrs: upgrade 21.4.0 -> 22.1.0 Wang Mingyu
2022-08-03  8:40 ` [OE-core] [PATCH] python3-cython: upgrade 0.29.30 -> 0.29.32 Wang Mingyu
2022-08-03  8:40 ` [OE-core] [PATCH] python3-dbusmock: upgrade 0.28.1 -> 0.28.4 Wang Mingyu
2022-08-03  8:40 ` [OE-core] [PATCH] python3-hatchling: upgrade 1.5.0 -> 1.6.0 Wang Mingyu

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.