From 11de0c260d315bb65c265d37111d71b6b990255d2339680f3abe6376991597ce Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Mon, 24 Jun 2013 15:42:58 +0000 Subject: [PATCH] Accepting request 180692 from home:dirkmueller:branches:devel:languages:python - update to 1.53: * Fixing set_multi() so that if the server closes the connection it will no longer raise AttributeError. Issue found and resolution reviewed by Ben Hoyt. * readline() now will mark the connection dead if the read fails. It was just closing it before. This is related to the set_multi() change but worth noting separately. Thanks to Ben Hoyt. * Changing check_keys to use re.match() instead of str.translate(), because re.match() works with Python < 2.6. Found by Giovanni Di Milia. OBS-URL: https://build.opensuse.org/request/show/180692 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-memcached?expand=0&rev=12 --- python-memcached-1.51.tar.gz | 3 --- python-memcached-1.53.tar.gz | 3 +++ python-python-memcached.changes | 14 ++++++++++++++ python-python-memcached.spec | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 python-memcached-1.51.tar.gz create mode 100644 python-memcached-1.53.tar.gz diff --git a/python-memcached-1.51.tar.gz b/python-memcached-1.51.tar.gz deleted file mode 100644 index 0e70b1c..0000000 --- a/python-memcached-1.51.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:20bc7e07b0aedbb97447940702f1900ed222a7f9bd6b2784a9d5b314252cd539 -size 20176 diff --git a/python-memcached-1.53.tar.gz b/python-memcached-1.53.tar.gz new file mode 100644 index 0000000..829c9b4 --- /dev/null +++ b/python-memcached-1.53.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcf71371d997bb46a3168a7b63aae66b56cccacc025af9310db4315681ef8868 +size 20631 diff --git a/python-python-memcached.changes b/python-python-memcached.changes index bc43ebf..6b24f51 100644 --- a/python-python-memcached.changes +++ b/python-python-memcached.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sun Jun 23 21:21:17 UTC 2013 - dmueller@suse.com + +- update to 1.53: + * Fixing set_multi() so that if the server closes the connection + it will no longer raise AttributeError. Issue found and resolution + reviewed by Ben Hoyt. + * readline() now will mark the connection dead if the read fails. + It was just closing it before. This is related to the set_multi() + change but worth noting separately. Thanks to Ben Hoyt. + * Changing check_keys to use re.match() instead of str.translate(), + because re.match() works with Python < 2.6. + Found by Giovanni Di Milia. + ------------------------------------------------------------------- Mon May 27 10:30:36 UTC 2013 - dmueller@suse.com diff --git a/python-python-memcached.spec b/python-python-memcached.spec index 54b7853..8b708c0 100644 --- a/python-python-memcached.spec +++ b/python-python-memcached.spec @@ -17,7 +17,7 @@ Name: python-python-memcached -Version: 1.51 +Version: 1.53 Release: 0 Url: http://www.tummy.com/Community/software/python-memcached/ Summary: Pure python memcached client