diff --git a/atpublic-6.0.2.tar.gz b/atpublic-6.0.2.tar.gz deleted file mode 100644 index b076cd4d6560dc04434f8f92a6b9c7571e56f0f4..0000000000000000000000000000000000000000 Binary files a/atpublic-6.0.2.tar.gz and /dev/null differ diff --git a/atpublic-7.0.0.tar.gz b/atpublic-7.0.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..f5d32d01db96da5126859b7a84456699106654c6 Binary files /dev/null and b/atpublic-7.0.0.tar.gz differ diff --git a/python-atpublic.spec b/python-atpublic.spec index 66e008ef7f921625565d1e2020cfda924f4eedfe..d6212b21d1c6b0b55963be40facabec527813463 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.2 +Version: 7.0.0 Release: 1 Summary: public -- @public for populating __all__ License: Apache-2.0 @@ -63,6 +63,12 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Mon Dec 01 2025 yyli - 7.0.0-1 +- update to 7.0.0: + * Drop Python 3.9. + * Documentation improvements. + * 'pyproject.toml' updates and improvements. + * Wed Oct 15 2025 lilu - 6.0.2-1 - update to 6.0.2: * Documentation improvements and CI updates.