All of lore.kernel.org
 help / color / mirror / Atom feed
* [OE-core] [PATCH] python3-hypothesis: upgrade 6.46.7 -> 6.46.9
@ 2022-05-30  6:22 Wang Mingyu
  2022-05-30  6:22 ` [OE-core] [PATCH] python3-semantic-version: upgrade 2.9.0 -> 2.10.0 Wang Mingyu
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Wang Mingyu @ 2022-05-30  6:22 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

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

diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.46.7.bb b/meta/recipes-devtools/python/python3-hypothesis_6.46.9.bb
similarity index 91%
rename from meta/recipes-devtools/python/python3-hypothesis_6.46.7.bb
rename to meta/recipes-devtools/python/python3-hypothesis_6.46.9.bb
index 06bbe02f47..1a1defc583 100644
--- a/meta/recipes-devtools/python/python3-hypothesis_6.46.7.bb
+++ b/meta/recipes-devtools/python/python3-hypothesis_6.46.9.bb
@@ -13,7 +13,7 @@ SRC_URI += " \
     file://test_rle.py \
     "
 
-SRC_URI[sha256sum] = "967009fa561b3a3f8363a73d71923357271c37dc7fa27b30c2d21a1b6092b240"
+SRC_URI[sha256sum] = "8b1349dab58cf9bc85687e2721c008e99f23a32fb70e688779c81b0298904160"
 
 RDEPENDS:${PN} += " \
     python3-attrs \
-- 
2.25.1



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

* [OE-core] [PATCH] python3-semantic-version: upgrade 2.9.0 -> 2.10.0
  2022-05-30  6:22 [OE-core] [PATCH] python3-hypothesis: upgrade 6.46.7 -> 6.46.9 Wang Mingyu
@ 2022-05-30  6:22 ` Wang Mingyu
  2022-05-30  6:22 ` [OE-core] [PATCH] python3-webcolors: upgrade 1.11.1 -> 1.12 Wang Mingyu
  2022-05-30  6:22 ` [OE-core] [PATCH] python3-pytest-subtests: upgrade 0.7.0 -> 0.8.0 Wang Mingyu
  2 siblings, 0 replies; 4+ messages in thread
From: Wang Mingyu @ 2022-05-30  6:22 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

Add dependence python3-pkg-resources

Changelog:
==========
 Ensure sorting a collection of versions is always stable, even with build metadata.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...-version_2.9.0.bb => python3-semantic-version_2.10.0.bb} | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-semantic-version_2.9.0.bb => python3-semantic-version_2.10.0.bb} (76%)

diff --git a/meta/recipes-devtools/python/python3-semantic-version_2.9.0.bb b/meta/recipes-devtools/python/python3-semantic-version_2.10.0.bb
similarity index 76%
rename from meta/recipes-devtools/python/python3-semantic-version_2.9.0.bb
rename to meta/recipes-devtools/python/python3-semantic-version_2.10.0.bb
index 4101f48043..0a24ca9ebc 100644
--- a/meta/recipes-devtools/python/python3-semantic-version_2.9.0.bb
+++ b/meta/recipes-devtools/python/python3-semantic-version_2.10.0.bb
@@ -4,11 +4,15 @@ HOMEPAGE = "https://github.com/rbarrois/python-semanticversion"
 LICENSE = "BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=4fb31e3c1c7eeb8b5e8c07657cdd54e2"
 
-SRC_URI[sha256sum] = "abf54873553e5e07a6fd4d5f653b781f5ae41297a493666b59dcf214006a12b2"
+SRC_URI[sha256sum] = "bdabb6d336998cbb378d4b9db3a4b56a1e3235701dc05ea2690d9a997ed5041c"
 
 PYPI_PACKAGE = "semantic_version"
 inherit pypi setuptools3
 
+RDEPENDS:${PN} += " \
+    ${PYTHON_PN}-pkg-resources \
+"
+
 BBCLASSEXTEND = "native nativesdk"
 
 UPSTREAM_CHECK_REGEX = "/semantic-version/(?P<pver>(\d+[\.\-_]*)+)/"
-- 
2.25.1



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

* [OE-core] [PATCH] python3-webcolors: upgrade 1.11.1 -> 1.12
  2022-05-30  6:22 [OE-core] [PATCH] python3-hypothesis: upgrade 6.46.7 -> 6.46.9 Wang Mingyu
  2022-05-30  6:22 ` [OE-core] [PATCH] python3-semantic-version: upgrade 2.9.0 -> 2.10.0 Wang Mingyu
@ 2022-05-30  6:22 ` Wang Mingyu
  2022-05-30  6:22 ` [OE-core] [PATCH] python3-pytest-subtests: upgrade 0.7.0 -> 0.8.0 Wang Mingyu
  2 siblings, 0 replies; 4+ messages in thread
From: Wang Mingyu @ 2022-05-30  6:22 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

License-Update: Copyright year updated to 2022

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...python3-webcolors_1.11.1.bb => python3-webcolors_1.12.bb} | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta/recipes-devtools/python/{python3-webcolors_1.11.1.bb => python3-webcolors_1.12.bb} (69%)

diff --git a/meta/recipes-devtools/python/python3-webcolors_1.11.1.bb b/meta/recipes-devtools/python/python3-webcolors_1.12.bb
similarity index 69%
rename from meta/recipes-devtools/python/python3-webcolors_1.11.1.bb
rename to meta/recipes-devtools/python/python3-webcolors_1.12.bb
index 26dbe51767..39ff19c2b8 100644
--- a/meta/recipes-devtools/python/python3-webcolors_1.11.1.bb
+++ b/meta/recipes-devtools/python/python3-webcolors_1.12.bb
@@ -1,10 +1,9 @@
 SUMMARY = "Simple Python module for working with HTML/CSS color definitions."
 HOMEPAGE = "https://pypi.org/project/webcolors/"
 LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=25b90379a52351261c51272e7923d240"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=bcf737478d2fa8af5bc954231df056c6"
 
-SRC_URI[md5sum] = "54d28a7c80b3e4d974ec2fee86768be9"
-SRC_URI[sha256sum] = "76f360636957d1c976db7466bc71dcb713bb95ac8911944dffc55c01cb516de6"
+SRC_URI[sha256sum] = "16d043d3a08fd6a1b1b7e3e9e62640d09790dce80d2bdd4792a175b35fe794a9"
 
 inherit pypi setuptools3 ptest
 
-- 
2.25.1



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

* [OE-core] [PATCH] python3-pytest-subtests: upgrade 0.7.0 -> 0.8.0
  2022-05-30  6:22 [OE-core] [PATCH] python3-hypothesis: upgrade 6.46.7 -> 6.46.9 Wang Mingyu
  2022-05-30  6:22 ` [OE-core] [PATCH] python3-semantic-version: upgrade 2.9.0 -> 2.10.0 Wang Mingyu
  2022-05-30  6:22 ` [OE-core] [PATCH] python3-webcolors: upgrade 1.11.1 -> 1.12 Wang Mingyu
@ 2022-05-30  6:22 ` Wang Mingyu
  2 siblings, 0 replies; 4+ messages in thread
From: Wang Mingyu @ 2022-05-30  6:22 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

Changelog:
=========
Now passing subtests are shown in the test run summary at the end
(for example: 10 failed, 1 passed, 10 subtests passed in 0.10s) 

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...ytest-subtests_0.7.0.bb => python3-pytest-subtests_0.8.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-pytest-subtests_0.7.0.bb => python3-pytest-subtests_0.8.0.bb} (86%)

diff --git a/meta/recipes-devtools/python/python3-pytest-subtests_0.7.0.bb b/meta/recipes-devtools/python/python3-pytest-subtests_0.8.0.bb
similarity index 86%
rename from meta/recipes-devtools/python/python3-pytest-subtests_0.7.0.bb
rename to meta/recipes-devtools/python/python3-pytest-subtests_0.8.0.bb
index 060a6ff6cf..b092912b32 100644
--- a/meta/recipes-devtools/python/python3-pytest-subtests_0.7.0.bb
+++ b/meta/recipes-devtools/python/python3-pytest-subtests_0.8.0.bb
@@ -7,7 +7,7 @@ BUGTRACKER = "https://github.com/pytest-dev/pytest-subtests/issues"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=242b4e17fa287dcf7aef372f6bc3dcb1"
 
-SRC_URI[sha256sum] = "95c44c77e3fbede9848bb88ca90b384815fcba8090ef9a9f55659ab163b1681c"
+SRC_URI[sha256sum] = "46eb376022e926950816ccc23502de3277adcc1396652ddb3328ce0289052c4d"
 
 inherit pypi setuptools3
 
-- 
2.25.1



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

end of thread, other threads:[~2022-05-30  6:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-30  6:22 [OE-core] [PATCH] python3-hypothesis: upgrade 6.46.7 -> 6.46.9 Wang Mingyu
2022-05-30  6:22 ` [OE-core] [PATCH] python3-semantic-version: upgrade 2.9.0 -> 2.10.0 Wang Mingyu
2022-05-30  6:22 ` [OE-core] [PATCH] python3-webcolors: upgrade 1.11.1 -> 1.12 Wang Mingyu
2022-05-30  6:22 ` [OE-core] [PATCH] python3-pytest-subtests: upgrade 0.7.0 -> 0.8.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.