From 34a86f1e489b5a1bb8f7310273a44398a84857d4b9f26a783ab6efec0fea0121 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 22 Jul 2025 09:53:24 +0000 Subject: [PATCH] - 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 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bitarray?expand=0&rev=74 --- bitarray-3.5.0.tar.gz | 3 --- bitarray-3.5.2.tar.gz | 3 +++ python-bitarray.changes | 12 ++++++++++++ python-bitarray.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 bitarray-3.5.0.tar.gz create mode 100644 bitarray-3.5.2.tar.gz diff --git a/bitarray-3.5.0.tar.gz b/bitarray-3.5.0.tar.gz deleted file mode 100644 index 5e088aa..0000000 --- a/bitarray-3.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c4da4f8d0d3a7a78e6676ef29080530e87b21ac21725068c866f18e859303602 -size 209963 diff --git a/bitarray-3.5.2.tar.gz b/bitarray-3.5.2.tar.gz new file mode 100644 index 0000000..211173f --- /dev/null +++ b/bitarray-3.5.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a8bdf36e009a31568aab9fb49d195b3dc9dceba30ac9233fa1622641db84ae6 +size 215732 diff --git a/python-bitarray.changes b/python-bitarray.changes index ee546c7..218993f 100644 --- a/python-bitarray.changes +++ b/python-bitarray.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Jul 22 09:53:19 UTC 2025 - Dirk Müller + +- 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 diff --git a/python-bitarray.spec b/python-bitarray.spec index ffcd3ae..3174536 100644 --- a/python-bitarray.spec +++ b/python-bitarray.spec @@ -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