Upgrade to 4.0.0
This commit is contained in:
parent
1ee77a3a47
commit
27fef0e829
Binary file not shown.
@ -1,11 +1,11 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-pymemcache
|
Name: python-pymemcache
|
||||||
Version: 3.5.2
|
Version: 4.0.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: A comprehensive, fast, pure Python memcached client
|
Summary: A comprehensive, fast, pure Python memcached client
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://github.com/pinterest/pymemcache
|
URL: https://github.com/pinterest/pymemcache
|
||||||
Source0: https://files.pythonhosted.org/packages/a7/c5/b76baaa08caae918c8a29c347810d2bd3fee3810b6f9fe8784dbb0f4240d/pymemcache-3.5.2.tar.gz
|
Source0: https://github.com/pinterest/pymemcache/archive/refs/tags/v4.0.0.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -75,6 +75,9 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 7 2022 lijian <lijian2@kylinos.cn> - 4.0.0-1
|
||||||
|
- Upgrade to 4.0.0
|
||||||
|
|
||||||
* Wed Sep 28 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 3.5.2-1
|
* Wed Sep 28 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 3.5.2-1
|
||||||
- Upgrade to 3.5.2
|
- Upgrade to 3.5.2
|
||||||
|
|
||||||
|
|||||||
4
python-pymemcache.yaml
Normal file
4
python-pymemcache.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
version_control: github
|
||||||
|
src_repo: pinterest/pymemcache
|
||||||
|
tag_prefix: "^v"
|
||||||
|
separator: "."
|
||||||
BIN
v4.0.0.tar.gz
Normal file
BIN
v4.0.0.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user