17
0

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
This commit is contained in:
2025-10-21 11:50:34 +00:00
committed by Git OBS Bridge
parent 4b4ff1411e
commit 3ce19f1585
4 changed files with 13 additions and 4 deletions

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>