updated to 1.2.14

This commit is contained in:
Jason_828e 2023-07-04 08:22:05 +08:00
parent 1cc7205d0e
commit 5486fe8285
2 changed files with 4 additions and 1 deletions

View File

@ -2,7 +2,7 @@
%global pkgname deprecated %global pkgname deprecated
Name: python-%{pkgname} Name: python-%{pkgname}
Version: 1.2.13 Version: 1.2.14
Release: 1 Release: 1
Summary: Python decorator to deprecate old python classes, functions or methods Summary: Python decorator to deprecate old python classes, functions or methods
License: MIT License: MIT
@ -40,5 +40,8 @@ rm -rf %{pkgname}.egg-info
%{python3_sitelib}/%{srcname}-*.egg-info/ %{python3_sitelib}/%{srcname}-*.egg-info/
%changelog %changelog
* Wed Jul 05 2023 chenzixuan <chenzixuan@kylinos.cn> - 1.2.14-1
- Updated to 1.2.14
* Fri Jul 01 2022 wangkai <wangkai385@h-partners.com> - 1.2.13-1 * Fri Jul 01 2022 wangkai <wangkai385@h-partners.com> - 1.2.13-1
- Package init - Package init