diff --git a/python-cachetools.spec b/python-cachetools.spec index 796ee6edc9f0217288a3186d3c25e5b80edd7ef4..e5c1b546aac0d96a9a1bc125572876167586bcce 100644 --- a/python-cachetools.spec +++ b/python-cachetools.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-cachetools -Version: 5.2.0 +Version: 5.3.0 Release: 1 Summary: Extensible memoizing collections and decorators License: MIT @@ -35,7 +35,7 @@ including variants of the Python Standard Library's `@lru_cache`_ function decorator. %prep -%autosetup -n cachetools-5.2.0 +%autosetup -n cachetools-%{version} %build %py3_build @@ -80,6 +80,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Apr 07 2023 xu_ping <707078654@qq.com> - 5.3.0-1 +- Upgrade to version 5.3.0 + * Thu Jun 23 2022 SimpleUpdate Robot - 5.2.0-1 - Upgrade to version 5.2.0 diff --git a/v5.2.0.tar.gz b/v5.2.0.tar.gz deleted file mode 100644 index b6a677f055db813e169330153644469fe21f7e9d..0000000000000000000000000000000000000000 Binary files a/v5.2.0.tar.gz and /dev/null differ diff --git a/v5.3.0.tar.gz b/v5.3.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..f0ec2542a8c0acbdf43c4c6225ee703846d72f9a Binary files /dev/null and b/v5.3.0.tar.gz differ