------------------------------------------------------------------- Fri Apr 21 12:31:13 UTC 2023 - Dirk Müller - add sle15_python_module_pythons (jsc#PED-68) ------------------------------------------------------------------- Thu Apr 20 07:27:05 UTC 2023 - Steve Kowalik - Update to 2.0.0: * Breaking change: inputs starting with "http://" or "https://" like PyQuery("http://example.com") will no longer fetch the contents of the URL. Users desiring the old behavior should switch to PyQuery(url="http://example.com"). * Add nextUntil method * .remove() no longer inserts a space in place of the removed element * Fix escaping of top-level element text in .html() output * Support (and require) cssselect 1.2+ * Drop support for python 3.5/3.6 ------------------------------------------------------------------- Thu Apr 13 22:43:53 UTC 2023 - Matej Cepl - Make calling of %{sle15modernpython} optional. ------------------------------------------------------------------- Fri Feb 17 16:46:13 UTC 2023 - Matej Cepl - Add make_webtest_optional.patch to allow testing without WebTest module. ------------------------------------------------------------------- Fri Aug 19 11:41:24 UTC 2022 - Ben Greiner - Remove coverage from build requirements -- not relevant for rpm package ------------------------------------------------------------------- Wed Mar 30 08:07:39 UTC 2022 - Dirk Müller - update to 1.4.3: * No longer use a universal wheel * Fix exception raised when calling `PyQuery("").text()` * python2 is no longer supported ------------------------------------------------------------------- Sun Aug 16 16:39:56 UTC 2020 - John Vandenberg - Replace nose with pytest ------------------------------------------------------------------- Sun Nov 24 17:21:55 UTC 2019 - Arun Persaud - specfile: * be more specific in %files section - update to version 1.4.1: * This is the latest release with py2 support * Remove py33, py34 support * web scraping improvements: default timeout and session support * Add API methods to serialize form-related elements according to spec * Include HTML markup when querying textarea text/value ------------------------------------------------------------------- Mon Feb 25 09:00:58 UTC 2019 - Tomáš Chvátal - Use _multibuild to run tests ------------------------------------------------------------------- Mon Feb 25 03:24:33 UTC 2019 - John Vandenberg - Add %license - Run test suite on both Python 2 & 3 - Remove outdated build dependencies - Add minimum versions - Add python-coverage as build dependency as nose segfaults when missing ------------------------------------------------------------------- Tue Dec 4 12:52:42 UTC 2018 - Matej Cepl - Remove superfluous devel dependency for noarch package ------------------------------------------------------------------- Mon Aug 13 13:18:38 UTC 2018 - mcepl@suse.com - Remove dependency on unittest2 ------------------------------------------------------------------- Wed Mar 29 07:12:38 UTC 2017 - alarrosa@suse.com - Converted to singlespec ------------------------------------------------------------------- Tue Oct 25 17:14:25 UTC 2016 - arun@gmx.de - update to version 1.2.17: * PyQuery('').val() is '' * PyQuery('').val() is '' - changes from version 1.2.16: * .attr('value', '') no longer removes the value attribute * without value="..." have a .val() of 'on' * without value="..." have a .val() of 'on' *