All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/3] python3-qrcode: Upgrade 7.2 -> 7.3
@ 2021-08-20  8:42 Leon Anavi
  2021-08-20  8:42 ` [meta-python][PATCH 2/3] python3-simplejson: Upgrade 3.17.3 -> 3.17.4 Leon Anavi
  2021-08-20  8:42 ` [meta-python][PATCH 3/3] python3-regex: Upgrade 2021.7.6 -> 2021.8.3 Leon Anavi
  0 siblings, 2 replies; 3+ messages in thread
From: Leon Anavi @ 2021-08-20  8:42 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 7.3:

- Skip color mask if QR is black and white

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

diff --git a/meta-python/recipes-devtools/python/python3-qrcode_7.2.bb b/meta-python/recipes-devtools/python/python3-qrcode_7.3.bb
similarity index 73%
rename from meta-python/recipes-devtools/python/python3-qrcode_7.2.bb
rename to meta-python/recipes-devtools/python/python3-qrcode_7.3.bb
index c9e9ebf097..f195f47177 100644
--- a/meta-python/recipes-devtools/python/python3-qrcode_7.2.bb
+++ b/meta-python/recipes-devtools/python/python3-qrcode_7.3.bb
@@ -4,7 +4,7 @@ LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=4b802d2a65df4626623c79757f486af9"
 
 PYPI_PACKAGE = "qrcode"
-SRC_URI[sha256sum] = "153ad96f5892e6fe2f3699296240976ac3a6d068e2eb48bbfc64b4c4c4d675ea"
+SRC_URI[sha256sum] = "d72861b65e26b611609f0547f0febe58aed8ae229d6bf4e675834f40742915b3"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

* [meta-python][PATCH 2/3] python3-simplejson: Upgrade 3.17.3 -> 3.17.4
  2021-08-20  8:42 [meta-python][PATCH 1/3] python3-qrcode: Upgrade 7.2 -> 7.3 Leon Anavi
@ 2021-08-20  8:42 ` Leon Anavi
  2021-08-20  8:42 ` [meta-python][PATCH 3/3] python3-regex: Upgrade 2021.7.6 -> 2021.8.3 Leon Anavi
  1 sibling, 0 replies; 3+ messages in thread
From: Leon Anavi @ 2021-08-20  8:42 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 3.17.4:

- Upgrade cibuildwheel

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

diff --git a/meta-python/recipes-devtools/python/python3-simplejson_3.17.3.bb b/meta-python/recipes-devtools/python/python3-simplejson_3.17.4.bb
similarity index 87%
rename from meta-python/recipes-devtools/python/python3-simplejson_3.17.3.bb
rename to meta-python/recipes-devtools/python/python3-simplejson_3.17.4.bb
index 5c40cb85fb..e50aac67a9 100644
--- a/meta-python/recipes-devtools/python/python3-simplejson_3.17.3.bb
+++ b/meta-python/recipes-devtools/python/python3-simplejson_3.17.4.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "http://cheeseshop.python.org/pypi/simplejson"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c6338d7abd321c0b50a2a547e441c52e"
 
-SRC_URI[sha256sum] = "da72a452bcf4349fc467a12b54ab0e63e654a571cacc44084826d52bde12b6ee"
+SRC_URI[sha256sum] = "2af85e028714c4b6cb2eb6fc03aa91f39ffd654f2eb2f6f8f860e14aeefa6be1"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

* [meta-python][PATCH 3/3] python3-regex: Upgrade 2021.7.6 -> 2021.8.3
  2021-08-20  8:42 [meta-python][PATCH 1/3] python3-qrcode: Upgrade 7.2 -> 7.3 Leon Anavi
  2021-08-20  8:42 ` [meta-python][PATCH 2/3] python3-simplejson: Upgrade 3.17.3 -> 3.17.4 Leon Anavi
@ 2021-08-20  8:42 ` Leon Anavi
  1 sibling, 0 replies; 3+ messages in thread
From: Leon Anavi @ 2021-08-20  8:42 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 2021.8.3:

- re.sub and re.findall freeze with regex, but not old re
- regex's `Match` and `Pattern` types do not act as generics

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

diff --git a/meta-python/recipes-devtools/python/python3-regex_2021.7.6.bb b/meta-python/recipes-devtools/python/python3-regex_2021.8.3.bb
similarity index 80%
rename from meta-python/recipes-devtools/python/python3-regex_2021.7.6.bb
rename to meta-python/recipes-devtools/python/python3-regex_2021.8.3.bb
index 09f98112f9..2c35faf553 100644
--- a/meta-python/recipes-devtools/python/python3-regex_2021.7.6.bb
+++ b/meta-python/recipes-devtools/python/python3-regex_2021.8.3.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=f0a3e4a2554ebb89c0
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = "8394e266005f2d8c6f0bc6780001f7afa3ef81a7a2111fa35058ded6fce79e4d"
+SRC_URI[sha256sum] = "8935937dad2c9b369c3d932b0edbc52a62647c2afb2fafc0c280f14a8bf56a6a"
 
 RDEPENDS:${PN} += " \
 	python3-stringold \
-- 
2.17.1


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

end of thread, other threads:[~2021-08-20  8:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-20  8:42 [meta-python][PATCH 1/3] python3-qrcode: Upgrade 7.2 -> 7.3 Leon Anavi
2021-08-20  8:42 ` [meta-python][PATCH 2/3] python3-simplejson: Upgrade 3.17.3 -> 3.17.4 Leon Anavi
2021-08-20  8:42 ` [meta-python][PATCH 3/3] python3-regex: Upgrade 2021.7.6 -> 2021.8.3 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.