All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/3] python3-astroid: Upgrade 2.6.0 -> 2.6.2
@ 2021-07-06 14:48 Leon Anavi
  2021-07-06 14:49 ` [meta-python][PATCH 2/3] python3-watchdog: Upgrade 2.1.2 -> 2.1.3 Leon Anavi
  2021-07-06 14:49 ` [meta-python][PATCH 3/3] python3-humanize: Upgrade 3.9.0 -> 3.10.0 Leon Anavi
  0 siblings, 2 replies; 3+ messages in thread
From: Leon Anavi @ 2021-07-06 14:48 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 2.6.2:

- Fix a crash when the inference of the length of a node failed
- Fix unhandled StopIteration during inference, following the
  implementation of PEP479 in python 3.7+

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../{python3-astroid_2.6.0.bb => python3-astroid_2.6.2.bb}      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-astroid_2.6.0.bb => python3-astroid_2.6.2.bb} (89%)

diff --git a/meta-python/recipes-devtools/python/python3-astroid_2.6.0.bb b/meta-python/recipes-devtools/python/python3-astroid_2.6.2.bb
similarity index 89%
rename from meta-python/recipes-devtools/python/python3-astroid_2.6.0.bb
rename to meta-python/recipes-devtools/python/python3-astroid_2.6.2.bb
index e6c485bccf..88a7c49499 100644
--- a/meta-python/recipes-devtools/python/python3-astroid_2.6.0.bb
+++ b/meta-python/recipes-devtools/python/python3-astroid_2.6.2.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
 LICENSE = "LGPL-2.1"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=a70cf540abf41acb644ac3b621b2fad1"
 
-SRC_URI[sha256sum] = "09bdb456e02564731f8b5957cdd0c98a7f01d2db5e90eb1d794c353c28bfd705"
+SRC_URI[sha256sum] = "38b95085e9d92e2ca06cf8b35c12a74fa81da395a6f9e65803742e6509c05892"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

* [meta-python][PATCH 2/3] python3-watchdog: Upgrade 2.1.2 -> 2.1.3
  2021-07-06 14:48 [meta-python][PATCH 1/3] python3-astroid: Upgrade 2.6.0 -> 2.6.2 Leon Anavi
@ 2021-07-06 14:49 ` Leon Anavi
  2021-07-06 14:49 ` [meta-python][PATCH 3/3] python3-humanize: Upgrade 3.9.0 -> 3.10.0 Leon Anavi
  1 sibling, 0 replies; 3+ messages in thread
From: Leon Anavi @ 2021-07-06 14:49 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 2.1.3:

- Publish macOS arm64 and universal2 wheels

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../{python3-watchdog_2.1.2.bb => python3-watchdog_2.1.3.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-watchdog_2.1.2.bb => python3-watchdog_2.1.3.bb} (80%)

diff --git a/meta-python/recipes-devtools/python/python3-watchdog_2.1.2.bb b/meta-python/recipes-devtools/python/python3-watchdog_2.1.3.bb
similarity index 80%
rename from meta-python/recipes-devtools/python/python3-watchdog_2.1.2.bb
rename to meta-python/recipes-devtools/python/python3-watchdog_2.1.3.bb
index c2bf68a2d6..ba0fdf1eb4 100644
--- a/meta-python/recipes-devtools/python/python3-watchdog_2.1.2.bb
+++ b/meta-python/recipes-devtools/python/python3-watchdog_2.1.3.bb
@@ -4,7 +4,7 @@ DEPENDS = "${PYTHON_PN}-argh"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
-SRC_URI[sha256sum] = "0237db4d9024859bea27d0efb59fe75eef290833fd988b8ead7a879b0308c2db"
+SRC_URI[sha256sum] = "e5236a8e8602ab6db4b873664c2d356c365ab3cac96fbdec4970ad616415dd45"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

* [meta-python][PATCH 3/3] python3-humanize: Upgrade 3.9.0 -> 3.10.0
  2021-07-06 14:48 [meta-python][PATCH 1/3] python3-astroid: Upgrade 2.6.0 -> 2.6.2 Leon Anavi
  2021-07-06 14:49 ` [meta-python][PATCH 2/3] python3-watchdog: Upgrade 2.1.2 -> 2.1.3 Leon Anavi
@ 2021-07-06 14:49 ` Leon Anavi
  1 sibling, 0 replies; 3+ messages in thread
From: Leon Anavi @ 2021-07-06 14:49 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 3.10.0:

- Add Swedish translation

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../{python3-humanize_3.9.0.bb => python3-humanize_3.10.0.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-humanize_3.9.0.bb => python3-humanize_3.10.0.bb} (82%)

diff --git a/meta-python/recipes-devtools/python/python3-humanize_3.9.0.bb b/meta-python/recipes-devtools/python/python3-humanize_3.10.0.bb
similarity index 82%
rename from meta-python/recipes-devtools/python/python3-humanize_3.9.0.bb
rename to meta-python/recipes-devtools/python/python3-humanize_3.10.0.bb
index f3a11745e1..eba13dbc7e 100644
--- a/meta-python/recipes-devtools/python/python3-humanize_3.9.0.bb
+++ b/meta-python/recipes-devtools/python/python3-humanize_3.10.0.bb
@@ -5,7 +5,7 @@ SECTION = "devel/python"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENCE;md5=4ecc42519e84f6f3e23529464df7bd1d"
 
-SRC_URI[sha256sum] = "892a5b7b87763c4c6997a58382c2b1f4614048a2e01c23ef1bb0456e6f9d4d5d"
+SRC_URI[sha256sum] = "b2413730ce6684f85e0439a5b80b8f402e09f03e16ab8023d1da758c6ff41148"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

end of thread, other threads:[~2021-07-06 14:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-06 14:48 [meta-python][PATCH 1/3] python3-astroid: Upgrade 2.6.0 -> 2.6.2 Leon Anavi
2021-07-06 14:49 ` [meta-python][PATCH 2/3] python3-watchdog: Upgrade 2.1.2 -> 2.1.3 Leon Anavi
2021-07-06 14:49 ` [meta-python][PATCH 3/3] python3-humanize: Upgrade 3.9.0 -> 3.10.0 Leon Anavi

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.