From d1528d52df7e4aacdbf1b49fd0eb5608863cf2029e200d0d5e30f862b8a14728 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 12 Jul 2025 17:20:58 +0000 Subject: [PATCH] - 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 --- atpublic-5.1.tar.gz | 3 --- atpublic-6.0.1.tar.gz | 3 +++ python-atpublic.changes | 11 +++++++++++ python-atpublic.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 atpublic-5.1.tar.gz create mode 100644 atpublic-6.0.1.tar.gz diff --git a/atpublic-5.1.tar.gz b/atpublic-5.1.tar.gz deleted file mode 100644 index 895c091..0000000 --- a/atpublic-5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:00bd5366412ef76a64d30b597ae42bd3c0b2cd996728f0c278bb9dbb543b69b8 -size 15056 diff --git a/atpublic-6.0.1.tar.gz b/atpublic-6.0.1.tar.gz new file mode 100644 index 0000000..db57abb --- /dev/null +++ b/atpublic-6.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e8a73c359a8c44d61602e91601fb895b798434703025e818fd124723df9e58e +size 17420 diff --git a/python-atpublic.changes b/python-atpublic.changes index dac9dd6..4b381fc 100644 --- a/python-atpublic.changes +++ b/python-atpublic.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sat Jul 12 17:20:47 UTC 2025 - Dirk Müller + +- 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 diff --git a/python-atpublic.spec b/python-atpublic.spec index 049cbe2..afd33d5 100644 --- a/python-atpublic.spec +++ b/python-atpublic.spec @@ -26,7 +26,7 @@ %endif %{?sle15_python_module_pythons} Name: python-atpublic -Version: 5.1 +Version: 6.0.1 Release: 0 Summary: @public decorator for populating __all__ License: Apache-2.0