diff --git a/atpublic-6.0.1.tar.gz b/atpublic-6.0.1.tar.gz deleted file mode 100644 index dd30471ca1e79634e8a2360cd972f4fb9dec260b..0000000000000000000000000000000000000000 Binary files a/atpublic-6.0.1.tar.gz and /dev/null differ diff --git a/atpublic-6.0.2.tar.gz b/atpublic-6.0.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..b076cd4d6560dc04434f8f92a6b9c7571e56f0f4 Binary files /dev/null and b/atpublic-6.0.2.tar.gz differ diff --git a/python-atpublic.spec b/python-atpublic.spec index 45465fdd8b6948044e5b5bebc3b37245ac2ae02e..66e008ef7f921625565d1e2020cfda924f4eedfe 100644 --- a/python-atpublic.spec +++ b/python-atpublic.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-atpublic -Version: 6.0.1 +Version: 6.0.2 Release: 1 Summary: public -- @public for populating __all__ License: Apache-2.0 @@ -63,6 +63,10 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Wed Oct 15 2025 lilu - 6.0.2-1 +- update to 6.0.2: + * Documentation improvements and CI updates. + * Mon Aug 11 2025 zhang_wenyu - 6.0.1-1 - update to 6.0.1: * Fix test suite when run with Python < 3.12.