diff --git a/bitarray-3.5.2.tar.gz b/bitarray-3.5.2.tar.gz deleted file mode 100644 index 211173f..0000000 --- a/bitarray-3.5.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3a8bdf36e009a31568aab9fb49d195b3dc9dceba30ac9233fa1622641db84ae6 -size 215732 diff --git a/bitarray-3.6.0.tar.gz b/bitarray-3.6.0.tar.gz new file mode 100644 index 0000000..cf152c3 --- /dev/null +++ b/bitarray-3.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a386dda16a306f986a752f091ac8a52156b26ee1d799a7cbce75eb83dc2516b7 +size 220412 diff --git a/python-bitarray.changes b/python-bitarray.changes index 218993f..956ef34 100644 --- a/python-bitarray.changes +++ b/python-bitarray.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Aug 11 14:06:41 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 3.6.0 + * add `util.random_k()`, see #237 + * add `util.sum_indices()` + * optimize `util.xor_indices()` + * move development files from `examples/` to `devel/` +- Adjust file paths for removing .gitignore files from source + ------------------------------------------------------------------- Tue Jul 22 09:53:19 UTC 2025 - Dirk Müller diff --git a/python-bitarray.spec b/python-bitarray.spec index 3174536..4dbf615 100644 --- a/python-bitarray.spec +++ b/python-bitarray.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-bitarray -Version: 3.5.2 +Version: 3.6.0 Release: 0 Summary: Efficient Arrays of Booleans License: Python-2.0 @@ -59,7 +59,7 @@ export CFLAGS="%{optflags}" %install %pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitearch} -rm examples/resize/.gitignore examples/puff/.gitignore +rm devel/resize/.gitignore examples/puff/.gitignore %check # tests don't run from within the source directory