Sat Sep 7 07:16:00 2019 UTC ()
py-mechanize: updated to 0.4.3

0.4.3:
* When filling forms with unicode strings automatically encode them into
  the correct encoding fr the HTML page being viewed
* Guess content type when uploading files if not specified
* py3 compat - Have the version of simple cookies be 0 rather than None


(adam)
diff -r1.25 -r1.26 pkgsrc/www/py-mechanize/Makefile
diff -r1.10 -r1.11 pkgsrc/www/py-mechanize/distinfo

cvs diff -r1.25 -r1.26 pkgsrc/www/py-mechanize/Makefile (expand / switch to unified diff)

--- pkgsrc/www/py-mechanize/Makefile 2019/04/17 09:48:23 1.25
+++ pkgsrc/www/py-mechanize/Makefile 2019/09/07 07:15:59 1.26
@@ -1,20 +1,18 @@ @@ -1,20 +1,18 @@
1# $NetBSD: Makefile,v 1.25 2019/04/17 09:48:23 wiz Exp $ 1# $NetBSD: Makefile,v 1.26 2019/09/07 07:15:59 adam Exp $
2 2
3DISTNAME= mechanize-0.4.2 3DISTNAME= mechanize-0.4.3
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= www python 5CATEGORIES= www python
6MASTER_SITES= ${MASTER_SITE_PYPI:=m/mechanize/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=m/mechanize/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/python-mechanize/mechanize 9HOMEPAGE= https://github.com/python-mechanize/mechanize
10COMMENT= Stateful programmatic web browsing in Python 10COMMENT= Stateful programmatic web browsing in Python
11LICENSE= modified-bsd 11LICENSE= modified-bsd
12 12
13DEPENDS+= ${PYPKGPREFIX}-html5lib>=0.999999999:../../textproc/py-html5lib 13DEPENDS+= ${PYPKGPREFIX}-html5lib>=0.999999999:../../textproc/py-html5lib
14 14
15USE_LANGUAGES= # none 15USE_LANGUAGES= # none
16 16
17PYTHON_VERSIONS_ACCEPTED= 27 
18 
19.include "../../lang/python/egg.mk" 17.include "../../lang/python/egg.mk"
20.include "../../mk/bsd.pkg.mk" 18.include "../../mk/bsd.pkg.mk"

cvs diff -r1.10 -r1.11 pkgsrc/www/py-mechanize/distinfo (expand / switch to unified diff)

--- pkgsrc/www/py-mechanize/distinfo 2019/04/17 09:48:23 1.10
+++ pkgsrc/www/py-mechanize/distinfo 2019/09/07 07:15:59 1.11
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.10 2019/04/17 09:48:23 wiz Exp $ 1$NetBSD: distinfo,v 1.11 2019/09/07 07:15:59 adam Exp $
2 2
3SHA1 (mechanize-0.4.2.tar.gz) = a930242b54b85132b76cdb7c246ddbe06723318c 3SHA1 (mechanize-0.4.3.tar.gz) = efa3041e03bd7de8b4abc3fc1f6ea208ac9595f9
4RMD160 (mechanize-0.4.2.tar.gz) = afcfd4d354721f5f292412de43858ca504787c4b 4RMD160 (mechanize-0.4.3.tar.gz) = 45d7004aeb70524e18b957e59a810da2096cc305
5SHA512 (mechanize-0.4.2.tar.gz) = b51cb7e2ea854aad78e7bd9bc00e988599f5556098e025696ba7ba7ff51d3acffc302601827eaffb1193eb55066ee2bdbbfef58cbc4541782c87c34c3718d398 5SHA512 (mechanize-0.4.3.tar.gz) = 892f264ab2743b8649fb4647c8399a5952db82446d8d22e8df2ad1160a1aa147eaca8b8704fe2467a83a6cd01d6f697eea3c5be94f33770bd7daeda4df6de2d6
6Size (mechanize-0.4.2.tar.gz) = 201133 bytes 6Size (mechanize-0.4.3.tar.gz) = 212385 bytes