diff --git a/python-memcached-1.57.tar.gz b/python-memcached-1.57.tar.gz deleted file mode 100644 index b9b16f9..0000000 --- a/python-memcached-1.57.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3b689a135afb2fdb6da2298d5213780f43a3f210cf8c960d50b252acb3f62902 -size 22620 diff --git a/python-memcached-1.58.tar.gz b/python-memcached-1.58.tar.gz new file mode 100644 index 0000000..e62502d --- /dev/null +++ b/python-memcached-1.58.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2775829cb54b9e4c5b3bbd8028680f0c0ab695db154b9c46f0f074ff97540eb6 +size 30562 diff --git a/python-python-memcached.changes b/python-python-memcached.changes index eaa705b..e4aa168 100644 --- a/python-python-memcached.changes +++ b/python-python-memcached.changes @@ -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 diff --git a/python-python-memcached.spec b/python-python-memcached.spec index 9221e8f..cfa8b79 100644 --- a/python-python-memcached.spec +++ b/python-python-memcached.spec @@ -1,7 +1,7 @@ # # spec file for package python-python-memcached # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-python-memcached -Version: 1.57 +Version: 1.58 Release: 0 Url: http://www.tummy.com/Community/software/python-memcached/ Summary: Pure python memcached client @@ -57,9 +57,6 @@ python setup.py build %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} -%check -nosetests - %files %defattr(-,root,root,-) %doc README.md