forked from pool/python-python-memcached
- 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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user