Compare commits
3 Commits
78af1bc06d
...
cf75654c7f
Author | SHA256 | Date | |
---|---|---|---|
cf75654c7f | |||
a82c9404b5 | |||
753eecb35c |
@@ -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
3
cssutils-2.11.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0563a76513b6af6eebbe788c3bf3d01c920e46b3f90c8416738c5cfc773ff8e2
|
||||
size 711657
|
@@ -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>
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user