diff --git a/bitarray-2.9.2.tar.gz b/bitarray-2.9.2.tar.gz deleted file mode 100644 index 9e1c3cf..0000000 --- a/bitarray-2.9.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:33c5ff01fa0241d34dcea34efc7bbb86ebcb3ad28946e23fc4970642f4554ac5 -size 182432 diff --git a/bitarray-3.0.0.tar.gz b/bitarray-3.0.0.tar.gz new file mode 100644 index 0000000..7c21694 --- /dev/null +++ b/bitarray-3.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d10d1bd057428f4442da4a0724332e83f2fcaf33d01941b5c1a6b852339979d +size 177808 diff --git a/python-bitarray.changes b/python-bitarray.changes index a51621b..e367f7f 100644 --- a/python-bitarray.changes +++ b/python-bitarray.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Mon Oct 28 11:36:18 UTC 2024 - Dirk Müller + +- update to 3.0.0: + * see Bitarray 3 transition + * 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, + see detailed explaination in #207 - closes #206 + * add official Python 3.13 support + * update cibuildwheel to 2.21.3 + * minor simplifications + * fix some typos + ------------------------------------------------------------------- Mon Sep 30 19:41:46 UTC 2024 - Guang Yee diff --git a/python-bitarray.spec b/python-bitarray.spec index 32a40c4..1e730df 100644 --- a/python-bitarray.spec +++ b/python-bitarray.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-bitarray -Version: 2.9.2 +Version: 3.0.0 Release: 0 Summary: Efficient Arrays of Booleans License: Python-2.0