Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-apiron for openSUSE:Factory 
checked in at 2024-01-18 21:52:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-apiron (Old)
 and      /work/SRC/openSUSE:Factory/.python-apiron.new.16006 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-apiron"

Thu Jan 18 21:52:24 2024 rev:7 rq:1139548 version:7.1.0.post3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-apiron/python-apiron.changes      
2023-07-18 21:54:12.326321142 +0200
+++ /work/SRC/openSUSE:Factory/.python-apiron.new.16006/python-apiron.changes   
2024-01-18 21:52:48.851484345 +0100
@@ -1,0 +2,10 @@
+Wed Jan 17 22:07:31 UTC 2024 - Matej Cepl <mc...@cepl.eu>
+
+- Clean up the SPEC file
+
+-------------------------------------------------------------------
+Tue Jan 16 09:27:46 UTC 2024 - Axel Braun <axel.br...@gmx.de>
+
+- enable %{?sle15_python_module_pythons}
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-apiron.spec ++++++
--- /var/tmp/diff_new_pack.viSE1h/_old  2024-01-18 21:52:49.543509316 +0100
+++ /var/tmp/diff_new_pack.viSE1h/_new  2024-01-18 21:52:49.543509316 +0100
@@ -1,7 +1,7 @@
 #
 # spec file
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 # Copyright (c) 2019-2022 Dr. Axel Braun <d...@opensuse.org>
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,7 +17,7 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%{?sle15_python_module_pythons}
 %define skip_python2 1
 %define skip_python36 1
 %define modname apiron
@@ -28,10 +28,11 @@
 License:        MIT
 URL:            https://github.com/ithaka/apiron
 Source:         
https://files.pythonhosted.org/packages/source/a/apiron/%{modname}-%{version}.tar.gz
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pytest-cov}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module requests >= 2.11.1}
-BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-requests >= 2.11.1
@@ -47,10 +48,10 @@
 %setup -q -n %{modname}-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -60,5 +61,6 @@
 %files %{python_files}
 %doc README.md
 %license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/apiron
+%{python_sitelib}/apiron-%{version}*-info
 

Reply via email to