14
0

Accepting request 788520 from home:pgajdos:python

- version update to 3.0.1
  * Make MockMemcacheClient more consistent with the real client.
  * Pass ``encoding`` from HashClient to its pooled clients when ``use_pooling``
    is enabled.

OBS-URL: https://build.opensuse.org/request/show/788520
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymemcache?expand=0&rev=17
This commit is contained in:
Tomáš Chvátal
2020-03-26 12:10:20 +00:00
committed by Git OBS Bridge
parent ad993dddd5
commit 0d3b60c7dd
4 changed files with 12 additions and 4 deletions

View File

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

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

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

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Mar 23 14:54:06 UTC 2020 - pgajdos@suse.com
- version update to 3.0.1
* Make MockMemcacheClient more consistent with the real client.
* Pass ``encoding`` from HashClient to its pooled clients when ``use_pooling``
is enabled.
-------------------------------------------------------------------
Fri Mar 20 12:04:30 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pymemcache
Version: 3.0.0
Version: 3.0.1
Release: 0
Summary: A pure Python memcached client
License: Apache-2.0