diff --git a/atpublic-4.0.tar.gz b/atpublic-4.0.tar.gz deleted file mode 100644 index 8cb4bbd482707f84ae2749dda01f78f8dcffba9e..0000000000000000000000000000000000000000 Binary files a/atpublic-4.0.tar.gz and /dev/null differ diff --git a/atpublic-5.0.tar.gz b/atpublic-5.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..501154f1950bcca45909cdd98ab147a38c8e101b Binary files /dev/null and b/atpublic-5.0.tar.gz differ diff --git a/python-atpublic.spec b/python-atpublic.spec index f6d6b6ad9c5821d34fa70be5279ecdd5bd5a906a..e74a94c9ca54a525bdd4b1bb644843350d904939 100644 --- a/python-atpublic.spec +++ b/python-atpublic.spec @@ -1,17 +1,18 @@ %global _empty_manifest_terminate_build 0 Name: python-atpublic -Version: 4.0 +Version: 5.0 Release: 1 Summary: public -- @public for populating __all__ License: Apache 2.0 URL: http://public.readthedocs.io/ -Source0: https://files.pythonhosted.org/packages/4f/c8/22e1e6e2fe2cbe7a789a30d6288db3c1dbdbbe06af0d61277a97e4960b9e/atpublic-4.0.tar.gz +Source0: https://files.pythonhosted.org/packages/5d/18/b1d247792440378abeeb0853f9daa2a127284b68776af6815990be7fcdb0/atpublic-5.0.tar.gz BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-pip BuildRequires: python3-wheel BuildRequires: python3-pdm-pep517 BuildRequires: python3-pdm-backend +BuildRequires: python3-hatchling %description This is a very simple decorator and function which populates a module's @@ -62,6 +63,10 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Fri Aug 02 2024 Hann - 5.0-1 +- Update package to version 5.0 +- Switch to hatch, replacing pdm and tox + * Thu Dec 07 2023 jiangxinyu - 4.0-1 - Update package to version 4.0