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 +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>