Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-cssutils for openSUSE:Factory
checked in at 2026-04-26 21:12:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-cssutils (Old)
and /work/SRC/openSUSE:Factory/.python-cssutils.new.11940 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-cssutils"
Sun Apr 26 21:12:31 2026 rev:40 rq:1349394 version:2.14.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-cssutils/python-cssutils.changes
2025-07-08 15:30:47.502637733 +0200
+++
/work/SRC/openSUSE:Factory/.python-cssutils.new.11940/python-cssutils.changes
2026-04-26 21:15:31.471737914 +0200
@@ -1,0 +2,10 @@
+Sun Apr 26 14:14:02 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 2.14.0:
+ * Moved tests out of the install.
+ * Replaced encutils with separate package of the same name.
+ * Simplify dictionary keys access in _ColorProd function.
+ * Allow @font-face rules nested inside @media rules.
+ * Added REM and other CSS3 length units to length macros.
+
+-------------------------------------------------------------------
Old:
----
cssutils-2.11.1.tar.gz
New:
----
cssutils-2.14.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-cssutils.spec ++++++
--- /var/tmp/diff_new_pack.xRV5fz/_old 2026-04-26 21:15:32.047761366 +0200
+++ /var/tmp/diff_new_pack.xRV5fz/_new 2026-04-26 21:15:32.051761529 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-cssutils
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%bcond_without libalternatives
%{?sle15_python_module_pythons}
Name: python-cssutils
-Version: 2.11.1
+Version: 2.14.0
Release: 0
Summary: A CSS Cascading Style Sheets library for Python
License: LGPL-3.0-or-later
@@ -27,15 +27,18 @@
URL: https://github.com/jaraco/cssutils
Source0:
https://files.pythonhosted.org/packages/source/c/cssutils/cssutils-%{version}.tar.gz
Source1: %{name}.rpmlintrc
-BuildRequires: %{python_module base >= 3.8}
+BuildRequires: %{python_module base >= 3.10}
+BuildRequires: %{python_module encutils}
+BuildRequires: %{python_module more-itertools}
BuildRequires: %{python_module pip}
-BuildRequires: %{python_module setuptools_scm}
-BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module setuptools >= 77}
+BuildRequires: %{python_module setuptools_scm >= 3.4.1}
BuildRequires: %{python_module wheel}
BuildRequires: alts
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: alts
+Requires: python-encutils
Requires: python-more-itertools
BuildArch: noarch
%python_subpackages
@@ -69,5 +72,4 @@
%python_alternative %{_bindir}/cssparse
%{python_sitelib}/cssutils-%{version}.dist-info
%{python_sitelib}/cssutils/
-%{python_sitelib}/encutils/
++++++ cssutils-2.11.1.tar.gz -> cssutils-2.14.0.tar.gz ++++++
++++ 64192 lines of diff (skipped)