Upgrade to version 3.0.0:

- Remove Python 2.7 support
- .decode() now returns iterator (equivalent to past .iterdecode())
- .search() now returns iterator (equivalent to past .itersearch())
- Remove .iterdecode() and .itersearch()
- Remove util.rindex(), use .index(..., right=1) instead,
  deprecated since 2.9
- Remove util.make_endian(), use bitarray(..., endian=...) instead,
  deprecated since 2.9
- Remove hackish support for bitarray() handling unpickling

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

diff --git a/meta-python/recipes-devtools/python/python3-bitarray_2.9.3.bb 
b/meta-python/recipes-devtools/python/python3-bitarray_3.0.0.bb
similarity index 80%
rename from meta-python/recipes-devtools/python/python3-bitarray_2.9.3.bb
rename to meta-python/recipes-devtools/python/python3-bitarray_3.0.0.bb
index c19307cc93..c2a7e770d6 100644
--- a/meta-python/recipes-devtools/python/python3-bitarray_2.9.3.bb
+++ b/meta-python/recipes-devtools/python/python3-bitarray_3.0.0.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "https://github.com/ilanschnell/bitarray";
 LICENSE = "PSF-2.0"
 LIC_FILES_CHKSUM = 
"file://PKG-INFO;beginline=8;endline=8;md5=2ad702cdcd49e8d2ac01d7e7d0810d2d"
 
-SRC_URI[sha256sum] = 
"9eff55cf189b0c37ba97156a00d640eb7392db58a8049be6f26ff2712b93fa89"
+SRC_URI[sha256sum] = 
"a2083dc20f0d828a7cdf7a16b20dae56aab0f43dc4f347a3b3039f6577992b03"
 
 inherit setuptools3 pypi
 
-- 
2.39.5

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#114074): 
https://lists.openembedded.org/g/openembedded-devel/message/114074
Mute This Topic: https://lists.openembedded.org/mt/109790837/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to