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-08-03 17:30:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/b4 (Old) and /work/SRC/openSUSE:Factory/.b4.new.22712 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "b4" Thu Aug 3 17:30:37 2023 rev:36 rq:1102126 version:0.12.3 Changes: -------- --- /work/SRC/openSUSE:Factory/b4/b4.changes 2023-06-26 18:16:29.334575664 +0200 +++ /work/SRC/openSUSE:Factory/.b4.new.22712/b4.changes 2023-08-03 17:30:46.540123816 +0200 @@ -1,0 +2,7 @@ +Thu Jul 27 06:41:39 UTC 2023 - Jiri Slaby <jsl...@suse.cz> + +- add python3-base >= 3.9 to BuildRequires for 15.5 and older +- add %{?sle15_python_module_pythons} +- switch back to python_module macro to have all this working + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ b4.spec ++++++ --- /var/tmp/diff_new_pack.sFtvKl/_old 2023-08-03 17:30:47.108127254 +0200 +++ /var/tmp/diff_new_pack.sFtvKl/_new 2023-08-03 17:30:47.112127278 +0200 @@ -16,6 +16,8 @@ # +%define pythons python3 +%{?sle15_python_module_pythons} Name: b4 Version: 0.12.3 Release: 0 @@ -24,15 +26,16 @@ 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 base >= 3.9} +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 -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 @@ -60,14 +63,14 @@ sed -i.old '1{/#!.*/d}' b4/*.py %build -%python3_build +%python_build %install -%python3_install -%fdupes %{buildroot}%{python3_sitelib} +%python_install +%python_expand %fdupes %{buildroot}%{$python_sitelib} %check -python3 setup.py check +%python_exec setup.py check export PYTHONPATH="./" THEIRS=`%{buildroot}/%{_bindir}/b4 --version` OURS=`sed -n "s/__VERSION__ = '\(.*\)'/\1/p" b4/__init__.py`