14
0
forked from pool/python-parsel

Accepting request 559194 from home:pluskalm:branches:devel:languages:python

add me as maintainer, dependency of scrapy used for internal search

OBS-URL: https://build.opensuse.org/request/show/559194
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parsel?expand=0&rev=2
This commit is contained in:
2017-12-21 23:26:17 +00:00
committed by Git OBS Bridge
parent 33de3229c3
commit 634d564fb5
4 changed files with 41 additions and 24 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
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