!5 Update package
From: @liqiuyu123 Reviewed-by: @yangzhao_kl Signed-off-by: @yangzhao_kl
This commit is contained in:
commit
74e0c33bad
BIN
0.7.0.tar.gz
BIN
0.7.0.tar.gz
Binary file not shown.
BIN
cachelib-0.9.0.tar.gz
Normal file
BIN
cachelib-0.9.0.tar.gz
Normal file
Binary file not shown.
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user