pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-WebTest py-WebTest: updated to 2.0.32



details:   https://anonhg.NetBSD.org/pkgsrc/rev/899c34e444b2
branches:  trunk
changeset: 316526:899c34e444b2
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Dec 14 13:41:08 2018 +0000

description:
py-WebTest: updated to 2.0.32

2.0.32:
- remove invalid email from setup.py

2.0.31:
- py33 is no longer supported. It may works but has been removed from tox config
- Fixed 205: Use empty string as default value for submit and button
- tests use pytest
- docs use the standard Pylons template on RTD

diffstat:

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

diffs (39 lines):

diff -r 7c21f2c60b75 -r 899c34e444b2 www/py-WebTest/Makefile
--- a/www/py-WebTest/Makefile   Fri Dec 14 13:39:16 2018 +0000
+++ b/www/py-WebTest/Makefile   Fri Dec 14 13:41:08 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2018/07/26 10:47:47 adam Exp $
+# $NetBSD: Makefile,v 1.5 2018/12/14 13:41:08 adam Exp $
 
-DISTNAME=      WebTest-2.0.30
+DISTNAME=      WebTest-2.0.32
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=W/WebTest/}
@@ -10,9 +10,9 @@
 COMMENT=       Helper to test WSGI applications
 LICENSE=       mit
 
+DEPENDS+=      ${PYPKGPREFIX}-WebOb>=1.2:../../www/py-WebOb
 DEPENDS+=      ${PYPKGPREFIX}-beautifulsoup4-[0-9]*:../../www/py-beautifulsoup4
 DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
-DEPENDS+=      ${PYPKGPREFIX}-WebOb>=1.2:../../www/py-WebOb
 DEPENDS+=      ${PYPKGPREFIX}-waitress>=0.8.5:../../www/py-waitress
 TEST_DEPENDS+= ${PYPKGPREFIX}-PasteDeploy-[0-9]*:../../www/py-PasteDeploy
 TEST_DEPENDS+= ${PYPKGPREFIX}-WSGIProxy2-[0-9]*:../../www/py-WSGIProxy2
diff -r 7c21f2c60b75 -r 899c34e444b2 www/py-WebTest/distinfo
--- a/www/py-WebTest/distinfo   Fri Dec 14 13:39:16 2018 +0000
+++ b/www/py-WebTest/distinfo   Fri Dec 14 13:41:08 2018 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.5 2018/07/26 10:47:47 adam Exp $
+$NetBSD: distinfo,v 1.6 2018/12/14 13:41:08 adam Exp $
 
-SHA1 (WebTest-2.0.30.tar.gz) = 2b92b336ee5bffab51925e3fb52b4f386f05fb58
-RMD160 (WebTest-2.0.30.tar.gz) = bb041ebcabf178dd09db47bad30f9ab05acf81e3
-SHA512 (WebTest-2.0.30.tar.gz) = aa3c32c377e3392cf8b7c3d192fb4ccde9c61ce9ecef0b478236d08cbddfd541524053caaaa6e2b02ed74dbc10262c5122946f8d79831c8b7bd5f37006073d5c
-Size (WebTest-2.0.30.tar.gz) = 74922 bytes
+SHA1 (WebTest-2.0.32.tar.gz) = 941b78d07e557656b9b7418051c24c140653be97
+RMD160 (WebTest-2.0.32.tar.gz) = 9715853f9726d02d36adbb346b7b1fdc3249beea
+SHA512 (WebTest-2.0.32.tar.gz) = 0c583ab12feb78d8dca8ff222267cefd416341d2b6e8e1c3b7f2a6e3bfab16eba26766b35e3e1763a5bd81bb7b82524f8a2227a17c932364b23e11df944eb572
+Size (WebTest-2.0.32.tar.gz) = 74236 bytes
 SHA1 (patch-setup.py) = cb97658fb237eaf2307a1ef4effaa8491d796b3a



Home | Main Index | Thread Index | Old Index