pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-memcached Sun, 21 Sep 2014 13:41:30 -0600 Se...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/119882c711b2
branches:  trunk
changeset: 649464:119882c711b2
user:      rodent <rodent%pkgsrc.org@localhost>
date:      Fri Apr 03 15:13:19 2015 +0000

description:
Sun, 21 Sep 2014 13:41:30 -0600  Sean Reifschneider  <jafo%tummy.com@localhost>

   *  1.54 release.

   *  Numerous patches to attempt to get Python 3 working, but
      tests are still failing under Python 3, so this code is not ready
      yet.

   *  MemcachedKeyCharacterError better describes key problem.
      Suggested by Roy Smith

   *  Added touch(), patch by erankor on github.

   *  Allow empty server list, patch by zewt on github.

   *  If unknown flags in get request, raises a value error rather than the
      code bombing out.

   *  Setting the SERVER_MAX_* values after import did not work, despite
      being documented to.  Reported by alexf101 on github.

diffstat:

 devel/py-memcached/Makefile |  4 ++--
 devel/py-memcached/PLIST    |  3 ++-
 devel/py-memcached/distinfo |  8 ++++----
 3 files changed, 8 insertions(+), 7 deletions(-)

diffs (40 lines):

diff -r b4b831ac5f12 -r 119882c711b2 devel/py-memcached/Makefile
--- a/devel/py-memcached/Makefile       Fri Apr 03 14:09:26 2015 +0000
+++ b/devel/py-memcached/Makefile       Fri Apr 03 15:13:19 2015 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2014/12/31 13:57:27 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2015/04/03 15:13:19 rodent Exp $
 
-DISTNAME=      python-memcached-1.53
+DISTNAME=      python-memcached-1.54
 PKGNAME=       ${DISTNAME:S/python/${PYPKGPREFIX}/1}
 CATEGORIES=    devel python
 MASTER_SITES=  ftp://ftp.tummy.com/pub/python-memcached/
diff -r b4b831ac5f12 -r 119882c711b2 devel/py-memcached/PLIST
--- a/devel/py-memcached/PLIST  Fri Apr 03 14:09:26 2015 +0000
+++ b/devel/py-memcached/PLIST  Fri Apr 03 15:13:19 2015 +0000
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.1 2014/01/03 04:06:20 rodent Exp $
+@comment $NetBSD: PLIST,v 1.2 2015/04/03 15:13:19 rodent Exp $
 ${PYSITELIB}/memcache.py
 ${PYSITELIB}/memcache.pyc
 ${PYSITELIB}/memcache.pyo
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 share/doc/py-memcached/memcache.html
diff -r b4b831ac5f12 -r 119882c711b2 devel/py-memcached/distinfo
--- a/devel/py-memcached/distinfo       Fri Apr 03 14:09:26 2015 +0000
+++ b/devel/py-memcached/distinfo       Fri Apr 03 15:13:19 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2014/01/03 04:06:20 rodent Exp $
+$NetBSD: distinfo,v 1.2 2015/04/03 15:13:19 rodent Exp $
 
-SHA1 (python-memcached-1.53.tar.gz) = 5c08266c9d8875807ea9a5383d5ae10061e65c59
-RMD160 (python-memcached-1.53.tar.gz) = d353c699267c6f206606f70a812436eceaf8fe5b
-Size (python-memcached-1.53.tar.gz) = 35025 bytes
+SHA1 (python-memcached-1.54.tar.gz) = 1a7064f913143d0279a4bd8cfc0203e30489a47a
+RMD160 (python-memcached-1.54.tar.gz) = 9e504642b5214e0bc687fd078a48eb4d0e3569f8
+Size (python-memcached-1.54.tar.gz) = 36662 bytes



Home | Main Index | Thread Index | Old Index