diff options
author | wiz <wiz@pkgsrc.org> | 2016-08-01 10:51:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-08-01 10:51:30 +0000 |
commit | c96991f7a754384990c016a86db7df0d51bbd1d4 (patch) | |
tree | 63f9e300880751dab1e7242b04781550ab56b02e /textproc/py-lxml | |
parent | 458eb643b7221c2596bdc4bbd404f81ac18f6c50 (diff) | |
download | pkgsrc-c96991f7a754384990c016a86db7df0d51bbd1d4.tar.gz |
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 (limited to 'textproc/py-lxml')
-rw-r--r-- | textproc/py-lxml/Makefile | 8 | ||||
-rw-r--r-- | textproc/py-lxml/distinfo | 10 |
2 files changed, 10 insertions, 8 deletions
diff --git a/textproc/py-lxml/Makefile b/textproc/py-lxml/Makefile index 76031402757..f00ffa228d3 100644 --- a/textproc/py-lxml/Makefile +++ b/textproc/py-lxml/Makefile @@ -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" diff --git a/textproc/py-lxml/distinfo b/textproc/py-lxml/distinfo index d0e4db19821..5f112d70d0c 100644 --- a/textproc/py-lxml/distinfo +++ b/textproc/py-lxml/distinfo @@ -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 |