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 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.

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



Home | Main Index | Thread Index | Old Index