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,7 +1,7 @@
#
# 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>
#
# All modifications and additions to the file contributed by third parties
@@ -18,15 +18,16 @@
Name: python-pymemcache
Version: 1.2.8
Version: 1.2.9
Release: 0
Summary: A comprehensive, fast, pure Python memcached client
License: Apache-2.0
Group: Development/Languages/Python
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-nose >= 1.0
BuildRequires: python-pytest
BuildRequires: python-setuptools
BuildRequires: python-six
Requires: python-six