17
0

6 Commits

Author SHA256 Message Date
7d39e7875a Accepting request 1297936 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1297936
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pylibacl?expand=0&rev=10
2025-08-06 12:34:53 +00:00
a8a70c588b 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
2025-08-06 11:04:14 +00:00
bd890d0828 Accepting request 1268412 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1268412
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pylibacl?expand=0&rev=9
2025-04-10 20:00:01 +00:00
0a27e6eec9 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
2025-04-10 13:49:32 +00:00
5d5f9b2b0b Accepting request 1247755 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1247755
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pylibacl?expand=0&rev=8
2025-02-22 18:04:53 +00:00
80e9dde5e4 Accepting request 1247676 from home:glaubitz:branches:devel:languages:python
- Update to 0.7.1
  * Minor version, with a few test improvements, and updated
    documentation building dependencies. No user-visible
    changes otherwise.

OBS-URL: https://build.opensuse.org/request/show/1247676
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pylibacl?expand=0&rev=24
2025-02-21 21:30:56 +00:00
4 changed files with 39 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ed496e74ca5452d5d4cebe23df229ea462735a96528b9fa28e3ce1f7a2bed31a
size 47543

3
pylibacl-0.7.3.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9d9ffb580e0c582d5de598087f75f6940458b23810c615529143c61b172bf922
size 49494

View File

@@ -1,3 +1,37 @@
-------------------------------------------------------------------
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>
- 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 <adrian.glaubitz@suse.com>
- Update to 0.7.1
* Minor version, with a few test improvements, and updated
documentation building dependencies. No user-visible
changes otherwise.
-------------------------------------------------------------------
Sun Jan 7 21:37:36 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pylibacl
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2013-2020 LISA GmbH, Bingen, Germany
#
# All modifications and additions to the file contributed by third parties
@@ -19,7 +19,7 @@
%{?sle15_python_module_pythons}
Name: python-pylibacl
Version: 0.7.0
Version: 0.7.3
Release: 0
Summary: POSIX1e ACLs for python
License: LGPL-2.1-or-later