14
0

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

- Update to 0.7.3
  * This is a test-only changes release, removing some very old
    testing for reference counts, introduced in 2012, but which
    stopped working with Python 3.14 as it changed reference
    counting by introducing optimizations in some cases. No need
    to upgrade unless you want to make sure the test suite passes
    on 3.14, and no real failures are hidden by the broken reference
    testing.
  * Additionally, the release enables CI on Python 3.14, thanks
    Marcin Zajączkowski!

OBS-URL: https://build.opensuse.org/request/show/1297921
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pylibacl?expand=0&rev=28
This commit is contained in:
2025-08-06 11:04:14 +00:00
committed by Git OBS Bridge
parent 0a27e6eec9
commit a8a70c588b
4 changed files with 18 additions and 4 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Aug 6 10:09:33 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 0.7.3
* This is a test-only changes release, removing some very old
testing for reference counts, introduced in 2012, but which
stopped working with Python 3.14 as it changed reference
counting by introducing optimizations in some cases. No need
to upgrade unless you want to make sure the test suite passes
on 3.14, and no real failures are hidden by the broken reference
testing.
* Additionally, the release enables CI on Python 3.14, thanks
Marcin Zajączkowski!
-------------------------------------------------------------------
Thu Apr 10 12:32:54 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>