diff --git a/atpublic-5.1.tar.gz b/atpublic-5.1.tar.gz deleted file mode 100644 index e7fa81640b78da1a834079562eeac0c6f01e4d58..0000000000000000000000000000000000000000 Binary files a/atpublic-5.1.tar.gz and /dev/null differ diff --git a/atpublic-6.0.tar.gz b/atpublic-6.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..a862db82bfeb3e83c0b9b451b494a7985cf7b692 Binary files /dev/null and b/atpublic-6.0.tar.gz differ diff --git a/python-atpublic.spec b/python-atpublic.spec index d39218a7a514a7f70e8ef74ed35753d4b489d63a..a8324b9f83292aa3a277d3a569c6a7517540f8d9 100644 --- a/python-atpublic.spec +++ b/python-atpublic.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-atpublic -Version: 5.1 +Version: 6.0 Release: 1 Summary: public -- @public for populating __all__ License: Apache-2.0 @@ -63,6 +63,9 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Tue Aug 05 2025 openeuler_bot - 6.0-1 +- Added ``populate_all()`` which can be called from the bottom of your module to infer and populate your module's ``__all__``. (version:6.0) + * Tue Apr 22 2025 zhangxianjun - 5.1-1 - update to 5.1: *Drop official support for Python 3.8, add support for Python 3.13.