diff --git a/0.7.0.tar.gz b/0.7.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..6d45af1784ab84e479e9e6ae084a7b912606d7bc Binary files /dev/null and b/0.7.0.tar.gz differ diff --git a/cachelib-0.1.1.tar.gz b/cachelib-0.1.1.tar.gz deleted file mode 100644 index 8df344930eaa5dba0f2786f54a9cce6544250dd6..0000000000000000000000000000000000000000 Binary files a/cachelib-0.1.1.tar.gz and /dev/null differ diff --git a/python-cachelib.spec b/python-cachelib.spec index a18a5fe39c866bdc976a5c49d9bb58b5c500f2bb..fb290bd63ca7f8fd233999ec4918a4740963e38c 100644 --- a/python-cachelib.spec +++ b/python-cachelib.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-cachelib -Version: 0.1.1 -Release: 2 +Version: 0.7.0 +Release: 1 Summary: A collection of cache libraries in the same API interface. License: BSD-3-Clause -URL: https://github.com/pallets/cachelib -Source0: https://files.pythonhosted.org/packages/0a/ce/50a08e17ae057b4afc3ef997a9846a9c335490e8137129d1d9213b7c5fe0/cachelib-0.1.1.tar.gz +URL: https://github.com/pallets-eco/cachelib +Source0: https://giuhub.com/pallets-eco/cachelib/archive/refs/tags/%{version}.tar.gz BuildArch: noarch @@ -27,7 +27,7 @@ Provides: python3-cachelib-doc Development documents and examples for cachelib %prep -%autosetup -n cachelib-0.1.1 +%autosetup -n cachelib-0.7.0 %build %py3_build @@ -67,6 +67,9 @@ mv %{buildroot}/doclist.lst . %{_pkgdocdir} %changelog +* Thu Jun 23 2022 SimpleUpdate Robot - 0.7.0-1 +- Upgrade to version 0.7.0 + * Tue May 10 2022 wulei - 0.1.1-2 - License compliance rectification