14
0

Accepting request 336697 from home:Nijel:branches:devel:languages:python

- update to 1.57:
   * Fix for #75 and #76, mc.set(key, False) results in "ValueError:
     invalid literal for int()".  Reported by Carlos Sanchez on github.

OBS-URL: https://build.opensuse.org/request/show/336697
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-memcached?expand=0&rev=20
This commit is contained in:
Michal Čihař
2015-10-06 11:23:30 +00:00
committed by Git OBS Bridge
parent d659083c5b
commit 3e7b0f0a6d
4 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Oct 6 11:21:23 UTC 2015 - mcihar@suse.cz
- update to 1.57:
* Fix for #75 and #76, mc.set(key, False) results in "ValueError:
invalid literal for int()". Reported by Carlos Sanchez on github.
-------------------------------------------------------------------
Thu Jul 30 14:54:21 UTC 2015 - tbechtold@suse.com