diff options
| author | Alexander Kanavin <alex@linutronix.de> | 2025-09-11 10:51:13 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-09-15 17:57:23 +0100 |
| commit | 5d7a1af68f95516ec10bb3ad0bf445cc8a090419 (patch) | |
| tree | 0f9f9abb7cfdd3409007dd4884db42b14053783c /meta/recipes-devtools/python | |
| parent | 2a86f487d75f8ff21df5601de3f96da3569125c0 (diff) | |
| download | poky-5d7a1af68f95516ec10bb3ad0bf445cc8a090419.tar.gz | |
python3-booleanpy: update 4.0 -> 5.0
pypi's inability to make up its mind regarding separators goes on
(and on and on).
(From OE-Core rev: 9ddb5e8e23ec4747f26713e1937878abd8d7fc60)
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>
Diffstat (limited to 'meta/recipes-devtools/python')
| -rw-r--r-- | meta/recipes-devtools/python/python3-booleanpy_5.0.bb (renamed from meta/recipes-devtools/python/python3-booleanpy_4.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3-booleanpy_4.0.bb b/meta/recipes-devtools/python/python3-booleanpy_5.0.bb index 4563cb8c4b..e51ad9d2c1 100644 --- a/meta/recipes-devtools/python/python3-booleanpy_4.0.bb +++ b/meta/recipes-devtools/python/python3-booleanpy_5.0.bb | |||
| @@ -4,9 +4,9 @@ HOMEPAGE = "https://github.com/bastikr/boolean.py" | |||
| 4 | LICENSE = "BSD-2-Clause" | 4 | LICENSE = "BSD-2-Clause" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=d118b5feceee598ebeca76e13395c2bd" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=d118b5feceee598ebeca76e13395c2bd" |
| 6 | 6 | ||
| 7 | SRC_URI[sha256sum] = "17b9a181630e43dde1851d42bef546d616d5d9b4480357514597e78b203d06e4" | 7 | SRC_URI[sha256sum] = "60cbc4bad079753721d32649545505362c754e121570ada4658b852a3a318d95" |
| 8 | 8 | ||
| 9 | PYPI_PACKAGE = "boolean.py" | 9 | PYPI_PACKAGE = "boolean_py" |
| 10 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | 10 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" |
| 11 | 11 | ||
| 12 | inherit pypi setuptools3 | 12 | inherit pypi setuptools3 |
