diff --git a/bitarray-3.7.1.tar.gz b/bitarray-3.7.1.tar.gz deleted file mode 100644 index 07e18c8..0000000 --- a/bitarray-3.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:70611d1d07747e3914df1ac952ecbb3c870430d07335bda241223ccd3d2eb263 -size 235519 diff --git a/bitarray-3.7.2.tar.gz b/bitarray-3.7.2.tar.gz new file mode 100644 index 0000000..60c0f94 --- /dev/null +++ b/bitarray-3.7.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:927253f18e9b8d6e2154b3cfdcc15047fdc458a191e560d8047d8066f2502ec0 +size 235965 diff --git a/python-bitarray.changes b/python-bitarray.changes index 821f2be..9999a03 100644 --- a/python-bitarray.changes +++ b/python-bitarray.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Oct 21 09:19:26 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 3.7.2 + * enable `util.random_k()` for all supported Python versions, + previously this functions required Python 3.9 or higher + * add official Python 3.14 support + * update cibuildwheel to 3.2.0 + ------------------------------------------------------------------- Wed Sep 10 06:04:56 UTC 2025 - John Paul Adrian Glaubitz diff --git a/python-bitarray.spec b/python-bitarray.spec index 25b997a..c965ffa 100644 --- a/python-bitarray.spec +++ b/python-bitarray.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-bitarray -Version: 3.7.1 +Version: 3.7.2 Release: 0 Summary: Efficient Arrays of Booleans License: Python-2.0