Script 'mail_helper' called by obssrc
Hello community,

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

Package is "python-addict"

Thu May 15 17:02:36 2025 rev:7 rq:1277698 version:2.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-addict/python-addict.changes      
2021-05-17 18:45:25.608595069 +0200
+++ /work/SRC/openSUSE:Factory/.python-addict.new.30101/python-addict.changes   
2025-05-15 17:02:44.613644192 +0200
@@ -1,0 +2,5 @@
+Tue May 13 07:00:07 UTC 2025 - Markéta Machová <mmach...@suse.com>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-addict.spec ++++++
--- /var/tmp/diff_new_pack.EgVHqH/_old  2025-05-15 17:02:45.425678280 +0200
+++ /var/tmp/diff_new_pack.EgVHqH/_new  2025-05-15 17:02:45.429678448 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-addict
 #
-# 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,7 +16,6 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-addict
 Version:        2.4.0
 Release:        0
@@ -24,8 +23,10 @@
 License:        MIT
 URL:            https://github.com/mewwts/addict
 Source:         https://github.com/mewwts/addict/archive/v%{version}.tar.gz
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildArch:      noarch
@@ -40,10 +41,10 @@
 %setup -q -n addict-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -52,5 +53,6 @@
 %files %{python_files}
 %doc README.md
 %license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/addict
+%{python_sitelib}/addict-%{version}*-info
 

Reply via email to