diff --git a/python-tinycss2.changes b/python-tinycss2.changes index 9255810..63433c9 100644 --- a/python-tinycss2.changes +++ b/python-tinycss2.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu May 2 22:01:40 UTC 2024 - Dirk Müller + +- update to 1.3.0: + * Support CSS nesting + * Deprecate parse_declaration_list, use parse_blocks_contents + instead + ------------------------------------------------------------------- Fri Apr 21 12:37:28 UTC 2023 - Dirk Müller @@ -18,7 +26,7 @@ Thu Nov 17 13:30:44 UTC 2022 - Ben Greiner ------------------------------------------------------------------- Sat Oct 29 16:06:46 UTC 2022 - Yogalakshmi Arunachalam -- Update to 1.2.1 +- 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 @@ -44,11 +52,11 @@ Tue Nov 23 17:41:46 UTC 2021 - Axel Braun * Use Python standard librarie’s HSL to RGB converter. * Use GitHub Actions for tests. * New code structure, new packaging, new documentation. - + ------------------------------------------------------------------- Sat Jul 11 10:50:32 UTC 2020 - Benjamin Greiner -- switch of isort in testing. isort5 is out and breaks everything +- switch of isort in testing. isort5 is out and breaks everything ------------------------------------------------------------------- Sat May 16 00:00:10 UTC 2020 - Benjamin Greiner diff --git a/python-tinycss2.spec b/python-tinycss2.spec index 5557a3e..d21729f 100644 --- a/python-tinycss2.spec +++ b/python-tinycss2.spec @@ -1,7 +1,7 @@ # # spec file for package python-tinycss2 # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # 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.2.1 +Version: 1.3.0 Release: 0 Summary: A tiny CSS parser License: BSD-3-Clause diff --git a/tinycss2-1.2.1.tar.gz b/tinycss2-1.2.1.tar.gz deleted file mode 100644 index c08c75a..0000000 --- a/tinycss2-1.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8cff3a8f066c2ec677c06dbc7b45619804a6938478d9d73c284b29d14ecb0627 -size 65957 diff --git a/tinycss2-1.3.0.tar.gz b/tinycss2-1.3.0.tar.gz new file mode 100644 index 0000000..644771d --- /dev/null +++ b/tinycss2-1.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:152f9acabd296a8375fbca5b84c961ff95971fcfc32e79550c8df8e29118c54d +size 67360