Changelog for
python312-css-parser-1.0.10-17.13.noarch.rpm :
* Fri Nov 10 2023 Dirk Müller
- update to 1.0.10:
* Fix selector specificity calculation for pseudo-classes
* Sun May 07 2023 Dirk Müller - update to 1.0.9:
* replace deprecated use of cgi.parse_header
* drop python 3.6 support
* Mon Oct 03 2022 Dirk Müller - update to 1.0.8:
* Replace removed assertEquals with assertEqual
* Upgrade other unittest asserts for clearer error messages
* tests: adjust exception string checks for python 3.11
* tests: fix warning about \\( and \\o being invalid sequences
* Fix serialization of unknown rules containing comments- drop relax_error_msg_check.patch (upstream)
* Tue Jan 25 2022 Matej Cepl - Update to version 1.0.7: - Fix incorrect license information in one file from a copy/paste - Use the badge from GA - test: relax assertRaisesMsg to match longer strings - Add a two level import from above test - Add python 3.10 to the CI matrix - version 1.0.7- Add relax_error_msg_check.patch replacing non-standard assert methods with the standard ones (gh#ebook-utils/css-parser#12).
* Sat Nov 14 2020 Benjamin Greiner - Update to version 1.0.6
* no changelog provided- Remove deprecated setup.py tests, use %pyunittest instead. The custom run_tests.py is just a stdlib unittest wrapper.- Drop disable-online-tests.patch -- The tests handle the offline case fine now.
* Tue Jun 04 2019 Tomáš Chvátal - Fix fdupes call
* Mon Jan 07 2019 Tomáš Chvátal - Enable tests- Add patch to disable online tests:
* disable-online-tests.patch
* Sat Jan 05 2019 ecsosAATTopensuse.org- Initial version 1.0.4