]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
python3-booleanpy: update 4.0 -> 5.0
authorAlexander Kanavin <alex@linutronix.de>
Thu, 11 Sep 2025 08:51:13 +0000 (10:51 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 15 Sep 2025 16:52:52 +0000 (17:52 +0100)
pypi's inability to make up its mind regarding separators goes on
(and on and on).

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-booleanpy_5.0.bb [moved from meta/recipes-devtools/python/python3-booleanpy_4.0.bb with 76% similarity]

similarity index 76%
rename from meta/recipes-devtools/python/python3-booleanpy_4.0.bb
rename to meta/recipes-devtools/python/python3-booleanpy_5.0.bb
index 4563cb8c4bd73ae4a5e3faf1a64b76872c47163a..e51ad9d2c16a277444b1545533c23763f9db77e3 100644 (file)
@@ -4,9 +4,9 @@ HOMEPAGE = "https://github.com/bastikr/boolean.py"
 LICENSE = "BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=d118b5feceee598ebeca76e13395c2bd"
 
-SRC_URI[sha256sum] = "17b9a181630e43dde1851d42bef546d616d5d9b4480357514597e78b203d06e4"
+SRC_URI[sha256sum] = "60cbc4bad079753721d32649545505362c754e121570ada4658b852a3a318d95"
 
-PYPI_PACKAGE = "boolean.py"
+PYPI_PACKAGE = "boolean_py"
 UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
 
 inherit pypi setuptools3