Update package to version 1.2.1
This commit is contained in:
parent
8e6a9cdc8e
commit
b029b7eb71
Binary file not shown.
BIN
dogpile.cache-1.2.1.tar.gz
Normal file
BIN
dogpile.cache-1.2.1.tar.gz
Normal file
Binary file not shown.
@ -1,18 +1,19 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-dogpile-cache
|
||||
Version: 1.1.8
|
||||
Version: 1.2.1
|
||||
Release: 1
|
||||
Summary: A caching front-end based on the Dogpile lock.
|
||||
License: MIT
|
||||
URL: https://github.com/sqlalchemy/dogpile.cache
|
||||
Source0: https://files.pythonhosted.org/packages/e4/11/c5c200e774fb6cca03288c25cdb600fb8c41f2ace38a7ebfedfd3de3c3e1/dogpile.cache-1.1.8.tar.gz
|
||||
Source0: https://files.pythonhosted.org/packages/21/fa/2fec52e38feb6ce89930be010314aa99ff616d6f6dc068cfaa7491ce5f3e/dogpile.cache-1.2.1.tar.gz
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
A caching front-end based on the Dogpile lock.
|
||||
|
||||
%package -n python3-dogpile-cache
|
||||
Summary: A caching front-end based on the Dogpile lock.
|
||||
Provides: python-dogpile-cache
|
||||
Provides: python-dogpile-cache = %{version}-%{release}
|
||||
# Base build requires
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
@ -36,7 +37,6 @@ A caching front-end based on the Dogpile lock.
|
||||
|
||||
%install
|
||||
%py3_install
|
||||
|
||||
install -d -m755 %{buildroot}/%{_pkgdocdir}
|
||||
if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
|
||||
if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
|
||||
@ -73,6 +73,9 @@ mv %{buildroot}/doclist.lst .
|
||||
%{_docdir}/*
|
||||
|
||||
%changelog
|
||||
* Thu Jun 01 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 1.2.1-1
|
||||
- Update package to version 1.2.1
|
||||
|
||||
* Mon Aug 08 2022 fushanqing <fushanqing@kylinos.cn> - 1.1.8-1
|
||||
- update to 1.1.8
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user