forked from pool/python-pymemcache
- 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:
@@ -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
3
pymemcache-1.2.9.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:05fd71f0337384024cc3d1340d35fd0d46307cf711eac9365b0eb166812bb121
|
||||
size 23543
|
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user