From cc4a26ebab22aaee17f337f4271664d75ba6b0ca3ce68f255111ebcc2869778c Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Tue, 20 Jan 2026 06:44:07 +0000 Subject: [PATCH] - 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 --- python-tinycss2.changes | 9 +++++++++ python-tinycss2.spec | 4 ++-- tinycss2-1.4.0.tar.gz | 3 --- tinycss2-1.5.1.tar.gz | 3 +++ 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 tinycss2-1.4.0.tar.gz create mode 100644 tinycss2-1.5.1.tar.gz diff --git a/python-tinycss2.changes b/python-tinycss2.changes index 6ef8748..c07df4c 100644 --- a/python-tinycss2.changes +++ b/python-tinycss2.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Jan 20 06:42:21 UTC 2026 - Daniel Garcia + +- 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 diff --git a/python-tinycss2.spec b/python-tinycss2.spec index 74bf738..f7330c0 100644 --- a/python-tinycss2.spec +++ b/python-tinycss2.spec @@ -1,7 +1,7 @@ # # spec file for package python-tinycss2 # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-tinycss2 -Version: 1.4.0 +Version: 1.5.1 Release: 0 Summary: A tiny CSS parser License: BSD-3-Clause diff --git a/tinycss2-1.4.0.tar.gz b/tinycss2-1.4.0.tar.gz deleted file mode 100644 index 506dae4..0000000 --- a/tinycss2-1.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:10c0972f6fc0fbee87c3edb76549357415e94548c1ae10ebccdea16fb404a9b7 -size 87085 diff --git a/tinycss2-1.5.1.tar.gz b/tinycss2-1.5.1.tar.gz new file mode 100644 index 0000000..8e42ea2 --- /dev/null +++ b/tinycss2-1.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d339d2b616ba90ccce58da8495a78f46e55d4d25f9fd71dfd526f07e7d53f957 +size 88195