Changelog for
python310-cssutils-2.10.2-1.1.noarch.rpm :
* Sat Apr 20 2024 Dirk Müller
- update to 2.10.2:
* Remove optional dependency only required on unsupported Python versions.
* Replace xunit-style setup with pytest fixtures.
* getPropertyValue now allows specifying a default value.
* Sat Nov 25 2023 Dirk Müller - update to 2.9.0:
* Made URL fetcher lenient to missing metadata.
* Require Python 3.8 or later.
* Made some unreachable tests reachable.
* Sun Aug 20 2023 ecsos - Add %{?sle15_python_module_pythons}
* Tue Jun 20 2023 Dirk Müller - update to 2.7.1:
* #36: Refactored to restore docs builds without warning- errors.
* Sun Jun 11 2023 Dirk Müller - update to 2.7.0:
* Updated deprecated usage of ``cgi`` module.
* Updated deprecated setup/teardown from ``nose`` in tests.
* Other miscellaneous cleanup and packaging updates.
* Fri Sep 09 2022 Atri Bhattacharya - Update to version 2.0.6:
* [gh#jaraco/cssutils#14] Added support for custom CSS variables with -- prefix.- Generate a basic setup.py file in-place to use with %%python_setup; upstream no longer supplies one.- Use fdupes to link duplicate files.- Add %{name}.rpmlintrc file to suppress errors about zero-length files which are nevertheless required.- Update URL to new upstream home.
* Tue Dec 04 2018 Matej Cepl - Remove superfluous devel dependency for noarch package
* Thu Aug 24 2017 jmatejekAATTsuse.com- singlespec auto-conversion
* Tue May 02 2017 thorsten.behrensAATTcib.de- update to version 1.0.2:
* Fixed issue #61: Nesting of `AATTmedia` rules
* Fixed issue #51 and #56: Slow font-family regex
* Fixed issue #68: failing tests on Python 3
* Fixed issue #69: our DOM implementation now delegates unsupported methods
* Fixed issue #72: importing now faster since regexes are no longer pre-cached on import time
* Tue May 02 2017 thorsten.behrensAATTcib.de- update to version 1.0.1:
* Fixed Python 3.5 compatibility