Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package git for openSUSE:Factory checked in at 2022-09-25 15:34:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/git (Old) and /work/SRC/openSUSE:Factory/.git.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "git" Sun Sep 25 15:34:16 2022 rev:288 rq:1005485 version:2.37.3 Changes: -------- --- /work/SRC/openSUSE:Factory/git/git.changes 2022-09-10 20:17:18.192830803 +0200 +++ /work/SRC/openSUSE:Factory/.git.new.2275/git.changes 2022-09-25 15:34:18.463479095 +0200 @@ -1,0 +2,5 @@ +Thu Sep 22 13:49:57 UTC 2022 - Dirk M??ller <dmuel...@suse.com> + +- drop python2 requires as git-p4 is documented to work with python3 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ git.spec ++++++ --- /var/tmp/diff_new_pack.7lvgAU/_old 2022-09-25 15:34:20.095483025 +0200 +++ /var/tmp/diff_new_pack.7lvgAU/_new 2022-09-25 15:34:20.103483045 +0200 @@ -221,7 +221,6 @@ Summary: Git tools for importing Perforce repositories Group: Development/Tools/Version Control Requires: git-core = %{version} -Requires: python2-base %description p4 Tools for importing Perforce repositories to the GIT version control @@ -321,6 +320,8 @@ %autosetup -p1 %build +# update shebang to use python3 +sed -e '1{s,.*,#!/usr/bin/python3,}' git-p4.py cat > .make <<'EOF' #!/bin/bash %make_build CFLAGS="%{optflags}" \