diff --git a/bitarray-3.0.0.tar.gz b/bitarray-3.0.0.tar.gz deleted file mode 100644 index 7c21694..0000000 --- a/bitarray-3.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7d10d1bd057428f4442da4a0724332e83f2fcaf33d01941b5c1a6b852339979d -size 177808 diff --git a/bitarray-3.2.0.tar.gz b/bitarray-3.2.0.tar.gz new file mode 100644 index 0000000..c3fd52f --- /dev/null +++ b/bitarray-3.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b5c206dd7f8918f34d479800d4ad439b7859b021b19dfbc36382b0a0b56cb1a +size 190625 diff --git a/python-bitarray.changes b/python-bitarray.changes index e367f7f..20ebff8 100644 --- a/python-bitarray.changes +++ b/python-bitarray.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Tue Mar 25 12:35:45 UTC 2025 - Nico Krapp + +- Update to 3.2.0 + * add `util.xor_indices()`, #229 + * add Hamming code example +- Update to 3.1.1 + * updated `pythoncapi_compat.h` for pypy3.11 support, see #227 + * use `__builtin_parityll()` when available in `util.parity()` + * add `parity_64()` to header + * simplify some tests + * add LFSR example +- Update to 3.1.0 + * allow mask assignment to bitarrays, see #225 + * add missing masked operations to pyi-file + * refactor `resize()` and avoid overallocation when downsizing buffer + * update `build_wheels.yml` + * fix some typos + * minor simplifications + * rename `growth/` example to `resize/` and add tests for `resize()` + * update gene example + * add comments + ------------------------------------------------------------------- Mon Oct 28 11:36:18 UTC 2024 - Dirk Müller diff --git a/python-bitarray.spec b/python-bitarray.spec index 1e730df..54b946b 100644 --- a/python-bitarray.spec +++ b/python-bitarray.spec @@ -1,7 +1,7 @@ # # spec file for package python-bitarray # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-bitarray -Version: 3.0.0 +Version: 3.2.0 Release: 0 Summary: Efficient Arrays of Booleans License: Python-2.0 @@ -57,7 +57,7 @@ export CFLAGS="%{optflags}" %install %python_install %python_expand %fdupes %{buildroot}%{$python_sitearch} -rm examples/growth/.gitignore +rm examples/resize/.gitignore examples/puff/.gitignore %check # tests don't run from within the source directory @@ -66,6 +66,7 @@ rm examples/growth/.gitignore %files %{python_files} %license LICENSE %doc examples CHANGE_LOG README.rst -%{python_sitearch}/bitarray* +%{python_sitearch}/bitarray +%{python_sitearch}/bitarray-%{version}*.egg-info %changelog