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.1.tar.gz b/atpublic-6.0.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..dd30471ca1e79634e8a2360cd972f4fb9dec260b Binary files /dev/null and b/atpublic-6.0.1.tar.gz differ diff --git a/python-atpublic.spec b/python-atpublic.spec index d39218a7a514a7f70e8ef74ed35753d4b489d63a..45465fdd8b6948044e5b5bebc3b37245ac2ae02e 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.1 Release: 1 Summary: public -- @public for populating __all__ License: Apache-2.0 @@ -63,6 +63,11 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Mon Aug 11 2025 zhang_wenyu - 6.0.1-1 +- update to 6.0.1: + * Fix test suite when run with Python < 3.12. + * Add test for Python 3.14. + * 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.