!8 Upgrade to 4.0.0

From: @jianli-97 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2022-12-09 01:39:54 +00:00 committed by Gitee
commit 87c9fb161a
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
4 changed files with 9 additions and 2 deletions

Binary file not shown.

View File

@ -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
View File

@ -0,0 +1,4 @@
version_control: github
src_repo: pinterest/pymemcache
tag_prefix: "^v"
separator: "."

BIN
v4.0.0.tar.gz Normal file

Binary file not shown.