Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package b4 for openSUSE:Factory checked in 
at 2023-06-23 21:53:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/b4 (Old)
 and      /work/SRC/openSUSE:Factory/.b4.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "b4"

Fri Jun 23 21:53:03 2023 rev:34 rq:1094785 version:0.12.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/b4/b4.changes    2023-03-11 18:24:46.083108261 
+0100
+++ /work/SRC/openSUSE:Factory/.b4.new.15902/b4.changes 2023-06-23 
21:53:05.834784318 +0200
@@ -1,0 +2,7 @@
+Thu Jun 22 10:56:42 UTC 2023 - Dominique Leuenberger <[email protected]>
+
+- Do not use python_module macro, but rather specify python3-FOO
+  directly: this package is not a python module, but rather an
+  application written in python.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ b4.spec ++++++
--- /var/tmp/diff_new_pack.QnQT7t/_old  2023-06-23 21:53:06.386787481 +0200
+++ /var/tmp/diff_new_pack.QnQT7t/_new  2023-06-23 21:53:06.394787527 +0200
@@ -16,8 +16,6 @@
 #
 
 
-%{?!python_module:define python_module() python-%{**} python3-%{**}}
-%define pythons python3
 Name:           b4
 Version:        0.12.2
 Release:        0
@@ -26,21 +24,21 @@
 Group:          Development/Tools/Other
 URL:            https://git.kernel.org/pub/scm/utils/b4/b4.git
 Source0:        
https://github.com/mricon/b4/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
-BuildRequires:  %{python_module dkimpy >= 1.0.5}
-BuildRequires:  %{python_module dnspython >= 2.0.0}
-BuildRequires:  %{python_module patatt >= 0.5}
-BuildRequires:  %{python_module requests >= 2.24.0}
-BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  git-core
 BuildRequires:  git-filter-repo >= 2.30
 BuildRequires:  python-rpm-macros
-Requires:       %{python_module dkimpy}
-Requires:       %{python_module dnspython}
-Requires:       %{python_module patatt}
-Requires:       %{python_module requests}
+BuildRequires:  python3-dkimpy >= 1.0.5
+BuildRequires:  python3-dnspython >= 2.0.0
+BuildRequires:  python3-patatt >= 0.5
+BuildRequires:  python3-requests >= 2.24.0
+BuildRequires:  python3-setuptools
 Requires:       git-core
 Requires:       git-filter-repo >= 2.30
+Requires:       python3-dkimpy
+Requires:       python3-dnspython
+Requires:       python3-patatt
+Requires:       python3-requests
 BuildArch:      noarch
 
 %description

Reply via email to