14
0

Accepting request 1296292 from devel:languages:python

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1296292
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bitarray?expand=0&rev=38
This commit is contained in:
2025-07-30 09:45:06 +00:00
committed by Git OBS Bridge
4 changed files with 16 additions and 4 deletions

View File

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

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

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

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Jul 22 09:53:19 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 3.5.2:
* optimize util.random_p() by also using bitwise AND in final
step
* fix DeprecationWarning regarding u type code
* add verification tests for internals of util.random_p()
* optimize util.random_p() for n < 100
* add Random Bitarrays documentation
* add statistical tests for random functions
-------------------------------------------------------------------
Sat Jul 12 11:38:34 UTC 2025 - Dirk Müller <dmueller@suse.com>

View File

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