Package upgrade

This commit is contained in:
xigaoxinyan 2022-06-28 09:26:34 +08:00
parent 7e935d5b84
commit c5d317fe9f
3 changed files with 8 additions and 5 deletions

BIN
0.7.0.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-cachelib Name: python-cachelib
Version: 0.1.1 Version: 0.7.0
Release: 2 Release: 1
Summary: A collection of cache libraries in the same API interface. Summary: A collection of cache libraries in the same API interface.
License: BSD-3-Clause License: BSD-3-Clause
URL: https://github.com/pallets/cachelib URL: https://github.com/pallets-eco/cachelib
Source0: https://files.pythonhosted.org/packages/0a/ce/50a08e17ae057b4afc3ef997a9846a9c335490e8137129d1d9213b7c5fe0/cachelib-0.1.1.tar.gz Source0: https://giuhub.com/pallets-eco/cachelib/archive/refs/tags/%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
@ -27,7 +27,7 @@ Provides: python3-cachelib-doc
Development documents and examples for cachelib Development documents and examples for cachelib
%prep %prep
%autosetup -n cachelib-0.1.1 %autosetup -n cachelib-0.7.0
%build %build
%py3_build %py3_build
@ -67,6 +67,9 @@ mv %{buildroot}/doclist.lst .
%{_pkgdocdir} %{_pkgdocdir}
%changelog %changelog
* Thu Jun 23 2022 SimpleUpdate Robot <tc@openeuler.org> - 0.7.0-1
- Upgrade to version 0.7.0
* Tue May 10 2022 wulei <wulei80@h-partners.com> - 0.1.1-2 * Tue May 10 2022 wulei <wulei80@h-partners.com> - 0.1.1-2
- License compliance rectification - License compliance rectification