pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-memcached



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Dec 17 16:50:51 UTC 2017

Modified Files:
        pkgsrc/devel/py-memcached: Makefile distinfo

Log Message:
py-memcached: updated to 1.59

1.59:
* Added testing for Python 3.5 and 3.6
* Fixed typos in docstrings
* Removing Python 2.6, 3.2, and 3.3 testing
* Removing unnecessary parens in return statements
* Remove unused _has_unicode/_str_cls vars
* Add flake8 testing and cleanups
* Fixed storing non-ASCII values on Python 2 and binary values on Python 3
* Fixed touch(..., time=0) command


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-memcached/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-memcached/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-memcached/Makefile
diff -u pkgsrc/devel/py-memcached/Makefile:1.9 pkgsrc/devel/py-memcached/Makefile:1.10
--- pkgsrc/devel/py-memcached/Makefile:1.9      Mon May 29 09:24:45 2017
+++ pkgsrc/devel/py-memcached/Makefile  Sun Dec 17 16:50:51 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2017/05/29 09:24:45 adam Exp $
+# $NetBSD: Makefile,v 1.10 2017/12/17 16:50:51 adam Exp $
 
-DISTNAME=      python-memcached-1.58
+DISTNAME=      python-memcached-1.59
 PKGNAME=       ${DISTNAME:S/python/${PYPKGPREFIX}/1}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/python-memcached/}
@@ -12,7 +12,7 @@ LICENSE=      python-software-foundation
 
 DEPENDS+=      ${PYPKGPREFIX}-six>=1.4.0:../../lang/py-six
 
-USE_LANGUAGES=         # none
+USE_LANGUAGES= # none
 
 REPLACE_PYTHON+=       memcache.py
 

Index: pkgsrc/devel/py-memcached/distinfo
diff -u pkgsrc/devel/py-memcached/distinfo:1.4 pkgsrc/devel/py-memcached/distinfo:1.5
--- pkgsrc/devel/py-memcached/distinfo:1.4      Mon May 29 09:24:45 2017
+++ pkgsrc/devel/py-memcached/distinfo  Sun Dec 17 16:50:51 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2017/05/29 09:24:45 adam Exp $
+$NetBSD: distinfo,v 1.5 2017/12/17 16:50:51 adam Exp $
 
-SHA1 (python-memcached-1.58.tar.gz) = 66265a2b806fb5ecce1767b72239ac863912f355
-RMD160 (python-memcached-1.58.tar.gz) = ed9f301f92c31bdd521a252cb0affefb2d1dcd0e
-SHA512 (python-memcached-1.58.tar.gz) = 48f933f095751b476c122473fa1d9767cfe5c6c339a9ba71825a50cec23cbfc7b6493716458bfb1f2451c634c517519152105a2000be66bd0d389f94ea312138
-Size (python-memcached-1.58.tar.gz) = 30562 bytes
+SHA1 (python-memcached-1.59.tar.gz) = 9c3ebea5125b85239ba4db1c520b29e46578a36e
+RMD160 (python-memcached-1.59.tar.gz) = 7fa62f9fe48d45db60ba7a51182ed148a4dca020
+SHA512 (python-memcached-1.59.tar.gz) = a25cbb9efb3babe85e1523bdabfe4644b93b3a6a7268787a3928f724f833ce0eea7d2ef676d1b7f894cdfe293129975b35cb46ec553c92810dbc18013bfabece
+Size (python-memcached-1.59.tar.gz) = 22210 bytes



Home | Main Index | Thread Index | Old Index