pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/py-lxml



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu May  4 21:19:29 UTC 2017

Modified Files:
        pkgsrc/textproc/py-lxml: Makefile distinfo

Log Message:
Changes 3.7.3:
Bugs fixed
* GH-218 was ineffective in Python 3.
* GH-222: lxml.html.submit_form() failed in Python 3.


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/textproc/py-lxml/Makefile
cvs rdiff -u -r1.31 -r1.32 pkgsrc/textproc/py-lxml/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/py-lxml/Makefile
diff -u pkgsrc/textproc/py-lxml/Makefile:1.43 pkgsrc/textproc/py-lxml/Makefile:1.44
--- pkgsrc/textproc/py-lxml/Makefile:1.43       Tue Jan 17 12:58:29 2017
+++ pkgsrc/textproc/py-lxml/Makefile    Thu May  4 21:19:29 2017
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.43 2017/01/17 12:58:29 wiz Exp $
+# $NetBSD: Makefile,v 1.44 2017/05/04 21:19:29 adam Exp $
 
-DISTNAME=      lxml-3.7.2
+DISTNAME=      lxml-3.7.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc
-MASTER_SITES=  http://lxml.de/files/
-EXTRACT_SUFX=  .tgz
+MASTER_SITES=  ${MASTER_SITE_PYPI:=l/lxml/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://lxml.de/

Index: pkgsrc/textproc/py-lxml/distinfo
diff -u pkgsrc/textproc/py-lxml/distinfo:1.31 pkgsrc/textproc/py-lxml/distinfo:1.32
--- pkgsrc/textproc/py-lxml/distinfo:1.31       Mon Jan 16 11:07:12 2017
+++ pkgsrc/textproc/py-lxml/distinfo    Thu May  4 21:19:29 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.31 2017/01/16 11:07:12 wiz Exp $
+$NetBSD: distinfo,v 1.32 2017/05/04 21:19:29 adam Exp $
 
-SHA1 (lxml-3.7.2.tgz) = 8fdc03e1c961d16eacb17a6a96dcf5ea1290e09a
-RMD160 (lxml-3.7.2.tgz) = f2f8992895cb230f7ee2daac7c51400fb6f71430
-SHA512 (lxml-3.7.2.tgz) = 7ced977b318234f59dccea14a4a5c2364f21ab990f57d17a40da5db2215b64f99edc38b7300ac374c61658416f606c29d6e9c51064055c549567d2159c6a8257
-Size (lxml-3.7.2.tgz) = 3800639 bytes
+SHA1 (lxml-3.7.3.tar.gz) = bce8b3101ed0de7440f00d7960a6a7a46ce50433
+RMD160 (lxml-3.7.3.tar.gz) = b2f1c34f90ef8aae9916e3c710dfb3675024a734
+SHA512 (lxml-3.7.3.tar.gz) = 9bf1142e81b6e1c8a47e296774d7e448d9ed47de3672f7442cc33274b07252baa47a9346efa9d2fda7b7bb66beb95bbc81f0ae16c9f808ff568f330991dd6d13
+Size (lxml-3.7.3.tar.gz) = 3797713 bytes



Home | Main Index | Thread Index | Old Index