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 Nov 12 09:56:49 UTC 2024
Modified Files:
pkgsrc/www/py-twill: Makefile distinfo
Log Message:
py-twill: updated to 3.3
3.3 (released 2024-10-13)
* The supported Python versions are now 3.8 to 3.13.
* Saving and loading of cookies has been made more robust, and it now also
incorporates the domains and paths of the cookies.
* Twill now uses Flask_ instead of Quixote_ as test server for running its own
test suite.
* Twill now uses 'argparse' instead of the deprecated 'optparse' to parse
options and arguments passed on the command line.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/www/py-twill/Makefile
cvs rdiff -u -r1.10 -r1.11 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.25 pkgsrc/www/py-twill/Makefile:1.26
--- pkgsrc/www/py-twill/Makefile:1.25 Mon Nov 11 07:29:28 2024
+++ pkgsrc/www/py-twill/Makefile Tue Nov 12 09:56:49 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2024/11/11 07:29:28 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2024/11/12 09:56:49 adam Exp $
-DISTNAME= twill-3.2.5
+DISTNAME= twill-3.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=t/twill/}
@@ -14,14 +14,12 @@ TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools
DEPENDS+= ${PYPKGPREFIX}-httpx>=0.27.0:../../www/py-httpx
DEPENDS+= ${PYPKGPREFIX}-lxml>=5.2:../../textproc/py-lxml
DEPENDS+= ${PYPKGPREFIX}-pyparsing>=3.1:../../devel/py-pyparsing
+TEST_DEPENDS+= ${PYPKGPREFIX}-flask>=3.0:../../www/py-flask
#TEST_DEPENDS+= ${PYPKGPREFIX}-pytidylib>=0.3
-#TEST_DEPENDS+= ${PYPKGPREFIX}-quixote>=3.6:../../devel/py-quixote
-#TEST_DEPENDS+= ${PYPKGPREFIX}-tox>=4:../../devel/py-tox
+TEST_DEPENDS+= ${PYPKGPREFIX}-tox>=4:../../devel/py-tox
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
post-install:
.for bin in twill twill-fork
cd ${DESTDIR}${PREFIX}/bin && \
Index: pkgsrc/www/py-twill/distinfo
diff -u pkgsrc/www/py-twill/distinfo:1.10 pkgsrc/www/py-twill/distinfo:1.11
--- pkgsrc/www/py-twill/distinfo:1.10 Tue Jul 2 13:49:20 2024
+++ pkgsrc/www/py-twill/distinfo Tue Nov 12 09:56:49 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2024/07/02 13:49:20 adam Exp $
+$NetBSD: distinfo,v 1.11 2024/11/12 09:56:49 adam Exp $
-BLAKE2s (twill-3.2.5.tar.gz) = feb723c017923d96923d2bb7d7cb16db54b6478af904a2ab9ae0b6f9c18ca09a
-SHA512 (twill-3.2.5.tar.gz) = 27b1546717f436205f15c3a161ff31c46535e11fd82ec6ee94f68518063b848d5c25d750c0470f399e03b768b5f07a7a62765ccc3395eab33935677e23f79320
-Size (twill-3.2.5.tar.gz) = 89490 bytes
+BLAKE2s (twill-3.3.tar.gz) = 57d71006c38d57df41f886f4020f78c563f8c7f5fb26c895d32f137be6697234
+SHA512 (twill-3.3.tar.gz) = b3c2180ed8b9a213bc2515a52962f4317863a9782032fdb43c6dd950f3b401adc13c539c4a959e597f2d22230f9933c6a731e4dcd8bcebe8f06b0e998a372c97
+Size (twill-3.3.tar.gz) = 90084 bytes
Home |
Main Index |
Thread Index |
Old Index