Package Release Info

python-parsel-1.4.0-bp151.3.3

Update Info: Base Release
Available in Package Hub : 15 SP1

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python2-parsel
python3-parsel

Change Logs

Version: 1.4.0-bp150.2.4
* Fri Apr 06 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 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 02 2016 jacobwinski@gmail.com
- Initial package build.