Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-technicolor for 
openSUSE:Factory checked in at 2025-06-04 20:28:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-technicolor (Old)
 and      /work/SRC/openSUSE:Factory/.python-technicolor.new.16005 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-technicolor"

Wed Jun  4 20:28:27 2025 rev:4 rq:1282508 version:2017.1.16.1544

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-technicolor/python-technicolor.changes    
2020-05-20 18:45:25.737277833 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-technicolor.new.16005/python-technicolor.changes
 2025-06-04 20:28:29.496829377 +0200
@@ -1,0 +2,6 @@
+Wed Jun  4 06:08:35 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Switch to pyproject macros.
+- No more greedy globs in %files.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-technicolor.spec ++++++
--- /var/tmp/diff_new_pack.HwVFEA/_old  2025-06-04 20:28:31.292903790 +0200
+++ /var/tmp/diff_new_pack.HwVFEA/_new  2025-06-04 20:28:31.304904287 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-technicolor
 #
-# Copyright (c) 2020 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,17 +16,17 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-technicolor
 Version:        2017.1.16.1544
 Release:        0
 Summary:        Python package for logging in colour
 License:        GPL-3.0-only
-Group:          Development/Languages/Python
 URL:            https://github.com/wdbm/technicolor
 Source:         
https://files.pythonhosted.org/packages/source/t/technicolor/technicolor-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-setuptools
@@ -43,10 +43,10 @@
 %setup -q -n technicolor-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_clone -a %{buildroot}%{_bindir}/technicolor
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
@@ -63,5 +63,7 @@
 %doc README.md
 %license LICENSE
 %python_alternative %{_bindir}/technicolor
-%{python_sitelib}/*
+%{python_sitelib}/technicolor.py
+%pycache_only %{python_sitelib}/__pycache__/technicolor.*.pyc
+%{python_sitelib}/technicolor-%{version}.dist-info
 

Reply via email to