From 509381116fc23fe359fa3d5756292e7513e1cb6f41edc08cd221e5448241fb8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 27 Jun 2025 14:24:56 +0000 Subject: [PATCH] Accepting request 1288651 from home:glaubitz:branches:devel:languages:python - Update to 2.11.1 * Consolidated license to simply LGPL 3. (#52) - from version 2.11.0 * Reduced cyclomatic complexity in selector module. (#47) - from version 2.10.3 * Fixed DeprecationWarning with cgi module. - Replace COPYING and COPYING.LESSER with LICENSE in %license field OBS-URL: https://build.opensuse.org/request/show/1288651 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cssutils?expand=0&rev=63 --- cssutils-2.10.2.tar.gz | 3 --- cssutils-2.11.1.tar.gz | 3 +++ python-cssutils.changes | 11 +++++++++++ python-cssutils.spec | 6 +++--- 4 files changed, 17 insertions(+), 6 deletions(-) delete mode 100644 cssutils-2.10.2.tar.gz create mode 100644 cssutils-2.11.1.tar.gz diff --git a/cssutils-2.10.2.tar.gz b/cssutils-2.10.2.tar.gz deleted file mode 100644 index 0b13fe7..0000000 --- a/cssutils-2.10.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:93cf92a350b1c123b17feff042e212f94d960975a3ed145743d84ebe8ccec7ab -size 723055 diff --git a/cssutils-2.11.1.tar.gz b/cssutils-2.11.1.tar.gz new file mode 100644 index 0000000..e34030c --- /dev/null +++ b/cssutils-2.11.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0563a76513b6af6eebbe788c3bf3d01c920e46b3f90c8416738c5cfc773ff8e2 +size 711657 diff --git a/python-cssutils.changes b/python-cssutils.changes index 36a9ea3..2b0557d 100644 --- a/python-cssutils.changes +++ b/python-cssutils.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Jun 26 08:45:49 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 2.11.1 + * Consolidated license to simply LGPL 3. (#52) +- from version 2.11.0 + * Reduced cyclomatic complexity in selector module. (#47) +- from version 2.10.3 + * Fixed DeprecationWarning with cgi module. +- Replace COPYING and COPYING.LESSER with LICENSE in %license field + ------------------------------------------------------------------- Sat Apr 20 13:26:58 UTC 2024 - Dirk Müller diff --git a/python-cssutils.spec b/python-cssutils.spec index 4003200..20efe18 100644 --- a/python-cssutils.spec +++ b/python-cssutils.spec @@ -1,7 +1,7 @@ # # spec file for package python-cssutils # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 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-cssutils -Version: 2.10.2 +Version: 2.11.1 Release: 0 Summary: A CSS Cascading Style Sheets library for Python License: LGPL-3.0-or-later @@ -62,7 +62,7 @@ A Python package to parse and build CSS Cascading Style Sheets. DOM only, not an %python_uninstall_alternative csscapture %files %{python_files} -%license COPYING COPYING.LESSER +%license LICENSE %doc README.rst examples %python_alternative %{_bindir}/csscapture %python_alternative %{_bindir}/csscombine