14
0

Accepting request 1278168 from home:mnhauke

- Update to version 3.4.1
  * add `pyproject.toml`, see #233
  * implement `bits2bytes()` in C.
  * optimize `delslice()` when `step` is larger than about 5.
  * consistently name `*_span()` and `*_range()` in C for
    invert, set and count.
  * organize and add tests.

OBS-URL: https://build.opensuse.org/request/show/1278168
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bitarray?expand=0&rev=64
This commit is contained in:
2025-05-19 07:49:03 +00:00
committed by Git OBS Bridge
parent b77152449b
commit 32f326fa96
4 changed files with 15 additions and 4 deletions

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-bitarray
Version: 3.4.0
Version: 3.4.1
Release: 0
Summary: Efficient Arrays of Booleans
License: Python-2.0