summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2025-04-25 12:32:46 +0300
committerKhem Raj <raj.khem@gmail.com>2025-04-25 08:00:01 -0700
commit1919d441cdbed226a4536188a2ac9fee9ef6a63b (patch)
treef7db1eba6af8a4f48829f1720240eebac7f01e9b /meta-python
parent7515f8721aeda83a3dd238ff170a6cab9ebabe39 (diff)
downloadmeta-openembedded-1919d441cdbed226a4536188a2ac9fee9ef6a63b.tar.gz
python3-bitstring: Uprade 4.3.0 -> 4.3.1
Upgrade to release 4.3.1: - Updated bitarray dependency to allow for v3.x. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-bitstring_4.3.1.bb (renamed from meta-python/recipes-devtools/python/python3-bitstring_4.3.0.bb)4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python3-bitstring_4.3.0.bb b/meta-python/recipes-devtools/python/python3-bitstring_4.3.1.bb
index 79591fde7d..31b4330c21 100644
--- a/meta-python/recipes-devtools/python/python3-bitstring_4.3.0.bb
+++ b/meta-python/recipes-devtools/python/python3-bitstring_4.3.1.bb
@@ -3,9 +3,7 @@ HOMEPAGE = "https://github.com/scott-griffiths/bitstring"
3LICENSE = "MIT" 3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=963a24c175e658fbf16a764135121ffa" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=963a24c175e658fbf16a764135121ffa"
5 5
6SRC_URI[sha256sum] = "81800bc4e00b6508716adbae648e741256355c8dfd19541f76482fb89bee0313" 6SRC_URI[sha256sum] = "a08bc09d3857216d4c0f412a1611056f1cc2b64fd254fb1e8a0afba7cfa1a95a"
7
8PYPI_PACKAGE = "bitstring"
9 7
10inherit pypi python_poetry_core 8inherit pypi python_poetry_core
11 9