15
0
forked from pool/python-parsel
Commit Graph

19 Commits

Author SHA256 Message Date
71520bf907 Accepting request 914220 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/914220
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-parsel?expand=0&rev=8
2021-08-25 18:58:27 +00:00
50ff002688 Accepting request 914195 from home:glaubitz:branches:devel:languages:python
- Update to 1.6.0:
  * Python 3.4 is no longer supported
  * New `Selector.remove()` and `SelectorList.remove()` methods to
    remove selected elements from the parsed document tree
  * Improvements to error reporting, test coverage and documentation,
    and code cleanup

OBS-URL: https://build.opensuse.org/request/show/914195
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parsel?expand=0&rev=18
2021-08-25 11:31:23 +00:00
Richard Brown
cd267ff516 Accepting request 879099 from devel:languages:python
- fix build requires syntax error on expanding multiple python flavors

OBS-URL: https://build.opensuse.org/request/show/879099
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-parsel?expand=0&rev=7
2021-03-16 14:44:37 +00:00
9e3793dec5 - fix build requires syntax error on expanding multiple python flavors
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parsel?expand=0&rev=16
2021-03-15 08:18:34 +00:00
59da146fe6 Accepting request 795798 from devel:languages:python
- Fix build without python2

OBS-URL: https://build.opensuse.org/request/show/795798
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-parsel?expand=0&rev=6
2020-04-21 11:10:19 +00:00
Tomáš Chvátal
a9539e9153 - Fix build without python2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parsel?expand=0&rev=14
2020-04-20 11:27:39 +00:00
Ludwig Nussel
816cb63775 Accepting request 730059 from devel:languages:python
- 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/request/show/730059
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-parsel?expand=0&rev=5
2019-09-13 12:57:47 +00:00
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
acf4012b2d Accepting request 659536 from devel:languages:python
Remove superfluous devel dependency for noarch package

OBS-URL: https://build.opensuse.org/request/show/659536
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-parsel?expand=0&rev=4
2018-12-24 10:40:48 +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
c728f9f98e Accepting request 649919 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/649919
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-parsel?expand=0&rev=3
2018-11-18 22:32:27 +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
20c9e025d0 Accepting request 593919 from devel:languages:python
- 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/request/show/593919
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-parsel?expand=0&rev=2
2018-04-19 13:28:31 +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
5b6598b055 Accepting request 559202 from devel:languages:python
new package, dependency of scrapy

OBS-URL: https://build.opensuse.org/request/show/559202
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-parsel?expand=0&rev=1
2018-01-10 22:32:53 +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