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:           Tue Apr  7 10:36:26 UTC 2020

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

Log Message:
py-paste: updated to 3.4.0

3.4.0
Allow binding IPv6 address when starting a server.

3.3.0
Use six.BytesIO when reading wsgi.input.
Remove use of pytest-runner.

3.2.7
Python 3 updates for use of StringIO and auth_tkt.py.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/www/py-paste/Makefile
cvs rdiff -u -r1.16 -r1.17 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.25 pkgsrc/www/py-paste/Makefile:1.26
--- pkgsrc/www/py-paste/Makefile:1.25   Tue Jan 14 16:07:22 2020
+++ pkgsrc/www/py-paste/Makefile        Tue Apr  7 10:36:26 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2020/01/14 16:07:22 adam Exp $
+# $NetBSD: Makefile,v 1.26 2020/04/07 10:36:26 adam Exp $
 
-DISTNAME=      Paste-3.2.6
+DISTNAME=      Paste-3.4.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=P/Paste/}
@@ -11,7 +11,7 @@ COMMENT=      Middleware for Python WSGI appl
 LICENSE=       mit
 
 DEPENDS+=      ${PYPKGPREFIX}-six>=1.4.0:../../lang/py-six
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
+TEST_DEPENDS+= ${PYPKGPREFIX}-flup-[0-9]*:../../www/py-flup
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/www/py-paste/distinfo
diff -u pkgsrc/www/py-paste/distinfo:1.16 pkgsrc/www/py-paste/distinfo:1.17
--- pkgsrc/www/py-paste/distinfo:1.16   Tue Jan 14 16:07:22 2020
+++ pkgsrc/www/py-paste/distinfo        Tue Apr  7 10:36:26 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2020/01/14 16:07:22 adam Exp $
+$NetBSD: distinfo,v 1.17 2020/04/07 10:36:26 adam Exp $
 
-SHA1 (Paste-3.2.6.tar.gz) = 416de5c2a9f5e36ed1c750c0ce1f5b93a3434290
-RMD160 (Paste-3.2.6.tar.gz) = 9c5a029c08d83309117e9b1d442407cd0a0663b6
-SHA512 (Paste-3.2.6.tar.gz) = 036571772d5b26c4f6dc2283de9ae404438e745a1bf327ef602aea136d06926de7fa6cebbf7a5125ef17c865d68915711c035cb03deb3590be0418caf04afad3
-Size (Paste-3.2.6.tar.gz) = 629193 bytes
+SHA1 (Paste-3.4.0.tar.gz) = a0634a8802768b15d2ec331e061a411c53b972ec
+RMD160 (Paste-3.4.0.tar.gz) = d261ba9d0cf62ba672e4e382634c05a2f4138978
+SHA512 (Paste-3.4.0.tar.gz) = fbe0d1f39d8147846b3a30f18e6776c31eb5bcd8f461c0bf7afc35533c65c2ddf74263807be1b73b76c49cd6cc73c210a37ca651ef1f34e727ccf0687478085a
+Size (Paste-3.4.0.tar.gz) = 630425 bytes



Home | Main Index | Thread Index | Old Index