14
0

- update to 1.2.9:

* Introduced PooledClient a thread-safe pool of clients

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymemcache?expand=0&rev=4
This commit is contained in:
2017-11-21 12:32:03 +00:00
committed by Git OBS Bridge
parent cace0659c1
commit 26d0ae305d
4 changed files with 13 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3b8f7e7daf76090e4fdcbc4424c42e328f1d571b9a91d8ea0ca1c7e4e92043b8
size 21655

3
pymemcache-1.2.9.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:05fd71f0337384024cc3d1340d35fd0d46307cf711eac9365b0eb166812bb121
size 23543

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Nov 21 12:31:19 UTC 2017 - dmueller@suse.com
- update to 1.2.9:
* Introduced PooledClient a thread-safe pool of clients
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Mar 13 21:44:20 UTC 2016 - dmueller@suse.com Sun Mar 13 21:44:20 UTC 2016 - dmueller@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-pymemcache # spec file for package python-pymemcache
# #
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2014 Thomas Bechtold <thomasbechtold@jpberlin.de> # Copyright (c) 2014 Thomas Bechtold <thomasbechtold@jpberlin.de>
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
@@ -18,15 +18,16 @@
Name: python-pymemcache Name: python-pymemcache
Version: 1.2.8 Version: 1.2.9
Release: 0 Release: 0
Summary: A comprehensive, fast, pure Python memcached client Summary: A comprehensive, fast, pure Python memcached client
License: Apache-2.0 License: Apache-2.0
Group: Development/Languages/Python Group: Development/Languages/Python
Url: https://github.com/Pinterest/pymemcache Url: https://github.com/Pinterest/pymemcache
Source: https://pypi.python.org/packages/source/p/pymemcache/pymemcache-%{version}.tar.gz Source: https://pypi.io/packages/source/p/pymemcache/pymemcache-%{version}.tar.gz
BuildRequires: python-devel BuildRequires: python-devel
BuildRequires: python-nose >= 1.0 BuildRequires: python-nose >= 1.0
BuildRequires: python-pytest
BuildRequires: python-setuptools BuildRequires: python-setuptools
BuildRequires: python-six BuildRequires: python-six
Requires: python-six Requires: python-six