Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-capturer for openSUSE:Factory 
checked in at 2023-05-29 22:47:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-capturer (Old)
 and      /work/SRC/openSUSE:Factory/.python-capturer.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-capturer"

Mon May 29 22:47:58 2023 rev:6 rq:1089551 version:3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-capturer/python-capturer.changes  
2020-08-20 22:32:44.792091264 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-capturer.new.1533/python-capturer.changes    
    2023-05-29 22:48:13.370448047 +0200
@@ -1,0 +2,6 @@
+Mon May 29 11:02:20 UTC 2023 - Daniel Garcia <daniel.gar...@suse.com>
+
+- add sle15_python_module_pythons (jsc#PED-68)
+- use pyproject macros to build
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-capturer.spec ++++++
--- /var/tmp/diff_new_pack.dZolOm/_old  2023-05-29 22:48:14.082452306 +0200
+++ /var/tmp/diff_new_pack.dZolOm/_new  2023-05-29 22:48:14.086452330 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-capturer
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2023 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-%{**}}
+%{?sle15_python_module_pythons}
 Name:           python-capturer
 Version:        3.0
 Release:        0
@@ -25,11 +25,12 @@
 Group:          Development/Languages/Python
 URL:            https://capturer.readthedocs.io
 Source:         
https://files.pythonhosted.org/packages/source/c/capturer/capturer-%{version}.tar.gz
-BuildRequires:  %{python_module setuptools}
-BuildRequires:  fdupes
-BuildRequires:  python-rpm-macros
 BuildRequires:  %{python_module humanfriendly >= 8.0}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pytest >= 3.0.4}
+BuildRequires:  %{python_module wheel}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 Requires:       python-humanfriendly >= 8.0
 BuildArch:      noarch
 
@@ -48,10 +49,10 @@
 %setup -q -n capturer-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -61,6 +62,7 @@
 %files %{python_files}
 %doc README.rst
 %license LICENSE.txt
-%{python_sitelib}/*
+%{python_sitelib}/capturer
+%{python_sitelib}/capturer-%{version}*-info
 
 %changelog

Reply via email to