Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-git-pw for openSUSE:Factory checked in at 2023-04-03 17:46:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-git-pw (Old) and /work/SRC/openSUSE:Factory/.python-git-pw.new.9019 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-git-pw" Mon Apr 3 17:46:39 2023 rev:6 rq:1076891 version:2.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-git-pw/python-git-pw.changes 2022-12-14 14:11:29.247644221 +0100 +++ /work/SRC/openSUSE:Factory/.python-git-pw.new.9019/python-git-pw.changes 2023-04-03 17:46:47.927147731 +0200 @@ -1,0 +2,5 @@ +Mon Apr 3 08:17:21 UTC 2023 - pgaj...@suse.com + +- python-six is not required + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-git-pw.spec ++++++ --- /var/tmp/diff_new_pack.4CSyOB/_old 2023-04-03 17:46:48.743339329 +0200 +++ /var/tmp/diff_new_pack.4CSyOB/_new 2023-04-03 17:46:48.759421922 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-git-pw # -# Copyright (c) 2022 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 @@ -33,7 +33,6 @@ BuildRequires: %{python_module pytest >= 3.0} BuildRequires: %{python_module requests > 2.0} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module six >= 1.12} BuildRequires: %{python_module tabulate >= 0.8} BuildRequires: fdupes BuildRequires: git-core @@ -43,7 +42,6 @@ Requires: python-click >= 6.0 Requires: python-pyaml >= 5.1 Requires: python-requests > 2.0 -Requires: python-six >= 1.12 Requires: python-tabulate >= 0.8 Provides: %{modname} = %{version} Obsoletes: %{modname} < %{version} @@ -56,7 +54,7 @@ tracking system. %prep -%setup -q -n %{modname}-%{version} +%autosetup -p1 -n %{modname}-%{version} %build %python_build