diff --git a/atpublic-5.0.tar.gz b/atpublic-5.0.tar.gz deleted file mode 100644 index 501154f1950bcca45909cdd98ab147a38c8e101b..0000000000000000000000000000000000000000 Binary files a/atpublic-5.0.tar.gz and /dev/null differ diff --git a/atpublic-5.1.tar.gz b/atpublic-5.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..e7fa81640b78da1a834079562eeac0c6f01e4d58 Binary files /dev/null and b/atpublic-5.1.tar.gz differ diff --git a/python-atpublic.spec b/python-atpublic.spec index 3d9d1cc8f59901853eaf16b2785097452a8a451f..d36a9dd0d28a13ff6571b5ddf43a537a296f1cf6 100644 --- a/python-atpublic.spec +++ b/python-atpublic.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-atpublic -Version: 5.0 +Version: 5.1 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 +* Thu Apr 03 2025 openeuler_bot - 5.1-1 +- update python-atpublic to 5.1 + + * Fri Aug 30 2024 yaoxin - 5.0-1 - Update to 5.0: * @public is now properly type annotated.