Changelog for
python311-tinycss2-1.3.0-1.1.noarch.rpm :
* Thu May 02 2024 Dirk Müller
- update to 1.3.0:
* Support CSS nesting
* Deprecate parse_declaration_list, use parse_blocks_contents instead
* Fri Apr 21 2023 Dirk Müller - add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 Matej Cepl - Make calling of %{sle15modernpython} optional.
* Thu Nov 17 2022 Ben Greiner - Clean specfile- Requires Python >= 3.7, prevent failing build for 15.x targets- Update Summary and Description
* Sat Oct 29 2022 Yogalakshmi Arunachalam - Update to 1.2.1
* Fix tests included in the source tarball
* Drop support of Python 3.6
* Fix serialization of nested functions with no parameters
* Don’t use pytest plugins by default
* Thu Aug 18 2022 Ben Greiner - Remove linter and code coverage check from packaging tests
* Fri Dec 17 2021 pgajdosAATTsuse.com- pytest-runner is not required for build
* Tue Nov 23 2021 Axel Braun - version 1.1.1
* build system switched to flit/toml
* Drop support of Python 3.5, add support of Python 3.9.
* Fix ResourceWarning in tests.
* Use Python standard librarie’s HSL to RGB converter.
* Use GitHub Actions for tests.
* New code structure, new packaging, new documentation.
* Sat Jul 11 2020 Benjamin Greiner - switch of isort in testing. isort5 is out and breaks everything
* Sat May 16 2020 Benjamin Greiner - The fix for bsc#1130082 does not have an effect (anymore?). New version of flake8 raises more failures. Switch off flake8 tests by removing pytest-flake8 and the corresponding pytest argument.- pytest-cov not needed