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
This commit is contained in:
parent
55394054aa
commit
d778e5840d
2 changed files with 7 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.25 2019/04/17 09:48:23 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.26 2019/09/07 07:15:59 adam Exp $
|
||||
|
||||
DISTNAME= mechanize-0.4.2
|
||||
DISTNAME= mechanize-0.4.3
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=m/mechanize/}
|
||||
|
@ -14,7 +14,5 @@ DEPENDS+= ${PYPKGPREFIX}-html5lib>=0.999999999:../../textproc/py-html5lib
|
|||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
PYTHON_VERSIONS_ACCEPTED= 27
|
||||
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.10 2019/04/17 09:48:23 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.11 2019/09/07 07:15:59 adam Exp $
|
||||
|
||||
SHA1 (mechanize-0.4.2.tar.gz) = a930242b54b85132b76cdb7c246ddbe06723318c
|
||||
RMD160 (mechanize-0.4.2.tar.gz) = afcfd4d354721f5f292412de43858ca504787c4b
|
||||
SHA512 (mechanize-0.4.2.tar.gz) = b51cb7e2ea854aad78e7bd9bc00e988599f5556098e025696ba7ba7ff51d3acffc302601827eaffb1193eb55066ee2bdbbfef58cbc4541782c87c34c3718d398
|
||||
Size (mechanize-0.4.2.tar.gz) = 201133 bytes
|
||||
SHA1 (mechanize-0.4.3.tar.gz) = efa3041e03bd7de8b4abc3fc1f6ea208ac9595f9
|
||||
RMD160 (mechanize-0.4.3.tar.gz) = 45d7004aeb70524e18b957e59a810da2096cc305
|
||||
SHA512 (mechanize-0.4.3.tar.gz) = 892f264ab2743b8649fb4647c8399a5952db82446d8d22e8df2ad1160a1aa147eaca8b8704fe2467a83a6cd01d6f697eea3c5be94f33770bd7daeda4df6de2d6
|
||||
Size (mechanize-0.4.3.tar.gz) = 212385 bytes
|
||||
|
|
Loading…
Reference in a new issue