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:   wiz
Date:           Mon Aug  1 10:51:30 UTC 2016

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

Log Message:
Updated py-lxml to 3.6.1.

3.6.1 (2016-07-24)
==================

Features added
--------------

* GH#180: Separate option ``inline_style`` for Cleaner that only removes ``style``
  attributes instead of all styles.  Patch by Christian Pedersen.

* GH#196: Windows build support for Python 3.5.  Contribution by Maximilian Hils.

Bugs fixed
----------

* GH#199: Exclude ``file`` fields from ``FormElement.form_values`` (as browsers do).
  Patch by Tomas Divis.

* GH#198, LP#1568167: Try to provide base URL from ``Resolver.resolve_string()``.
  Patch by Michael van Tellingen.

* GH#191: More accurate float serialisation in ``objectify.FloatElement``.
  Patch by Holger Joukl.

* LP#1551797: Repair XSLT error logging. Patch by Marcus Brinkmann.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/textproc/py-lxml/Makefile
cvs rdiff -u -r1.26 -r1.27 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.35 pkgsrc/textproc/py-lxml/Makefile:1.36
--- pkgsrc/textproc/py-lxml/Makefile:1.35       Fri Apr  8 15:27:34 2016
+++ pkgsrc/textproc/py-lxml/Makefile    Mon Aug  1 10:51:30 2016
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.35 2016/04/08 15:27:34 wiz Exp $
+# $NetBSD: Makefile,v 1.36 2016/08/01 10:51:30 wiz Exp $
 
-DISTNAME=      lxml-3.6.0
+DISTNAME=      lxml-3.6.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc
 MASTER_SITES=  http://lxml.de/files/
@@ -11,8 +11,10 @@ HOMEPAGE=    http://lxml.de/
 COMMENT=       Python binding for libxml2 and libxslt
 LICENSE=       modified-bsd
 
-# as of 3.5.0, two test failures on NetBSD, see
+# as of 3.6.1, two test failures on NetBSD, see
 # https://bugs.launchpad.net/lxml/+bug/1522052
+# third error in 3.6.1
+# https://bugs.launchpad.net/lxml/+bug/1608479
 TEST_TARGET=   test_inplace
 
 .include "../../lang/python/egg.mk"

Index: pkgsrc/textproc/py-lxml/distinfo
diff -u pkgsrc/textproc/py-lxml/distinfo:1.26 pkgsrc/textproc/py-lxml/distinfo:1.27
--- pkgsrc/textproc/py-lxml/distinfo:1.26       Fri Apr  8 15:27:34 2016
+++ pkgsrc/textproc/py-lxml/distinfo    Mon Aug  1 10:51:30 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.26 2016/04/08 15:27:34 wiz Exp $
+$NetBSD: distinfo,v 1.27 2016/08/01 10:51:30 wiz Exp $
 
-SHA1 (lxml-3.6.0.tgz) = 62c6cf15dba26fc9f0d40c75621f07e03e1bc4f5
-RMD160 (lxml-3.6.0.tgz) = c9b12725206623b6c052a86641fe920b6d7bd56c
-SHA512 (lxml-3.6.0.tgz) = 2dd25a4f51e3e71b78e82e32f3838137d8b21936c23c16f901f4180277c4d4b7f14e1f47d306022cc1d13dc2e0b7f405319632e554aa989f551f424cc423d60d
-Size (lxml-3.6.0.tgz) = 3693901 bytes
+SHA1 (lxml-3.6.1.tgz) = a37f3f77de191a490642d01250cf5e72153fb0b0
+RMD160 (lxml-3.6.1.tgz) = 7095dca17b3bb8c5fe609e04af7a95c47f82e873
+SHA512 (lxml-3.6.1.tgz) = fa7590a63a0d4d5173b79f3f86154039993e09b523179f3ac43c5dfec59299bfafb8436beb92a13e14035cafe0d457cc5fc29ca73ff7c575973af058d6d5d2cc
+Size (lxml-3.6.1.tgz) = 3707480 bytes



Home | Main Index | Thread Index | Old Index