From a8a70c588bbc1007c3bccd9d793f67d23fc9127242bd71ca67d5a2338861a2d0 Mon Sep 17 00:00:00 2001 From: Hans-Peter Jansen Date: Wed, 6 Aug 2025 11:04:14 +0000 Subject: [PATCH] Accepting request 1297921 from home:glaubitz:branches:devel:languages:python MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- pylibacl-0.7.2.tar.gz | 3 --- pylibacl-0.7.3.tar.gz | 3 +++ python-pylibacl.changes | 14 ++++++++++++++ python-pylibacl.spec | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 pylibacl-0.7.2.tar.gz create mode 100644 pylibacl-0.7.3.tar.gz diff --git a/pylibacl-0.7.2.tar.gz b/pylibacl-0.7.2.tar.gz deleted file mode 100644 index cc3f7b7..0000000 --- a/pylibacl-0.7.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:56c15e867fe4c724531bbf97407589cbbf8dbd285a8d84fe7ecc90fc322378d7 -size 49337 diff --git a/pylibacl-0.7.3.tar.gz b/pylibacl-0.7.3.tar.gz new file mode 100644 index 0000000..f782f9a --- /dev/null +++ b/pylibacl-0.7.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d9ffb580e0c582d5de598087f75f6940458b23810c615529143c61b172bf922 +size 49494 diff --git a/python-pylibacl.changes b/python-pylibacl.changes index 76342e3..de9d34c 100644 --- a/python-pylibacl.changes +++ b/python-pylibacl.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Wed Aug 6 10:09:33 UTC 2025 - John Paul Adrian Glaubitz + +- 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 diff --git a/python-pylibacl.spec b/python-pylibacl.spec index 9b2019f..6a80f49 100644 --- a/python-pylibacl.spec +++ b/python-pylibacl.spec @@ -19,7 +19,7 @@ %{?sle15_python_module_pythons} Name: python-pylibacl -Version: 0.7.2 +Version: 0.7.3 Release: 0 Summary: POSIX1e ACLs for python License: LGPL-2.1-or-later