pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-lxml Updated py-lxml to 3.6.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/830c61056806
branches:  trunk
changeset: 350633:830c61056806
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Aug 01 10:51:30 2016 +0000

description:
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.

diffstat:

 textproc/py-lxml/Makefile |   8 +++++---
 textproc/py-lxml/distinfo |  10 +++++-----
 2 files changed, 10 insertions(+), 8 deletions(-)

diffs (39 lines):

diff -r 598e11d8403c -r 830c61056806 textproc/py-lxml/Makefile
--- a/textproc/py-lxml/Makefile Mon Aug 01 10:34:25 2016 +0000
+++ b/textproc/py-lxml/Makefile Mon Aug 01 10:51:30 2016 +0000
@@ -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 @@
 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"
diff -r 598e11d8403c -r 830c61056806 textproc/py-lxml/distinfo
--- a/textproc/py-lxml/distinfo Mon Aug 01 10:34:25 2016 +0000
+++ b/textproc/py-lxml/distinfo Mon Aug 01 10:51:30 2016 +0000
@@ -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