Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package b4 for openSUSE:Factory checked in at 2021-01-29 14:57:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/b4 (Old) and /work/SRC/openSUSE:Factory/.b4.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "b4" Fri Jan 29 14:57:18 2021 rev:12 rq:867645 version:0.6.2+4 Changes: -------- --- /work/SRC/openSUSE:Factory/b4/b4.changes 2020-12-28 13:56:14.009035892 +0100 +++ /work/SRC/openSUSE:Factory/.b4.new.28504/b4.changes 2021-01-29 14:57:36.809554979 +0100 @@ -1,0 +2,9 @@ +Fri Jan 22 06:09:14 UTC 2021 - jsl...@suse.cz + +- Update to version 0.6.2+4: + * Save to/cc headers as-is for tracking + * Add -f to "b4 mbox" to filter dupes + * Check if -o is a maildir +- Skip python 3.6 to fix build + +------------------------------------------------------------------- Old: ---- b4-0.6.2.obscpio New: ---- b4-0.6.2+4.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ b4.spec ++++++ --- /var/tmp/diff_new_pack.o8Jltg/_old 2021-01-29 14:57:37.781556409 +0100 +++ /var/tmp/diff_new_pack.o8Jltg/_new 2021-01-29 14:57:37.785556414 +0100 @@ -1,7 +1,7 @@ # # spec file for package b4 # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,10 +16,9 @@ # -%define skip_python2 1 -%define version_unconverted 0.6.2 +%define version_unconverted 0.6.2+4 Name: b4 -Version: 0.6.2 +Version: 0.6.2+4 Release: 0 Summary: Helper scripts for kernel.org patches License: GPL-2.0-or-later @@ -28,8 +27,10 @@ Source0: %{name}-%{version}.tar.xz Patch0: 0001-lift-requests-version-requirement.patch BuildArch: noarch -BuildRequires: %{python_module requests} -BuildRequires: %{python_module setuptools} +# for checks +BuildRequires: git-core +BuildRequires: python3-requests +BuildRequires: python3-setuptools Requires: python3-dkimpy >= 1.0.5 Requires: python3-dnspython >= 2.0.0 Requires: python3-requests >= 2.24.0 @@ -50,22 +51,25 @@ sed -i.old '1{/#!.*/d}' b4/*.py %build -%python_build +%python3_build %install -%python_install +%python3_install mv %{buildroot}/%{_mandir}/man5 %{buildroot}/%{_mandir}/man.5 %check -%python_exec setup.py check +python3 setup.py check export PYTHONPATH="./" -%python_exec ./b4/command.py --version >check_version -echo %version | grep "`cat check_version`" +THEIRS=`python3 ./b4/command.py --version` +OURS=`sed -n "s/__VERSION__ = '\(.*\)'/\1/p" b4/__init__.py` +test "$THEIRS" = "$OURS" +python3 ./b4/command.py --help |grep -q 'mbox,am,attest' +python3 ./b4/command.py mbox abc |& grep -q 'Looking up https://lore.kernel.org/r/abc' %files %doc README.rst %license COPYING -%{_bindir}/{%name} +%{_bindir}/%{name} %dir %{_mandir}/man.5/ %{_mandir}/man.5/b4.5.gz %{python_sitelib}/%{name}* ++++++ _service ++++++ --- /var/tmp/diff_new_pack.o8Jltg/_old 2021-01-29 14:57:37.829556479 +0100 +++ /var/tmp/diff_new_pack.o8Jltg/_new 2021-01-29 14:57:37.833556485 +0100 @@ -3,8 +3,8 @@ <param name="url">git://git.kernel.org/pub/scm/utils/b4/b4.git</param> <param name="scm">git</param> <param name="changesgenerate">enable</param> - <param name="revision">@PARENT_TAG@</param> - <param name="versionformat">@PARENT_TAG@</param> + <param name="revision">stable-0.6.y</param> + <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param> <param name="versionrewrite-pattern">v(.*)</param> <param name="versionrewrite-replacement">\1</param> </service> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.o8Jltg/_old 2021-01-29 14:57:37.857556520 +0100 +++ /var/tmp/diff_new_pack.o8Jltg/_new 2021-01-29 14:57:37.857556520 +0100 @@ -1,4 +1,4 @@ <servicedata> <service name="tar_scm"> <param name="url">git://git.kernel.org/pub/scm/utils/b4/b4.git</param> - <param name="changesrevision">27f1ca8ce3e64c434503f15b93d56f6d2fc87495</param></service></servicedata> \ No newline at end of file + <param name="changesrevision">f93bbd3e50b1fb4507aa537f4004da545af9d890</param></service></servicedata> \ No newline at end of file ++++++ b4.obsinfo ++++++ --- /var/tmp/diff_new_pack.o8Jltg/_old 2021-01-29 14:57:37.877556550 +0100 +++ /var/tmp/diff_new_pack.o8Jltg/_new 2021-01-29 14:57:37.877556550 +0100 @@ -1,5 +1,5 @@ name: b4 -version: 0.6.2 -mtime: 1608330096 -commit: 27f1ca8ce3e64c434503f15b93d56f6d2fc87495 +version: 0.6.2+4 +mtime: 1609179217 +commit: f93bbd3e50b1fb4507aa537f4004da545af9d890