pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-paste py-paste: updated to 3.4.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/46be3e816625
branches:  trunk
changeset: 426851:46be3e816625
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Apr 07 10:36:26 2020 +0000

description:
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.

diffstat:

 www/py-paste/Makefile |   6 +++---
 www/py-paste/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (36 lines):

diff -r 6e0eebfc3f35 -r 46be3e816625 www/py-paste/Makefile
--- a/www/py-paste/Makefile     Tue Apr 07 09:37:46 2020 +0000
+++ b/www/py-paste/Makefile     Tue Apr 07 10:36:26 2020 +0000
@@ -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 @@
 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
 
diff -r 6e0eebfc3f35 -r 46be3e816625 www/py-paste/distinfo
--- a/www/py-paste/distinfo     Tue Apr 07 09:37:46 2020 +0000
+++ b/www/py-paste/distinfo     Tue Apr 07 10:36:26 2020 +0000
@@ -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