* Fri Feb 17 2023 mceplAATTsuse.com- Add make_webtest_optional.patch to allow testing without WebTest module. * Fri Aug 19 2022 codeAATTbnavigator.de- Remove coverage from build requirements -- not relevant for rpm package * Wed Mar 30 2022 dmuellerAATTsuse.com- 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 2020 jayvdbAATTgmail.com- Replace nose with pytest * Sun Nov 24 2019 arunAATTgmx.de- 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 2019 tchvatalAATTsuse.com- Use _multibuild to run tests * Mon Feb 25 2019 jayvdbAATTgmail.com- 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 04 2018 mceplAATTsuse.com- Remove superfluous devel dependency for noarch package * Mon Aug 13 2018 mceplAATTsuse.com- Remove dependency on unittest2 * Wed Mar 29 2017 alarrosaAATTsuse.com- Converted to singlespec * Tue Oct 25 2016 arunAATTgmx.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\' *