Received: by mail.netbsd.org (Postfix, from userid 605) id 7EFB584D91; Fri, 15 Oct 2021 15:02:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B831184DB2 for ; Fri, 15 Oct 2021 15:02:25 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id u4eIWsQzF_De for ; Fri, 15 Oct 2021 15:02:25 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 2A0AD84D91 for ; Fri, 15 Oct 2021 15:02:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1D29CFA94; Fri, 15 Oct 2021 15:02:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1634310145161580" MIME-Version: 1.0 Date: Fri, 15 Oct 2021 15:02:25 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-mechanize To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20211015150225.1D29CFA94@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1634310145161580 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1634310145161580 Content-Disposition: inline Content-Length: 1527 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1634310145161580--