Received: by mail.netbsd.org (Postfix, from userid 605) id B018084D95; Fri, 26 Oct 2018 08:09:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id ED1E284D7A for ; Fri, 26 Oct 2018 08:09:29 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id giK3-_HT-PeY for ; Fri, 26 Oct 2018 08:09:29 +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 3166B84CD4 for ; Fri, 26 Oct 2018 08:09:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2ACC7FBEE; Fri, 26 Oct 2018 08:09:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1540541369184960" MIME-Version: 1.0 Date: Fri, 26 Oct 2018 08:09:29 +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: <20181026080929.2ACC7FBEE@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1540541369184960 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Oct 26 08:09:29 UTC 2018 Modified Files: pkgsrc/www/py-mechanize: Makefile PLIST distinfo Log Message: py-mechanize: updated to 0.3.7 0.3.7 release * Fix processing of http-equiv meta tags incorrectly lower casing the content * Fix error when a textbox contained within a form contains unicode characters To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/www/py-mechanize/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-mechanize/PLIST cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/py-mechanize/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1540541369184960 Content-Disposition: inline Content-Length: 2789 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.21 pkgsrc/www/py-mechanize/Makefile:1.22 --- pkgsrc/www/py-mechanize/Makefile:1.21 Tue Jul 3 05:03:40 2018 +++ pkgsrc/www/py-mechanize/Makefile Fri Oct 26 08:09:29 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2018/07/03 05:03:40 adam Exp $ +# $NetBSD: Makefile,v 1.22 2018/10/26 08:09:29 adam Exp $ -DISTNAME= mechanize-0.3.6 +DISTNAME= mechanize-0.3.7 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=m/mechanize/} @@ -12,9 +12,9 @@ LICENSE= modified-bsd DEPENDS+= ${PYPKGPREFIX}-html5lib>=0.999999999:../../textproc/py-html5lib -USE_LANGUAGES= # none +USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 0.3.5 +PYTHON_VERSIONS_ACCEPTED= 27 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/www/py-mechanize/PLIST diff -u pkgsrc/www/py-mechanize/PLIST:1.4 pkgsrc/www/py-mechanize/PLIST:1.5 --- pkgsrc/www/py-mechanize/PLIST:1.4 Wed Jul 26 10:58:52 2017 +++ pkgsrc/www/py-mechanize/PLIST Fri Oct 26 08:09:29 2018 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2017/07/26 10:58:52 adam Exp $ +@comment $NetBSD: PLIST,v 1.5 2018/10/26 08:09:29 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -77,3 +77,6 @@ ${PYSITELIB}/mechanize/_util.pyo ${PYSITELIB}/mechanize/_version.py ${PYSITELIB}/mechanize/_version.pyc ${PYSITELIB}/mechanize/_version.pyo +${PYSITELIB}/mechanize/polyglot.py +${PYSITELIB}/mechanize/polyglot.pyc +${PYSITELIB}/mechanize/polyglot.pyo Index: pkgsrc/www/py-mechanize/distinfo diff -u pkgsrc/www/py-mechanize/distinfo:1.6 pkgsrc/www/py-mechanize/distinfo:1.7 --- pkgsrc/www/py-mechanize/distinfo:1.6 Thu Nov 2 12:58:46 2017 +++ pkgsrc/www/py-mechanize/distinfo Fri Oct 26 08:09:29 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2017/11/02 12:58:46 adam Exp $ +$NetBSD: distinfo,v 1.7 2018/10/26 08:09:29 adam Exp $ -SHA1 (mechanize-0.3.6.tar.gz) = afa66a5ab93eff8f3183ed301f3291e40c9b7e97 -RMD160 (mechanize-0.3.6.tar.gz) = ba557b8d71795edada2907e55d9a801317e97d06 -SHA512 (mechanize-0.3.6.tar.gz) = bc838d826dd8b08f699d4788fae8962746dbc266d892b34eff2f11b16a28ff22357d011fa1b177e813e4d879b36cd83f464173297ba58208a6ba37f9f2f130be -Size (mechanize-0.3.6.tar.gz) = 201845 bytes +SHA1 (mechanize-0.3.7.tar.gz) = bf8e0e7635127422234f8227457f0addd04f64ba +RMD160 (mechanize-0.3.7.tar.gz) = 1f1350664966786cbc25655a373548a52f76750b +SHA512 (mechanize-0.3.7.tar.gz) = d3cd17b2527b07a7f9699ef85073d2fb8674a3aeaf55be8d27db4d83444555679c9dfb4722bb091d0e90fb488f7ec3f1b110fe2be89d2e41dca892f2d2d2123f +Size (mechanize-0.3.7.tar.gz) = 203719 bytes --_----------=_1540541369184960--