14
0

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
This commit is contained in:
2025-04-10 13:49:32 +00:00
committed by Git OBS Bridge
parent 80e9dde5e4
commit 0a27e6eec9
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
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>