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
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-dogpile-cache
|
Name: python-dogpile-cache
|
||||||
Version: 1.1.8
|
Version: 1.2.1
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: A caching front-end based on the Dogpile lock.
|
Summary: A caching front-end based on the Dogpile lock.
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/sqlalchemy/dogpile.cache
|
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
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A caching front-end based on the Dogpile lock.
|
A caching front-end based on the Dogpile lock.
|
||||||
|
|
||||||
%package -n python3-dogpile-cache
|
%package -n python3-dogpile-cache
|
||||||
Summary: A caching front-end based on the Dogpile lock.
|
Summary: A caching front-end based on the Dogpile lock.
|
||||||
Provides: python-dogpile-cache
|
Provides: python-dogpile-cache = %{version}-%{release}
|
||||||
# Base build requires
|
# Base build requires
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
@ -36,7 +37,6 @@ A caching front-end based on the Dogpile lock.
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%py3_install
|
%py3_install
|
||||||
|
|
||||||
install -d -m755 %{buildroot}/%{_pkgdocdir}
|
install -d -m755 %{buildroot}/%{_pkgdocdir}
|
||||||
if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
|
if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
|
||||||
if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
|
if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
|
||||||
@ -73,6 +73,9 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Aug 08 2022 fushanqing <fushanqing@kylinos.cn> - 1.1.8-1
|
||||||
- update to 1.1.8
|
- update to 1.1.8
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user