Script 'mail_helper' called by obssrc
Hello community,

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

Package is "python-cooldict"

Tue May 20 09:36:29 2025 rev:5 rq:1278121 version:1.04

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-cooldict/python-cooldict.changes  
2019-03-10 09:35:32.280173905 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-cooldict.new.30101/python-cooldict.changes   
    2025-05-20 09:38:15.181777249 +0200
@@ -1,0 +2,5 @@
+Fri May 16 12:20:40 UTC 2025 - Markéta Machová <mmach...@suse.com>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-cooldict.spec ++++++
--- /var/tmp/diff_new_pack.Cn00fc/_old  2025-05-20 09:38:15.653797834 +0200
+++ /var/tmp/diff_new_pack.Cn00fc/_new  2025-05-20 09:38:15.657798009 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-cooldict
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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,7 +16,7 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define normversion 1.4
 Name:           python-cooldict
 Version:        1.04
 Release:        0
@@ -26,12 +26,13 @@
 URL:            https://github.com/zardus/cooldict
 Source:         
https://files.pythonhosted.org/packages/source/c/cooldict/cooldict-%{version}.tar.gz
 BuildRequires:  %{python_module ana >= 0.1}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-ana >= 0.1
 BuildArch:      noarch
-
 %python_subpackages
 
 %description
@@ -45,10 +46,10 @@
 %setup -q -n cooldict-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -58,5 +59,7 @@
 %files %{python_files}
 %license LICENSE
 %doc README.md
-%{python_sitelib}/*
+%{python_sitelib}/cooldict.py
+%{python_sitelib}/cooldict-%{normversion}*-info
+%pycache_only %{python_sitelib}/__pycache__/cooldict*
 

Reply via email to