* 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/package/show/devel:languages:python/python-pylibacl?expand=0&rev=28
* 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/package/show/devel:languages:python/python-pylibacl?expand=0&rev=26