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:           Sat Sep  7 07:16:00 UTC 2019

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

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/www/py-mechanize/Makefile
cvs rdiff -u -r1.10 -r1.11 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.25 pkgsrc/www/py-mechanize/Makefile:1.26
--- pkgsrc/www/py-mechanize/Makefile:1.25       Wed Apr 17 09:48:23 2019
+++ pkgsrc/www/py-mechanize/Makefile    Sat Sep  7 07:15:59 2019
@@ -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.999
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_ACCEPTED=      27
-
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/py-mechanize/distinfo
diff -u pkgsrc/www/py-mechanize/distinfo:1.10 pkgsrc/www/py-mechanize/distinfo:1.11
--- pkgsrc/www/py-mechanize/distinfo:1.10       Wed Apr 17 09:48:23 2019
+++ pkgsrc/www/py-mechanize/distinfo    Sat Sep  7 07:15:59 2019
@@ -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



Home | Main Index | Thread Index | Old Index