14
0

Accepting request 319605 from home:tbechtold:branches:devel:languages:python

- update to 1.56:
   *  More patches for python3 from Victor Stinner #67.  Thanks!
   *  Tests moved out into their own unittest testcases.
      Patch by Jeremy Thurgood.
   *  Adding support for pluggable compressors.  Patch by cactus on github.
   *  Adding support for "noreply".  Patch by cactus on github.
   *  Allowing empty key in _multi() calls.  Suggested by sergio97 on github.

OBS-URL: https://build.opensuse.org/request/show/319605
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-memcached?expand=0&rev=18
This commit is contained in:
2015-07-30 15:14:03 +00:00
committed by Git OBS Bridge
parent 55da4ed3f5
commit d659083c5b
4 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Jul 30 14:54:21 UTC 2015 - tbechtold@suse.com
- update to 1.56:
* More patches for python3 from Victor Stinner #67. Thanks!
* Tests moved out into their own unittest testcases.
Patch by Jeremy Thurgood.
* Adding support for pluggable compressors. Patch by cactus on github.
* Adding support for "noreply". Patch by cactus on github.
* Allowing empty key in _multi() calls. Suggested by sergio97 on github.
-------------------------------------------------------------------
Thu Apr 23 07:08:57 UTC 2015 - mcihar@suse.cz