diff --git a/cachetools-4.2.1.tar.gz b/cachetools-4.2.1.tar.gz deleted file mode 100644 index 172a001..0000000 Binary files a/cachetools-4.2.1.tar.gz and /dev/null differ diff --git a/python-cachetools.spec b/python-cachetools.spec index ca706b1..796ee6e 100644 --- a/python-cachetools.spec +++ b/python-cachetools.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-cachetools -Version: 4.2.1 +Version: 5.2.0 Release: 1 Summary: Extensible memoizing collections and decorators License: MIT URL: https://github.com/tkem/cachetools/ -Source0: https://files.pythonhosted.org/packages/74/17/5735dd9f015f03d2d928ea108f3c02075b784ceed05d32a98e7e44ddd114/cachetools-4.2.1.tar.gz +Source0: https://github.com/tkem/cachetools/archive/regs/tags/v%{version}.tar.gz BuildArch: noarch %description This module provides various memoizing collections and decorators, @@ -35,7 +35,7 @@ including variants of the Python Standard Library's `@lru_cache`_ function decorator. %prep -%autosetup -n cachetools-4.2.1 +%autosetup -n cachetools-5.2.0 %build %py3_build @@ -80,6 +80,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Jun 23 2022 SimpleUpdate Robot - 5.2.0-1 +- Upgrade to version 5.2.0 + * Tue Jul 13 2021 OpenStack_SIG - 4.2.1-1 - Upgrade to version 4.2.1 diff --git a/v5.2.0.tar.gz b/v5.2.0.tar.gz new file mode 100644 index 0000000..b6a677f Binary files /dev/null and b/v5.2.0.tar.gz differ