15
0
forked from pool/python-parsel
Commit Graph

8 Commits

Author SHA256 Message Date
Tomáš Chvátal
bda8f8e49b - Update to 1.5.2:
* ``Selector.remove_namespaces`` received a significant performance improvement
  * The value of ``data`` within the printable representation of a selector
    (``repr(selector)``) now ends in ``...`` when truncated, to make the
    truncation obvious.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parsel?expand=0&rev=12
2019-09-11 08:28:47 +00:00
8fa21aeeb9 Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parsel?expand=0&rev=10
2018-12-04 13:44:54 +00:00
Tomáš Chvátal
f3cdaeddf8 Accepting request 649807 from home:TheBlackCat:branches:devel:languages:python
- Update to version 1.5.1 (2018-10-25)
  * ``has-class`` XPath function handles newlines and other separators
    in class names properly;
  * fixed parsing of HTML documents with null bytes;
  * documentation improvements;
  * Python 3.7 tests are run on CI; other test improvements.
- Update to version 1.5.0 (2018-07-04)
  * New ``Selector.attrib`` and ``SelectorList.attrib`` properties which make
    it easier to get attributes of HTML elements.
  * CSS selectors became faster: compilation results are cached
    (LRU cache is used for ``css2xpath``), so there is
    less overhead when the same CSS expression is used several times.
  * ``.get()`` and ``.getall()`` selector methods are documented and recommended
    over ``.extract_first()`` and ``.extract()``.
  * Various documentation tweaks and improvements.

OBS-URL: https://build.opensuse.org/request/show/649807
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parsel?expand=0&rev=8
2018-11-17 16:05:58 +00:00
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
becb178c6b OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parsel?expand=0&rev=4 2017-12-21 23:36:20 +00:00
767da91c0b OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parsel?expand=0&rev=3 2017-12-21 23:34:57 +00:00
634d564fb5 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
2017-12-21 23:26:17 +00:00
33de3229c3 Accepting request 399876 from home:winski:python
Library to extract data from HTML and XML. REQUIREMENT for newer versions of python-Scrapy, so we need this to update the now-very-outdated python-Scrapy to the newest version.

OBS-URL: https://build.opensuse.org/request/show/399876
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parsel?expand=0&rev=1
2016-06-03 06:50:25 +00:00