15
0

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
This commit is contained in:
2025-06-27 14:24:56 +00:00
committed by Git OBS Bridge
parent 55aee10b3e
commit 509381116f
4 changed files with 17 additions and 6 deletions

View File

@@ -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