forked from pool/python-pylibacl
Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| ed3b6b386a | |||
| ce5c5594ef | |||
| ad4f70a084 | |||
| 05957d0d34 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ed496e74ca5452d5d4cebe23df229ea462735a96528b9fa28e3ce1f7a2bed31a
|
||||
size 47543
|
||||
3
pylibacl-0.7.2.tar.gz
Normal file
3
pylibacl-0.7.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:56c15e867fe4c724531bbf97407589cbbf8dbd285a8d84fe7ecc90fc322378d7
|
||||
size 49337
|
||||
@@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
||||
@@ -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.2
|
||||
Release: 0
|
||||
Summary: POSIX1e ACLs for python
|
||||
License: LGPL-2.1-or-later
|
||||
|
||||
Reference in New Issue
Block a user