Script 'mail_helper' called by obssrc
Hello community,

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

Package is "python-colorspacious"

Tue May 20 09:35:41 2025 rev:6 rq:1278071 version:1.1.2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-colorspacious/python-colorspacious.changes    
    2021-04-21 21:00:56.186346598 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-colorspacious.new.30101/python-colorspacious.changes
     2025-05-20 09:37:48.988634958 +0200
@@ -1,0 +2,5 @@
+Fri May 16 09:50:35 UTC 2025 - Markéta Machová <mmach...@suse.com>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-colorspacious.spec ++++++
--- /var/tmp/diff_new_pack.Cr9Vv6/_old  2025-05-20 09:37:50.644707179 +0200
+++ /var/tmp/diff_new_pack.Cr9Vv6/_new  2025-05-20 09:37:50.644707179 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-colorspacious
 #
-# Copyright (c) 2021 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,8 +16,6 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define skip_python36 1
 Name:           python-colorspacious
 Version:        1.1.2
 Release:        0
@@ -26,7 +24,9 @@
 URL:            https://github.com/njsmith/colorspacious
 Source:         
https://files.pythonhosted.org/packages/source/c/colorspacious/colorspacious-%{version}.tar.gz
 BuildRequires:  %{python_module numpy}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-numpy
@@ -48,10 +48,10 @@
 %setup -q -n colorspacious-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 # no tests present
@@ -59,5 +59,6 @@
 %files %{python_files}
 %doc README.rst
 %license LICENSE.txt
-%{python_sitelib}/*
+%{python_sitelib}/colorspacious
+%{python_sitelib}/colorspacious-%{version}*-info
 

Reply via email to