Upgrade to 4.0.0

This commit is contained in:
jianli-97 2022-12-07 09:22:54 +08:00
parent 1ee77a3a47
commit 27fef0e829
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.