pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-WebTest



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Apr 23 10:34:54 UTC 2020

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

Log Message:
py-WebTest: updated to 2.0.34

2.0.34:
- Fix the test ``length == 0`` in ``check_content_type``.
- Treat ``<input type="search">`` like ``<input type="text">``.
- Handle query parameters for the ``head`` method.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/py-WebTest/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/py-WebTest/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-WebTest/Makefile
diff -u pkgsrc/www/py-WebTest/Makefile:1.6 pkgsrc/www/py-WebTest/Makefile:1.7
--- pkgsrc/www/py-WebTest/Makefile:1.6  Fri Feb 15 13:01:22 2019
+++ pkgsrc/www/py-WebTest/Makefile      Thu Apr 23 10:34:53 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2019/02/15 13:01:22 adam Exp $
+# $NetBSD: Makefile,v 1.7 2020/04/23 10:34:53 adam Exp $
 
-DISTNAME=      WebTest-2.0.33
+DISTNAME=      WebTest-2.0.34
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=W/WebTest/}

Index: pkgsrc/www/py-WebTest/distinfo
diff -u pkgsrc/www/py-WebTest/distinfo:1.7 pkgsrc/www/py-WebTest/distinfo:1.8
--- pkgsrc/www/py-WebTest/distinfo:1.7  Fri Feb 15 13:01:22 2019
+++ pkgsrc/www/py-WebTest/distinfo      Thu Apr 23 10:34:53 2020
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.7 2019/02/15 13:01:22 adam Exp $
+$NetBSD: distinfo,v 1.8 2020/04/23 10:34:53 adam Exp $
 
-SHA1 (WebTest-2.0.33.tar.gz) = 4fbce21674fe331d97c8389fc12df142441bfc27
-RMD160 (WebTest-2.0.33.tar.gz) = dedb6f6a0f7e58898c825e7cbcc6113781cf4a7f
-SHA512 (WebTest-2.0.33.tar.gz) = 9f5c614f8215837dc5cecc9c3e844c5e1678eb8275f9e27a0ec6a68648e9f4f09155aa72f6c731c34028b8671b7776a94235f3e54d7dbf5ff55de94840171ca8
-Size (WebTest-2.0.33.tar.gz) = 76081 bytes
+SHA1 (WebTest-2.0.34.tar.gz) = 690f04ccb7d341f6f24ccbcd05c6268fff48faa1
+RMD160 (WebTest-2.0.34.tar.gz) = f799725ad3597dae0f2766eb190ff1c6dfa7dd61
+SHA512 (WebTest-2.0.34.tar.gz) = 12f0d3e891d436f011f4a3a2e8e64363d87713d2a410b9220271e5f0c0b918b5cd87dc4359d1164cb67e02ad318eabfae282b4eaacb4804afbf475abebc6fd95
+Size (WebTest-2.0.34.tar.gz) = 76209 bytes
 SHA1 (patch-setup.py) = cb97658fb237eaf2307a1ef4effaa8491d796b3a



Home | Main Index | Thread Index | Old Index