17
0

Accepting request 1318202 from home:glaubitz:branches:devel:languages:python

- Update to 3.8.0
  * add experimental support for free-threaded builds (GIL disabled), #234
  * remove `_set_default_endian()`
  * add `.__bytes__()`, see #246

OBS-URL: https://build.opensuse.org/request/show/1318202
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bitarray?expand=0&rev=82
This commit is contained in:
2025-11-17 15:09:01 +00:00
committed by Git OBS Bridge
parent 3ce19f1585
commit 7ffc2e60c7
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Nov 17 09:31:56 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 3.8.0
* add experimental support for free-threaded builds (GIL disabled), #234
* remove `_set_default_endian()`
* add `.__bytes__()`, see #246
-------------------------------------------------------------------
Tue Oct 21 09:19:26 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>