15
0

- update to 6.0.1:

* Fix test suite when run with Python < 3.12.  (:GL:`28`)
  * Add test for Python 3.14.
  * Added populate_all() which can be called from the bottom of
    your module to infer and populate your module's __all__.  Use
    this if you don't like the decorator syntax.  (:GL:`27`)
  * Documentation improvements.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-atpublic?expand=0&rev=22
This commit is contained in:
2025-07-12 17:20:58 +00:00
committed by Git OBS Bridge
parent 57db169cd2
commit d1528d52df
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sat Jul 12 17:20:47 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 6.0.1:
* Fix test suite when run with Python < 3.12. (:GL:`28`)
* Add test for Python 3.14.
* Added populate_all() which can be called from the bottom of
your module to infer and populate your module's __all__. Use
this if you don't like the decorator syntax. (:GL:`27`)
* Documentation improvements.
-------------------------------------------------------------------
Mon Feb 3 13:26:53 UTC 2025 - Dirk Müller <dmueller@suse.com>