11
0

Compare commits

...

3 Commits

Author SHA256 Message Date
cf75654c7f Accepting request 1288854 from 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/1288854
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cssutils?expand=0&rev=38
2025-06-27 21:02:27 +00:00
a82c9404b5 Add missing runtime dep
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cssutils?expand=0&rev=64
2025-06-27 14:26:40 +00:00
753eecb35c - 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/package/show/devel:languages:python/python-cssutils?expand=0&rev=63
2025-06-27 14:24:56 +00:00
4 changed files with 18 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:93cf92a350b1c123b17feff042e212f94d960975a3ed145743d84ebe8ccec7ab
size 723055

3
cssutils-2.11.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0563a76513b6af6eebbe788c3bf3d01c920e46b3f90c8416738c5cfc773ff8e2
size 711657

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Jun 26 08:45:49 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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 <dmueller@suse.com>

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
@@ -33,6 +33,7 @@ BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-more-itertools
Requires(post): update-alternatives
Requires(postun): update-alternatives
BuildArch: noarch
@@ -62,7 +63,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