From 3ce19f1585856977d4239bff5fa587367e099b3c80bc1806213096fc40532e5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 21 Oct 2025 11:50:34 +0000 Subject: [PATCH] Accepting request 1312727 from home:glaubitz:branches: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 OBS-URL: https://build.opensuse.org/request/show/1312727 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bitarray?expand=0&rev=80 --- bitarray-3.7.1.tar.gz | 3 --- bitarray-3.7.2.tar.gz | 3 +++ python-bitarray.changes | 9 +++++++++ python-bitarray.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 bitarray-3.7.1.tar.gz create mode 100644 bitarray-3.7.2.tar.gz diff --git a/bitarray-3.7.1.tar.gz b/bitarray-3.7.1.tar.gz deleted file mode 100644 index 07e18c8..0000000 --- a/bitarray-3.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:70611d1d07747e3914df1ac952ecbb3c870430d07335bda241223ccd3d2eb263 -size 235519 diff --git a/bitarray-3.7.2.tar.gz b/bitarray-3.7.2.tar.gz new file mode 100644 index 0000000..60c0f94 --- /dev/null +++ b/bitarray-3.7.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:927253f18e9b8d6e2154b3cfdcc15047fdc458a191e560d8047d8066f2502ec0 +size 235965 diff --git a/python-bitarray.changes b/python-bitarray.changes index 821f2be..9999a03 100644 --- a/python-bitarray.changes +++ b/python-bitarray.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Oct 21 09:19:26 UTC 2025 - John Paul Adrian Glaubitz + +- 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 diff --git a/python-bitarray.spec b/python-bitarray.spec index 25b997a..c965ffa 100644 --- a/python-bitarray.spec +++ b/python-bitarray.spec @@ -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