diff --git a/Deprecated-1.2.13.tar.gz b/Deprecated-1.2.14.tar.gz similarity index 59% rename from Deprecated-1.2.13.tar.gz rename to Deprecated-1.2.14.tar.gz index 9e395da..4418c71 100644 Binary files a/Deprecated-1.2.13.tar.gz and b/Deprecated-1.2.14.tar.gz differ diff --git a/python-deprecated.spec b/python-deprecated.spec index 67733d3..e271068 100644 --- a/python-deprecated.spec +++ b/python-deprecated.spec @@ -2,7 +2,7 @@ %global pkgname deprecated Name: python-%{pkgname} -Version: 1.2.13 +Version: 1.2.14 Release: 1 Summary: Python decorator to deprecate old python classes, functions or methods License: MIT @@ -40,5 +40,8 @@ rm -rf %{pkgname}.egg-info %{python3_sitelib}/%{srcname}-*.egg-info/ %changelog +* Wed Jul 05 2023 chenzixuan - 1.2.14-1 +- Updated to 1.2.14 + * Fri Jul 01 2022 wangkai - 1.2.13-1 - Package init