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:           Wed Jul 26 10:58:52 UTC 2017

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

Log Message:
0.3.5 release:
* Fix error when trying to open pages that contain HTML entities that
  decode to unicode characters in their <head> sections


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/www/py-mechanize/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-mechanize/PLIST
cvs rdiff -u -r1.4 -r1.5 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.18 pkgsrc/www/py-mechanize/Makefile:1.19
--- pkgsrc/www/py-mechanize/Makefile:1.18       Thu Jan 19 18:52:29 2017
+++ pkgsrc/www/py-mechanize/Makefile    Wed Jul 26 10:58:52 2017
@@ -1,21 +1,20 @@
-# $NetBSD: Makefile,v 1.18 2017/01/19 18:52:29 agc Exp $
+# $NetBSD: Makefile,v 1.19 2017/07/26 10:58:52 adam Exp $
 
-DISTNAME=      mechanize-0.2.5
+DISTNAME=      mechanize-0.3.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=    www
+CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=m/mechanize/}
-MASTER_SITES+= http://wwwsearch.sourceforge.net/mechanize/src/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://wwwsearch.sourceforge.net/mechanize/
+HOMEPAGE=      https://github.com/python-mechanize/mechanize
 COMMENT=       Stateful programmatic web browsing in Python
+LICENSE=       modified-bsd
 
-USE_LANGUAGES= # none
+DEPENDS+=      ${PYPKGPREFIX}-html5lib>=0.999999999:../../textproc/py-html5lib
 
-PYTHON_VERSIONS_INCOMPATIBLE=  34 35 36 # not yet ported as of 0.2.5
+USE_LANGUAGES=         # none
 
-do-test:
-       ${RUN}cd ${WRKSRC}; ${PYTHONBIN} test.py
+PYTHON_VERSIONS_INCOMPATIBLE=  34 35 36 # not yet ported as of 0.3.5
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/py-mechanize/PLIST
diff -u pkgsrc/www/py-mechanize/PLIST:1.3 pkgsrc/www/py-mechanize/PLIST:1.4
--- pkgsrc/www/py-mechanize/PLIST:1.3   Sat Nov 26 09:18:25 2011
+++ pkgsrc/www/py-mechanize/PLIST       Wed Jul 26 10:58:52 2017
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.3 2011/11/26 09:18:25 obache Exp $
+@comment $NetBSD: PLIST,v 1.4 2017/07/26 10:58:52 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/${EGG_INFODIR}/zip-safe
 ${PYSITELIB}/mechanize/__init__.py
@@ -10,21 +11,24 @@ ${PYSITELIB}/mechanize/__init__.pyo
 ${PYSITELIB}/mechanize/_auth.py
 ${PYSITELIB}/mechanize/_auth.pyc
 ${PYSITELIB}/mechanize/_auth.pyo
-${PYSITELIB}/mechanize/_beautifulsoup.py
-${PYSITELIB}/mechanize/_beautifulsoup.pyc
-${PYSITELIB}/mechanize/_beautifulsoup.pyo
 ${PYSITELIB}/mechanize/_clientcookie.py
 ${PYSITELIB}/mechanize/_clientcookie.pyc
 ${PYSITELIB}/mechanize/_clientcookie.pyo
 ${PYSITELIB}/mechanize/_debug.py
 ${PYSITELIB}/mechanize/_debug.pyc
 ${PYSITELIB}/mechanize/_debug.pyo
-${PYSITELIB}/mechanize/_firefox3cookiejar.py
-${PYSITELIB}/mechanize/_firefox3cookiejar.pyc
-${PYSITELIB}/mechanize/_firefox3cookiejar.pyo
+${PYSITELIB}/mechanize/_entities.py
+${PYSITELIB}/mechanize/_entities.pyc
+${PYSITELIB}/mechanize/_entities.pyo
+${PYSITELIB}/mechanize/_equiv.py
+${PYSITELIB}/mechanize/_equiv.pyc
+${PYSITELIB}/mechanize/_equiv.pyo
 ${PYSITELIB}/mechanize/_form.py
 ${PYSITELIB}/mechanize/_form.pyc
 ${PYSITELIB}/mechanize/_form.pyo
+${PYSITELIB}/mechanize/_form_controls.py
+${PYSITELIB}/mechanize/_form_controls.pyc
+${PYSITELIB}/mechanize/_form_controls.pyo
 ${PYSITELIB}/mechanize/_gzip.py
 ${PYSITELIB}/mechanize/_gzip.pyc
 ${PYSITELIB}/mechanize/_gzip.pyo
@@ -37,27 +41,12 @@ ${PYSITELIB}/mechanize/_html.pyo
 ${PYSITELIB}/mechanize/_http.py
 ${PYSITELIB}/mechanize/_http.pyc
 ${PYSITELIB}/mechanize/_http.pyo
-${PYSITELIB}/mechanize/_lwpcookiejar.py
-${PYSITELIB}/mechanize/_lwpcookiejar.pyc
-${PYSITELIB}/mechanize/_lwpcookiejar.pyo
-${PYSITELIB}/mechanize/_markupbase.py
-${PYSITELIB}/mechanize/_markupbase.pyc
-${PYSITELIB}/mechanize/_markupbase.pyo
 ${PYSITELIB}/mechanize/_mechanize.py
 ${PYSITELIB}/mechanize/_mechanize.pyc
 ${PYSITELIB}/mechanize/_mechanize.pyo
-${PYSITELIB}/mechanize/_mozillacookiejar.py
-${PYSITELIB}/mechanize/_mozillacookiejar.pyc
-${PYSITELIB}/mechanize/_mozillacookiejar.pyo
-${PYSITELIB}/mechanize/_msiecookiejar.py
-${PYSITELIB}/mechanize/_msiecookiejar.pyc
-${PYSITELIB}/mechanize/_msiecookiejar.pyo
 ${PYSITELIB}/mechanize/_opener.py
 ${PYSITELIB}/mechanize/_opener.pyc
 ${PYSITELIB}/mechanize/_opener.pyo
-${PYSITELIB}/mechanize/_pullparser.py
-${PYSITELIB}/mechanize/_pullparser.pyc
-${PYSITELIB}/mechanize/_pullparser.pyo
 ${PYSITELIB}/mechanize/_request.py
 ${PYSITELIB}/mechanize/_request.pyc
 ${PYSITELIB}/mechanize/_request.pyo
@@ -67,9 +56,6 @@ ${PYSITELIB}/mechanize/_response.pyo
 ${PYSITELIB}/mechanize/_rfc3986.py
 ${PYSITELIB}/mechanize/_rfc3986.pyc
 ${PYSITELIB}/mechanize/_rfc3986.pyo
-${PYSITELIB}/mechanize/_sgmllib_copy.py
-${PYSITELIB}/mechanize/_sgmllib_copy.pyc
-${PYSITELIB}/mechanize/_sgmllib_copy.pyo
 ${PYSITELIB}/mechanize/_sockettimeout.py
 ${PYSITELIB}/mechanize/_sockettimeout.pyc
 ${PYSITELIB}/mechanize/_sockettimeout.pyo

Index: pkgsrc/www/py-mechanize/distinfo
diff -u pkgsrc/www/py-mechanize/distinfo:1.4 pkgsrc/www/py-mechanize/distinfo:1.5
--- pkgsrc/www/py-mechanize/distinfo:1.4        Wed Nov  4 02:47:29 2015
+++ pkgsrc/www/py-mechanize/distinfo    Wed Jul 26 10:58:52 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2015/11/04 02:47:29 agc Exp $
+$NetBSD: distinfo,v 1.5 2017/07/26 10:58:52 adam Exp $
 
-SHA1 (mechanize-0.2.5.tar.gz) = 9d2fb74fc762e54848c0b3ed4b6a9c73722ef619
-RMD160 (mechanize-0.2.5.tar.gz) = f9deafaeb591cd4047a6f8845221463320c86d9b
-SHA512 (mechanize-0.2.5.tar.gz) = 23de1d9a5fba63d76fd577889594dacf5412fb2fccb58908a10ab350a81dd16a7a31019d0b4a59a5ed4115320c7e3585c77eef88dcd80a88a9c3c2da3c28fa68
-Size (mechanize-0.2.5.tar.gz) = 383918 bytes
+SHA1 (mechanize-0.3.5.tar.gz) = 97d789bc05f15602e6046d2ea0cfc50ec6ac135a
+RMD160 (mechanize-0.3.5.tar.gz) = 5ae4806b1601f69cac6918a2cc4181df6d392585
+SHA512 (mechanize-0.3.5.tar.gz) = c9eb002d3c39cd15859e7c218870af2fdf35ca14e917c66f57eb1efea7c5600427dc9f44458d1f3892746d1fbe2f64a866002d7c621f48e77198b63b5bcd4811
+Size (mechanize-0.3.5.tar.gz) = 201495 bytes



Home | Main Index | Thread Index | Old Index