diff --git a/dogpile.cache-1.1.8.tar.gz b/dogpile.cache-1.1.8.tar.gz deleted file mode 100644 index 39a6f3e..0000000 Binary files a/dogpile.cache-1.1.8.tar.gz and /dev/null differ diff --git a/dogpile.cache-1.2.1.tar.gz b/dogpile.cache-1.2.1.tar.gz new file mode 100644 index 0000000..0dd7643 Binary files /dev/null and b/dogpile.cache-1.2.1.tar.gz differ diff --git a/python-dogpile.cache.spec b/python-dogpile.cache.spec index 4c93513..abfbdab 100644 --- a/python-dogpile.cache.spec +++ b/python-dogpile.cache.spec @@ -1,18 +1,19 @@ %global _empty_manifest_terminate_build 0 Name: python-dogpile-cache -Version: 1.1.8 +Version: 1.2.1 Release: 1 Summary: A caching front-end based on the Dogpile lock. License: MIT URL: https://github.com/sqlalchemy/dogpile.cache -Source0: https://files.pythonhosted.org/packages/e4/11/c5c200e774fb6cca03288c25cdb600fb8c41f2ace38a7ebfedfd3de3c3e1/dogpile.cache-1.1.8.tar.gz +Source0: https://files.pythonhosted.org/packages/21/fa/2fec52e38feb6ce89930be010314aa99ff616d6f6dc068cfaa7491ce5f3e/dogpile.cache-1.2.1.tar.gz BuildArch: noarch + %description A caching front-end based on the Dogpile lock. %package -n python3-dogpile-cache Summary: A caching front-end based on the Dogpile lock. -Provides: python-dogpile-cache +Provides: python-dogpile-cache = %{version}-%{release} # Base build requires BuildRequires: python3-devel BuildRequires: python3-setuptools @@ -36,7 +37,6 @@ A caching front-end based on the Dogpile lock. %install %py3_install - install -d -m755 %{buildroot}/%{_pkgdocdir} if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi @@ -73,6 +73,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Jun 01 2023 jiangxinyu - 1.2.1-1 +- Update package to version 1.2.1 + * Mon Aug 08 2022 fushanqing - 1.1.8-1 - update to 1.1.8