Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-palettable for
openSUSE:Factory checked in at 2024-11-12 19:20:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-palettable (Old)
and /work/SRC/openSUSE:Factory/.python-palettable.new.2017 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-palettable"
Tue Nov 12 19:20:52 2024 rev:5 rq:1223369 version:3.3.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-palettable/python-palettable.changes
2019-11-20 10:28:25.190576422 +0100
+++
/work/SRC/openSUSE:Factory/.python-palettable.new.2017/python-palettable.changes
2024-11-12 19:21:33.223802110 +0100
@@ -1,0 +2,7 @@
+Mon Nov 11 13:48:11 UTC 2024 - Dirk Müller <[email protected]>
+
+- update to 3.3.3:
+ * Set python_requires metadata in setup.py
+ * Removed setuptools as a runtime dependency (thanks @wch in #46)
+
+-------------------------------------------------------------------
Old:
----
palettable-3.3.0.tar.gz
New:
----
palettable-3.3.3.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-palettable.spec ++++++
--- /var/tmp/diff_new_pack.Itqxmo/_old 2024-11-12 19:21:33.659820392 +0100
+++ /var/tmp/diff_new_pack.Itqxmo/_new 2024-11-12 19:21:33.663820559 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-palettable
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,16 +16,18 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without test
+%{?sle15_python_module_pythons}
Name: python-palettable
-Version: 3.3.0
+Version: 3.3.3
Release: 0
Summary: Color palettes for Python
License: MIT
URL: https://jiffyclub.github.io/palettable/
Source:
https://files.pythonhosted.org/packages/source/p/palettable/palettable-%{version}.tar.gz
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
@@ -44,11 +46,12 @@
%setup -q -n palettable-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
+%python_expand rm -rf %{buildroot}%{$python_sitelib}/{docs,scripts,test}
%check
%pytest
@@ -56,5 +59,6 @@
%files %{python_files}
%doc README.rst
%license license.txt
-%{python_sitelib}/*
+%{python_sitelib}/palettable
+%{python_sitelib}/palettable-%{version}.dist-info
++++++ palettable-3.3.0.tar.gz -> palettable-3.3.3.tar.gz ++++++
++++ 21332 lines of diff (skipped)