pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-paste



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Jul  9 21:16:41 UTC 2017

Modified Files:
        pkgsrc/www/py-paste: Makefile PLIST distinfo

Log Message:
2.0.3
-----
* 26: Change six requirement to >=1.4.0
* 28: Py3k fixes
* 29: paste.wsgilib.add_close: Add __next__ method to support using `add_close` objects as iterators on Python 3.
* 30: tox.ini: Add py35 to envlist
* 31: Enable testing with pypy
* 33: tox.ini: Measure test coveraage


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/py-paste/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/py-paste/PLIST \
    pkgsrc/www/py-paste/distinfo

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

Modified files:

Index: pkgsrc/www/py-paste/Makefile
diff -u pkgsrc/www/py-paste/Makefile:1.14 pkgsrc/www/py-paste/Makefile:1.15
--- pkgsrc/www/py-paste/Makefile:1.14   Wed Jun  8 17:43:46 2016
+++ pkgsrc/www/py-paste/Makefile        Sun Jul  9 21:16:41 2017
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2016/06/08 17:43:46 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2017/07/09 21:16:41 adam Exp $
 
-DISTNAME=      Paste-2.0.2
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+DISTNAME=      Paste-2.0.3
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_PYPI:=P/Paste/}
 
@@ -10,9 +10,13 @@ HOMEPAGE=    http://pythonpaste.org/
 COMMENT=       Middleware for Python WSGI applications
 LICENSE=       mit
 
-DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+DEPENDS+=      ${PYPKGPREFIX}-six>=1.4.0:../../lang/py-six
 
 USE_LANGUAGES= # none
 
+post-extract:
+       cd ${WRKSRC}/paste && \
+       ${RM} httpserver.py.orig urlmap.py.orig util/template.py.orig
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/py-paste/PLIST
diff -u pkgsrc/www/py-paste/PLIST:1.6 pkgsrc/www/py-paste/PLIST:1.7
--- pkgsrc/www/py-paste/PLIST:1.6       Thu Jul 16 11:36:20 2015
+++ pkgsrc/www/py-paste/PLIST   Sun Jul  9 21:16:41 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2015/07/16 11:36:20 wiz Exp $
+@comment $NetBSD: PLIST,v 1.7 2017/07/09 21:16:41 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -180,7 +180,6 @@ ${PYSITELIB}/paste/url.py
 ${PYSITELIB}/paste/url.pyc
 ${PYSITELIB}/paste/url.pyo
 ${PYSITELIB}/paste/urlmap.py
-${PYSITELIB}/paste/urlmap.py.orig
 ${PYSITELIB}/paste/urlmap.pyc
 ${PYSITELIB}/paste/urlmap.pyo
 ${PYSITELIB}/paste/urlparser.py
@@ -245,7 +244,6 @@ ${PYSITELIB}/paste/util/scgiserver.pyc
 ${PYSITELIB}/paste/util/scgiserver.pyo
 ${PYSITELIB}/paste/util/template.py
 ${PYSITELIB}/paste/util/template.py.2015-04-30-123224
-${PYSITELIB}/paste/util/template.py.orig
 ${PYSITELIB}/paste/util/template.pyc
 ${PYSITELIB}/paste/util/template.pyo
 ${PYSITELIB}/paste/util/threadedprint.py
Index: pkgsrc/www/py-paste/distinfo
diff -u pkgsrc/www/py-paste/distinfo:1.6 pkgsrc/www/py-paste/distinfo:1.7
--- pkgsrc/www/py-paste/distinfo:1.6    Wed Nov  4 02:47:30 2015
+++ pkgsrc/www/py-paste/distinfo        Sun Jul  9 21:16:41 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2015/11/04 02:47:30 agc Exp $
+$NetBSD: distinfo,v 1.7 2017/07/09 21:16:41 adam Exp $
 
-SHA1 (Paste-2.0.2.tar.gz) = 7fe739fbe391bb09afe1bd3327f320e29f27e2cc
-RMD160 (Paste-2.0.2.tar.gz) = 94d13e6db579a24ffde59c667ff0a1bb680316fa
-SHA512 (Paste-2.0.2.tar.gz) = 32eddeab1bab9d0b1a30848d89613b40ed02a77912f7ef5a86880e1c1a860c5637cd45114bd58cc5ac84410a569ede67e6ebd7afd2007c588433d54d6940f529
-Size (Paste-2.0.2.tar.gz) = 627842 bytes
+SHA1 (Paste-2.0.3.tar.gz) = c1bf2696aa085b8084cd2d541a15ef2e62ae4b09
+RMD160 (Paste-2.0.3.tar.gz) = 816728eed3067b1d7b312cd0af3a63f1dae98143
+SHA512 (Paste-2.0.3.tar.gz) = 174b06d77bc6e1d4079e8de7df40412ffda098364efd4e3f915f858be1188c8a6fb546fe4ab981ccc067ec77b7171083b2469e7db6fc3b777d5a24151c928362
+Size (Paste-2.0.3.tar.gz) = 643935 bytes



Home | Main Index | Thread Index | Old Index