Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-colorcet for openSUSE:Factory 
checked in at 2025-05-09 18:49:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-colorcet (Old)
 and      /work/SRC/openSUSE:Factory/.python-colorcet.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-colorcet"

Fri May  9 18:49:36 2025 rev:8 rq:1275968 version:3.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-colorcet/python-colorcet.changes  
2022-10-11 18:04:42.486003166 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-colorcet.new.30101/python-colorcet.changes   
    2025-05-09 18:52:31.423987877 +0200
@@ -1,0 +2,5 @@
+Fri May  9 04:41:39 UTC 2025 - Steve Kowalik <[email protected]>
+
+- Switch to pyproject macros.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-colorcet.spec ++++++
--- /var/tmp/diff_new_pack.Q14VVS/_old  2025-05-09 18:52:31.872006513 +0200
+++ /var/tmp/diff_new_pack.Q14VVS/_new  2025-05-09 18:52:31.872006513 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-colorcet
 #
-# Copyright (c) 2022 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
@@ -16,24 +16,24 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-colorcet
 Version:        3.0.1
 Release:        0
 Summary:        Collection of perceptually uniform colormaps
 License:        CC-BY-4.0
-Group:          Development/Languages/Python
 URL:            https://github.com/bokeh/colorcet
 Source:         
https://files.pythonhosted.org/packages/source/c/colorcet/colorcet-%{version}.tar.gz
 BuildRequires:  %{python_module param >= 1.7.0}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pyct >= 0.4.4}
 BuildRequires:  %{python_module setuptools >= 30.3.0}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-param >= 1.7.0
 Requires:       python-pyct >= 0.4.4
 Requires(post): update-alternatives
-Requires(postun):update-alternatives
+Requires(postun): update-alternatives
 BuildArch:      noarch
 # SECTION test requirements
 BuildRequires:  %{python_module pytest}
@@ -49,10 +49,10 @@
 %setup -q -n colorcet-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_clone -a %{buildroot}%{_bindir}/colorcet
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
@@ -70,5 +70,5 @@
 %license LICENSE.txt
 %python_alternative %{_bindir}/colorcet
 %{python_sitelib}/colorcet
-%{python_sitelib}/colorcet-%{version}-py*egg-info
+%{python_sitelib}/colorcet-%{version}.dist-info
 

Reply via email to