From 90a4ed086b99af69c5563eb9d3c947ca5f80ba0e9a2f66ba83ad6c6be082530f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 10 Nov 2023 12:20:58 +0000 Subject: [PATCH] - update to 1.0.10: * Fix selector specificity calculation for pseudo-classes * replace deprecated use of cgi.parse_header * tests: adjust exception string checks for python 3.11 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-css-parser?expand=0&rev=13 --- python-css-parser-1.0.10.tar.gz | 3 +++ python-css-parser-1.0.9.tar.gz | 3 --- python-css-parser.changes | 10 ++++++++-- python-css-parser.spec | 2 +- 4 files changed, 12 insertions(+), 6 deletions(-) create mode 100644 python-css-parser-1.0.10.tar.gz delete mode 100644 python-css-parser-1.0.9.tar.gz diff --git a/python-css-parser-1.0.10.tar.gz b/python-css-parser-1.0.10.tar.gz new file mode 100644 index 0000000..b2dda03 --- /dev/null +++ b/python-css-parser-1.0.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b1fe5771cf4dcecf1c63502331a3b628fc99507f0d1b5b893a8a6b292d7f3e0 +size 349906 diff --git a/python-css-parser-1.0.9.tar.gz b/python-css-parser-1.0.9.tar.gz deleted file mode 100644 index 3d750bd..0000000 --- a/python-css-parser-1.0.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:45230ee0e71088816bba910d888b6cf0808f359549237e5e0851306c2feb0cc3 -size 349845 diff --git a/python-css-parser.changes b/python-css-parser.changes index 3eba6b8..208f04d 100644 --- a/python-css-parser.changes +++ b/python-css-parser.changes @@ -1,8 +1,14 @@ +------------------------------------------------------------------- +Fri Nov 10 12:20:45 UTC 2023 - Dirk Müller + +- update to 1.0.10: + * Fix selector specificity calculation for pseudo-classes + ------------------------------------------------------------------- Sun May 7 18:46:29 UTC 2023 - Dirk Müller - update to 1.0.9: - * replace deprecated use of cgi.parse_header + * replace deprecated use of cgi.parse_header * drop python 3.6 support ------------------------------------------------------------------- @@ -11,7 +17,7 @@ Mon Oct 3 15:50:22 UTC 2022 - Dirk Müller - update to 1.0.8: * Replace removed assertEquals with assertEqual * Upgrade other unittest asserts for clearer error messages - * tests: adjust exception string checks for python 3.11 + * tests: adjust exception string checks for python 3.11 * tests: fix warning about \( and \o being invalid sequences * Fix serialization of unknown rules containing comments - drop relax_error_msg_check.patch (upstream) diff --git a/python-css-parser.spec b/python-css-parser.spec index c07909d..0a3772e 100644 --- a/python-css-parser.spec +++ b/python-css-parser.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-css-parser -Version: 1.0.9 +Version: 1.0.10 Release: 0 Summary: CSS related utilities (parsing, serialization, etc) for python License: LGPL-3.0-or-later