14
0
forked from pool/python-lxml

Accepting request 574238 from home:mimi_vx:branches:devel:languages:python

- update to 4.1.1
 - ElementPath supports text predicates for current node, like "[.='text']".
 - ElementPath allows spaces in predicates.
 - Custom Element classes and XPath functions can now be registered with
    a decorator rather than explicit dict assignments.
 - LP#1722776: Requesting non-Element objects like comments from
    a document with PythonElementClassLookup could fail with a TypeError.

OBS-URL: https://build.opensuse.org/request/show/574238
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lxml?expand=0&rev=103
This commit is contained in:
2018-02-08 14:04:12 +00:00
committed by Git OBS Bridge
parent 51efc15d33
commit bb68e69e3b
6 changed files with 24 additions and 19 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Feb 8 12:34:33 UTC 2018 - mimi.vx@gmail.com
- update to 4.1.1
- ElementPath supports text predicates for current node, like "[.='text']".
- ElementPath allows spaces in predicates.
- Custom Element classes and XPath functions can now be registered with
a decorator rather than explicit dict assignments.
- LP#1722776: Requesting non-Element objects like comments from
a document with PythonElementClassLookup could fail with a TypeError.
-------------------------------------------------------------------
Tue Oct 31 14:24:25 UTC 2017 - jmatejek@suse.com