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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user