forked from pool/python-bitarray
Accepting request 1255999 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1255999 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bitarray?expand=0&rev=29
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7d10d1bd057428f4442da4a0724332e83f2fcaf33d01941b5c1a6b852339979d
|
|
||||||
size 177808
|
|
3
bitarray-3.2.0.tar.gz
Normal file
3
bitarray-3.2.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3b5c206dd7f8918f34d479800d4ad439b7859b021b19dfbc36382b0a0b56cb1a
|
||||||
|
size 190625
|
@@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 25 12:35:45 UTC 2025 - Nico Krapp <nico.krapp@suse.com>
|
||||||
|
|
||||||
|
- 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 <dmueller@suse.com>
|
Mon Oct 28 11:36:18 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-bitarray
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-bitarray
|
Name: python-bitarray
|
||||||
Version: 3.0.0
|
Version: 3.2.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Efficient Arrays of Booleans
|
Summary: Efficient Arrays of Booleans
|
||||||
License: Python-2.0
|
License: Python-2.0
|
||||||
@@ -57,7 +57,7 @@ export CFLAGS="%{optflags}"
|
|||||||
%install
|
%install
|
||||||
%python_install
|
%python_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
||||||
rm examples/growth/.gitignore
|
rm examples/resize/.gitignore examples/puff/.gitignore
|
||||||
|
|
||||||
%check
|
%check
|
||||||
# tests don't run from within the source directory
|
# tests don't run from within the source directory
|
||||||
@@ -66,6 +66,7 @@ rm examples/growth/.gitignore
|
|||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc examples CHANGE_LOG README.rst
|
%doc examples CHANGE_LOG README.rst
|
||||||
%{python_sitearch}/bitarray*
|
%{python_sitearch}/bitarray
|
||||||
|
%{python_sitearch}/bitarray-%{version}*.egg-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user