pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-twill



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue May  7 19:15:09 UTC 2024

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

Log Message:
py-twill: updated to 3.2.4

3.2.4 (released 2024-04-27)

* Support latest version of httpx.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/www/py-twill/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/py-twill/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-twill/Makefile
diff -u pkgsrc/www/py-twill/Makefile:1.22 pkgsrc/www/py-twill/Makefile:1.23
--- pkgsrc/www/py-twill/Makefile:1.22   Wed Mar  6 13:34:02 2024
+++ pkgsrc/www/py-twill/Makefile        Tue May  7 19:15:09 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2024/03/06 13:34:02 adam Exp $
+# $NetBSD: Makefile,v 1.23 2024/05/07 19:15:09 adam Exp $
 
-DISTNAME=      twill-3.2.3
+DISTNAME=      twill-3.2.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/twill/}
@@ -10,9 +10,9 @@ HOMEPAGE=     https://github.com/twill-tools
 COMMENT=       Simple scripting language for web browsing
 LICENSE=       mit
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=68:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=69:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
-DEPENDS+=      ${PYPKGPREFIX}-httpx>=0.26.0:../../www/py-httpx
+DEPENDS+=      ${PYPKGPREFIX}-httpx>=0.27.0:../../www/py-httpx
 DEPENDS+=      ${PYPKGPREFIX}-lxml>=4.9:../../textproc/py-lxml
 DEPENDS+=      ${PYPKGPREFIX}-pyparsing>=3.1:../../devel/py-pyparsing
 #TEST_DEPENDS+=        ${PYPKGPREFIX}-pytidylib>=0.3

Index: pkgsrc/www/py-twill/distinfo
diff -u pkgsrc/www/py-twill/distinfo:1.8 pkgsrc/www/py-twill/distinfo:1.9
--- pkgsrc/www/py-twill/distinfo:1.8    Wed Mar  6 13:34:02 2024
+++ pkgsrc/www/py-twill/distinfo        Tue May  7 19:15:09 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2024/03/06 13:34:02 adam Exp $
+$NetBSD: distinfo,v 1.9 2024/05/07 19:15:09 adam Exp $
 
-BLAKE2s (twill-3.2.3.tar.gz) = ae95c8c7829754cd4867824aa3c9b6161ebb46d5b26adee331e2c45383f54ee5
-SHA512 (twill-3.2.3.tar.gz) = 60bbf06c38a2a54cd6c1075921a601297d6b17f1fb54e4cf7fc910c74b46e2dd5bc8568ab27a69135ef04f66b447816c6b89799354d43dad41fdc12517be03e2
-Size (twill-3.2.3.tar.gz) = 89181 bytes
+BLAKE2s (twill-3.2.4.tar.gz) = 7c9b788cda802f2036c7e9fcbac8d0e00d9ed714761a019ea0998d4ee5363c6e
+SHA512 (twill-3.2.4.tar.gz) = 136e6129c9be87b561edccc531e97e31d5f478220bc6688d3eaa0c4557b480ff13422c10ef8d2cc17d546e6fb4133bcbe3e6772be53154af9be6a0c73445b6f9
+Size (twill-3.2.4.tar.gz) = 89420 bytes



Home | Main Index | Thread Index | Old Index