From 0a27e6eec9098d9f4b3fe27b377c32de139eb1ec5b97fb28c80cd1aa19b913c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Thu, 10 Apr 2025 13:49:32 +0000 Subject: [PATCH] Accepting request 1268391 from home:glaubitz:branches:devel:languages:python - Update to 0.7.2 * Single-bugfix release: fixed the typing stub module. Nothing exercised it, and having been generated with pre-3.6 stubgen, it failed to work on modern versions. No tests failed (should add some), but the doc build by Sphinx failed accidentally since the failure to import (which was ignored) led to a missing title for the module, which Sphinx complained about. Quite funny :) OBS-URL: https://build.opensuse.org/request/show/1268391 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pylibacl?expand=0&rev=26 --- pylibacl-0.7.1.tar.gz | 3 --- pylibacl-0.7.2.tar.gz | 3 +++ python-pylibacl.changes | 12 ++++++++++++ python-pylibacl.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 pylibacl-0.7.1.tar.gz create mode 100644 pylibacl-0.7.2.tar.gz diff --git a/pylibacl-0.7.1.tar.gz b/pylibacl-0.7.1.tar.gz deleted file mode 100644 index e83f93e..0000000 --- a/pylibacl-0.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:450a7b3cc64a7f254430b466d8a745f259ae134432a9a4ca930ef88424b9be58 -size 49017 diff --git a/pylibacl-0.7.2.tar.gz b/pylibacl-0.7.2.tar.gz new file mode 100644 index 0000000..cc3f7b7 --- /dev/null +++ b/pylibacl-0.7.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56c15e867fe4c724531bbf97407589cbbf8dbd285a8d84fe7ecc90fc322378d7 +size 49337 diff --git a/python-pylibacl.changes b/python-pylibacl.changes index a001d15..76342e3 100644 --- a/python-pylibacl.changes +++ b/python-pylibacl.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Apr 10 12:32:54 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 0.7.2 + * Single-bugfix release: fixed the typing stub module. Nothing + exercised it, and having been generated with pre-3.6 stubgen, + it failed to work on modern versions. No tests failed (should + add some), but the doc build by Sphinx failed accidentally + since the failure to import (which was ignored) led to a + missing title for the module, which Sphinx complained about. + Quite funny :) + ------------------------------------------------------------------- Fri Feb 21 15:10:30 UTC 2025 - John Paul Adrian Glaubitz diff --git a/python-pylibacl.spec b/python-pylibacl.spec index 91669f2..9b2019f 100644 --- a/python-pylibacl.spec +++ b/python-pylibacl.spec @@ -19,7 +19,7 @@ %{?sle15_python_module_pythons} Name: python-pylibacl -Version: 0.7.1 +Version: 0.7.2 Release: 0 Summary: POSIX1e ACLs for python License: LGPL-2.1-or-later