14
0
forked from pool/python-parsel
Files
python-parsel/python-parsel.changes
Martin Pluskal c9a717f3b3 - 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
2018-04-06 08:40:04 +00:00

30 lines
1.1 KiB
Plaintext

-------------------------------------------------------------------
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
- Update to version 1.2.0:
* Add get() and getall() methods as aliases for extract_first and
extract respectively
* Add default value parameter to SelectorList.re_first method
* Add Selector.re_first method
* Bug fix: detect None result from lxml parsing and fallback with
an empty document
* Rearrange XML/HTML examples in the selectors usage docs
- Convert to singlespec
-------------------------------------------------------------------
Thu Jun 2 17:42:59 UTC 2016 - jacobwinski@gmail.com
- Initial package build.