15
0

Accepting request 1312824 from devel:languages:python

- Update to 3.7.2
  * enable `util.random_k()` for all supported Python versions,
    previously this functions required Python 3.9 or higher
  * add official Python 3.14 support
  * update cibuildwheel to 3.2.0 (forwarded request 1312727 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/1312824
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bitarray?expand=0&rev=41
This commit is contained in:
2025-10-22 10:15:38 +00:00
committed by Git OBS Bridge
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:70611d1d07747e3914df1ac952ecbb3c870430d07335bda241223ccd3d2eb263
size 235519

3
bitarray-3.7.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:927253f18e9b8d6e2154b3cfdcc15047fdc458a191e560d8047d8066f2502ec0
size 235965

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Oct 21 09:19:26 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 3.7.2
* enable `util.random_k()` for all supported Python versions,
previously this functions required Python 3.9 or higher
* add official Python 3.14 support
* update cibuildwheel to 3.2.0
-------------------------------------------------------------------
Wed Sep 10 06:04:56 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

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