14
0
forked from pool/python-parsel

- Update to version 1.4.0:

* has-class XPath extension function;
  * parsel.xpathfuncs.set_xpathfunc is a simplified way to register
    XPath extensions;
  * Selector.remove_namespaces now removes namespace declarations;
  * Python 3.3 support is dropped;
  * make htmlview command for easier Parsel docs development.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parsel?expand=0&rev=6
This commit is contained in:
2018-04-06 08:40:04 +00:00
committed by Git OBS Bridge
parent 5b6598b055
commit c9a717f3b3
4 changed files with 19 additions and 7 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Apr 6 08:38:41 UTC 2018 - mpluskal@suse.com
- Update to version 1.4.0:
* has-class XPath extension function;
* parsel.xpathfuncs.set_xpathfunc is a simplified way to register
XPath extensions;
* Selector.remove_namespaces now removes namespace declarations;
* Python 3.3 support is dropped;
* make htmlview command for easier Parsel docs development.
-------------------------------------------------------------------
Thu Dec 21 22:54:25 UTC 2017 - mpluskal@suse.com