update version to 0.9.0

This commit is contained in:
liqiuyu123 2022-11-18 16:46:10 +08:00
parent 6bddf96e5b
commit 85b16a0c3f
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 %global _empty_manifest_terminate_build 0
Name: python-cachelib Name: python-cachelib
Version: 0.7.0 Version: 0.9.0
Release: 1 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-eco/cachelib 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 BuildArch: noarch
@ -14,7 +14,7 @@ A collection of cache libraries in the same API interface. Extracted from werkze
%package -n python3-cachelib %package -n python3-cachelib
Summary: A collection of cache libraries in the same API interface. Summary: A collection of cache libraries in the same API interface.
Provides: python-cachelib Provides: python-cachelib = %{version}-%{release}
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
%description -n python3-cachelib %description -n python3-cachelib
@ -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.7.0 %autosetup -n cachelib-%{version}
%build %build
%py3_build %py3_build
@ -64,9 +64,12 @@ mv %{buildroot}/doclist.lst .
%dir %{python3_sitelib}/* %dir %{python3_sitelib}/*
%files help -f doclist.lst %files help -f doclist.lst
%{_pkgdocdir} %{_docdir}/*
%changelog %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 * Thu Jun 23 2022 SimpleUpdate Robot <tc@openeuler.org> - 0.7.0-1
- Upgrade to version 0.7.0 - Upgrade to version 0.7.0