Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-webcolors for
openSUSE:Factory checked in at 2026-03-30 18:30:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-webcolors (Old)
and /work/SRC/openSUSE:Factory/.python-webcolors.new.1999 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-webcolors"
Mon Mar 30 18:30:05 2026 rev:13 rq:1343507 version:25.10.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-webcolors/python-webcolors.changes
2024-08-20 16:12:54.836966644 +0200
+++
/work/SRC/openSUSE:Factory/.python-webcolors.new.1999/python-webcolors.changes
2026-03-30 18:30:44.625684888 +0200
@@ -1,0 +2,13 @@
+Sun Mar 29 18:33:46 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 25.10.0:
+ * Supported Python versions are now 3.10, 3.11, 3.12, 3.13, and
+ 3.14.
+ * The package's tests now run with pytest.
+ * Correct an error with specifying the version in the 24.11.0
+ package. The version number of the package was accidentally
+ defined in two places, and they were out of sync. The extra
+ definition has been removed. The 24.11.0 package has been
+ yanked from PyPI to prevent problems.
+
+-------------------------------------------------------------------
Old:
----
webcolors-24.8.0.tar.gz
New:
----
webcolors-25.10.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-webcolors.spec ++++++
--- /var/tmp/diff_new_pack.hBbeXr/_old 2026-03-30 18:30:45.309713318 +0200
+++ /var/tmp/diff_new_pack.hBbeXr/_new 2026-03-30 18:30:45.313713484 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-webcolors
#
-# Copyright (c) 2024 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
@@ -18,13 +18,14 @@
%{?sle15_python_module_pythons}
Name: python-webcolors
-Version: 24.8.0
+Version: 25.10.0
Release: 0
Summary: Support for color names and value formats defined by the HTML
License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/ubernostrum/webcolors
Source:
https://files.pythonhosted.org/packages/source/w/webcolors/webcolors-%{version}.tar.gz
+BuildRequires: %{python_module pdm-backend}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
@@ -64,8 +65,7 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-# test only the standard testsuite (python3 setup.py test launched two extra
tests, one of them was unable to access the internet)
-%pytest tests
+%pytest
%files %{python_files}
%license LICENSE
++++++ webcolors-24.8.0.tar.gz -> webcolors-25.10.0.tar.gz ++++++
++++ 3019 lines of diff (skipped)