14
0

- update to 1.58:

*  Fixing a performance regression in v1.54 in Python 2, using cPickle again.
  *  Support for "stats slabs".
  *  Pin Six version to >= 1.4
  *  setup.py build process pulls version from memcached.py
  *  delete() and delete_multi() now default the "time" argument to None,
     since the protocol doesn't allow a time in some implementations.
     Patch by oremj #27

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-memcached?expand=0&rev=22
This commit is contained in:
2016-11-15 13:15:51 +00:00
committed by Git OBS Bridge
parent 3e7b0f0a6d
commit f765138cc4
4 changed files with 17 additions and 8 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Nov 15 13:13:46 UTC 2016 - dmueller@suse.com
- update to 1.58:
* Fixing a performance regression in v1.54 in Python 2, using cPickle again.
* Support for "stats slabs".
* Pin Six version to >= 1.4
* setup.py build process pulls version from memcached.py
* delete() and delete_multi() now default the "time" argument to None,
since the protocol doesn't allow a time in some implementations.
Patch by oremj #27
-------------------------------------------------------------------
Tue Oct 6 11:21:23 UTC 2015 - mcihar@suse.cz