forked from pool/python-bitarray
Accepting request 1255980 from home:nkrapp:branches:devel:languages:python
- 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 OBS-URL: https://build.opensuse.org/request/show/1255980 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bitarray?expand=0&rev=56
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user