diff --git a/0.7.0.tar.gz b/0.7.0.tar.gz deleted file mode 100644 index 6d45af1784ab84e479e9e6ae084a7b912606d7bc..0000000000000000000000000000000000000000 Binary files a/0.7.0.tar.gz and /dev/null differ diff --git a/cachelib-0.9.0.tar.gz b/cachelib-0.9.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..93112f1d5effabde7655fc9022b98bb960dfda01 Binary files /dev/null and b/cachelib-0.9.0.tar.gz differ diff --git a/python-cachelib.spec b/python-cachelib.spec index fb290bd63ca7f8fd233999ec4918a4740963e38c..5cf5554feb667d9c72f5ca4079b66ad59aa694cb 100644 --- a/python-cachelib.spec +++ b/python-cachelib.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-cachelib -Version: 0.7.0 +Version: 0.9.0 Release: 1 Summary: A collection of cache libraries in the same API interface. License: BSD-3-Clause URL: https://github.com/pallets-eco/cachelib -Source0: https://giuhub.com/pallets-eco/cachelib/archive/refs/tags/%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/79/f2/1c76df4d295789bbc836eea50b813d64f86e640c29fe8f0a3686e9c4e3e9/cachelib-0.9.0.tar.gz BuildArch: noarch @@ -14,7 +14,7 @@ A collection of cache libraries in the same API interface. Extracted from werkze %package -n python3-cachelib Summary: A collection of cache libraries in the same API interface. -Provides: python-cachelib +Provides: python-cachelib = %{version}-%{release} BuildRequires: python3-devel BuildRequires: python3-setuptools %description -n python3-cachelib @@ -27,7 +27,7 @@ Provides: python3-cachelib-doc Development documents and examples for cachelib %prep -%autosetup -n cachelib-0.7.0 +%autosetup -n cachelib-%{version} %build %py3_build @@ -64,9 +64,12 @@ mv %{buildroot}/doclist.lst . %dir %{python3_sitelib}/* %files help -f doclist.lst -%{_pkgdocdir} +%{_docdir}/* %changelog +* Fri Nov 18 2022 liqiuyu - 0.9.0-1 +- Update package to version 0.9.0 + * Thu Jun 23 2022 SimpleUpdate Robot - 0.7.0-1 - Upgrade to version 0.7.0