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:           Wed Feb  5 13:29:01 UTC 2025

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

Log Message:
py-WebTest: updated to 3.0.4

3.0.4 (2025-02-03)

- Ensure BeautifulSoup 4.13+ compatibility

3.0.3 (2025-01-16)

- Minor release to fix metadata on pypi

3.0.2 (2024-11-27)

- Bump waitress min version to 3.0.2

3.0.1 (2024-08-30)

- Multiple file input support.
- Drop support for Python 3.8 and bellow
- Allows the TestResponse to follow customised onclick buttons
- Response.pyquery object now use the html parser.
- You can use the Response.PyQuery method to customize pyquery init.
- Various docs / testing improvments
- Rename "master" git branch to "main".


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/py-WebTest/Makefile
cvs rdiff -u -r1.12 -r1.13 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.13 pkgsrc/www/py-WebTest/Makefile:1.14
--- pkgsrc/www/py-WebTest/Makefile:1.13 Mon Nov 11 07:29:15 2024
+++ pkgsrc/www/py-WebTest/Makefile      Wed Feb  5 13:29:01 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2024/11/11 07:29:15 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2025/02/05 13:29:01 adam Exp $
 
-DISTNAME=      WebTest-3.0.0
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+DISTNAME=      webtest-3.0.4
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/webt/WebT/}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=W/WebTest/}
 
@@ -10,6 +10,8 @@ HOMEPAGE=     http://webtest.pythonpaste.org
 COMMENT=       Helper to test WSGI applications
 LICENSE=       mit
 
+WHEEL_NAME=    ${DISTNAME:S/webt/WebT/}
+
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-WebOb>=1.2:../../www/py-WebOb
 DEPENDS+=      ${PYPKGPREFIX}-beautifulsoup4-[0-9]*:../../www/py-beautifulsoup4
@@ -22,7 +24,5 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-test-cov-[
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/py-WebTest/distinfo
diff -u pkgsrc/www/py-WebTest/distinfo:1.12 pkgsrc/www/py-WebTest/distinfo:1.13
--- pkgsrc/www/py-WebTest/distinfo:1.12 Fri Jan 26 13:52:47 2024
+++ pkgsrc/www/py-WebTest/distinfo      Wed Feb  5 13:29:01 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2024/01/26 13:52:47 adam Exp $
+$NetBSD: distinfo,v 1.13 2025/02/05 13:29:01 adam Exp $
 
-BLAKE2s (WebTest-3.0.0.tar.gz) = 558da09248c7159f291092d82b6ba7d2af76591f13ba8abd8aa535e6f248e85a
-SHA512 (WebTest-3.0.0.tar.gz) = b97a6311d7e3bf653bec93c2390fb75c991d0dea6148680d8b6ff87861c130518a5d150dd157eab9b032b278566ad12c0ac8f5fc2ddbeba31e35de1e1f06f747
-Size (WebTest-3.0.0.tar.gz) = 75871 bytes
+BLAKE2s (webtest-3.0.4.tar.gz) = 47345eac25646041d8f18d84c73508ce6cfe725798463ee9dd880c42f211ce97
+SHA512 (webtest-3.0.4.tar.gz) = ebf7a76d18719283af5fcf0ea902285a9eee280e68892f2db35e5e48e04efd18e96e393a020e3c4ac4e001875c6da5583348572fd028c0e1a11d468695362a0b
+Size (webtest-3.0.4.tar.gz) = 79395 bytes



Home | Main Index | Thread Index | Old Index