17
0

- Update to 1.5.1

* Include parsing tests in source tarball
- 1.5.0:
  * Support most of CSS Color Level 5
  * Fix tokenizer crash on escaped Dimension units and Function names

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tinycss2?expand=0&rev=31
This commit is contained in:
2026-01-20 06:44:07 +00:00
committed by Git OBS Bridge
parent 8a5da74c0c
commit cc4a26ebab
4 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Jan 20 06:42:21 UTC 2026 - Daniel Garcia <daniel.garcia@suse.com>
- Update to 1.5.1
* Include parsing tests in source tarball
- 1.5.0:
* Support most of CSS Color Level 5
* Fix tokenizer crash on escaped Dimension units and Function names
-------------------------------------------------------------------
Tue Nov 5 14:29:43 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>