pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-mechanize



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Oct 15 15:02:25 UTC 2021

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

Log Message:
py-mechanize: updated to 0.4.7

0.4.7 release
* Fix the ~ character being percent escaped when sending URLs to servers. See RFC 3986.

0.4.6 release
* Python 3.10 compatibility
* Fix a bug in the regex used to parse www-authenticate headers that could lead to Denial-of-Service


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/www/py-mechanize/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/py-mechanize/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-mechanize/Makefile
diff -u pkgsrc/www/py-mechanize/Makefile:1.28 pkgsrc/www/py-mechanize/Makefile:1.29
--- pkgsrc/www/py-mechanize/Makefile:1.28       Wed Jan  8 17:33:51 2020
+++ pkgsrc/www/py-mechanize/Makefile    Fri Oct 15 15:02:24 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2020/01/08 17:33:51 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2021/10/15 15:02:24 adam Exp $
 
-DISTNAME=      mechanize-0.4.5
+DISTNAME=      mechanize-0.4.7
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=m/mechanize/}

Index: pkgsrc/www/py-mechanize/distinfo
diff -u pkgsrc/www/py-mechanize/distinfo:1.14 pkgsrc/www/py-mechanize/distinfo:1.15
--- pkgsrc/www/py-mechanize/distinfo:1.14       Thu Oct  7 15:08:28 2021
+++ pkgsrc/www/py-mechanize/distinfo    Fri Oct 15 15:02:24 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2021/10/07 15:08:28 nia Exp $
+$NetBSD: distinfo,v 1.15 2021/10/15 15:02:24 adam Exp $
 
-RMD160 (mechanize-0.4.5.tar.gz) = 95fa856a47e3b8da46e2146e688a79adc64cf2dc
-SHA512 (mechanize-0.4.5.tar.gz) = 51706d5c073501d02fb7395eda30625ed9191324f948073c7d1589df0e507d8b7641ca514ceff55e7d82e899ba6e10c55507c79668976c7654ff0004671d09d2
-Size (mechanize-0.4.5.tar.gz) = 216908 bytes
+RMD160 (mechanize-0.4.7.tar.gz) = 97d5b5b2af6c09965714a0c8941f7afe338361d5
+SHA512 (mechanize-0.4.7.tar.gz) = f2796f322b1000818bcd4bcedf1d88538ba3a43151b74c950594a60dd7b5cf96ea4fcb605e30c93a5df095da35418401487928b9adfcca932e95dbf964d74c53
+Size (mechanize-0.4.7.tar.gz) = 217289 bytes



Home | Main Index | Thread Index | Old Index