!5 Update package

From: @liqiuyu123 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2022-11-22 02:35:56 +00:00 committed by Gitee
commit 74e0c33bad
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 8 additions and 5 deletions

Binary file not shown.

BIN
cachelib-0.9.0.tar.gz Normal file

Binary file not shown.

View File

@ -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 <liqiuyu@kylinos.cn> - 0.9.0-1
- Update package to version 0.9.0
* Thu Jun 23 2022 SimpleUpdate Robot <tc@openeuler.org> - 0.7.0-1
- Upgrade to version 0.7.0