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 2023-05-04 17:09:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-webcolors (Old)
and /work/SRC/openSUSE:Factory/.python-webcolors.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-webcolors"
Thu May 4 17:09:31 2023 rev:9 rq:1084230 version:1.13
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-webcolors/python-webcolors.changes
2023-04-22 21:58:56.464671428 +0200
+++
/work/SRC/openSUSE:Factory/.python-webcolors.new.1533/python-webcolors.changes
2023-05-04 17:09:41.076052325 +0200
@@ -1,0 +2,12 @@
+Wed May 3 09:20:57 UTC 2023 - Dirk Müller <[email protected]>
+
+- update to 1.13:
+ * Supported Python versions are now 3.7, 3.8, 3.9, 3.10, and
+ 3.11. The codebase was significantly reorganized and modernized.
+ Public API is unchanged. Imports should continue to be directly
+ from the top-level ``webcolors`` module; attempting to import
+ from submodules is not supported.
+ * Now packaging declaratively via ``pyproject.toml`` with `PEP
+ 517
+
+-------------------------------------------------------------------
Old:
----
webcolors-1.12.tar.gz
New:
----
webcolors-1.13.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-webcolors.spec ++++++
--- /var/tmp/diff_new_pack.QIgBzg/_old 2023-05-04 17:09:41.524054948 +0200
+++ /var/tmp/diff_new_pack.QIgBzg/_new 2023-05-04 17:09:41.528054971 +0200
@@ -20,14 +20,15 @@
%global skip_python2 1
%{?sle15_python_module_pythons}
Name: python-webcolors
-Version: 1.12
+Version: 1.13
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 setuptools}
+BuildRequires: %{python_module pip}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
# test requirements
@@ -58,10 +59,10 @@
%setup -q -n webcolors-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
++++++ webcolors-1.12.tar.gz -> webcolors-1.13.tar.gz ++++++
++++ 5724 lines of diff (skipped)