Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package git-review for openSUSE:Factory checked in at 2023-05-22 13:14:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/git-review (Old) and /work/SRC/openSUSE:Factory/.git-review.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "git-review" Mon May 22 13:14:50 2023 rev:19 rq:1088324 version:2.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/git-review/git-review.changes 2022-09-25 15:35:45.191687979 +0200 +++ /work/SRC/openSUSE:Factory/.git-review.new.1533/git-review.changes 2023-05-22 13:14:56.690992822 +0200 @@ -1,0 +2,5 @@ +Mon May 22 10:16:17 UTC 2023 - Matej Cepl <mc...@suse.com> + +- Clean up the SPEC file. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ git-review.spec ++++++ --- /var/tmp/diff_new_pack.zLsdVF/_old 2023-05-22 13:14:57.282995776 +0200 +++ /var/tmp/diff_new_pack.zLsdVF/_new 2023-05-22 13:14:57.286995796 +0200 @@ -1,7 +1,7 @@ # # spec file for package git-review # -# 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 @@ -30,13 +30,13 @@ BuildRequires: python-rpm-macros BuildRequires: python3-fixtures >= 0.3.14 BuildRequires: python3-pbr +BuildRequires: python3-pip BuildRequires: python3-requests >= 1.1 -BuildRequires: python3-setuptools BuildRequires: python3-stestr +BuildRequires: python3-wheel Requires: python3-requests >= 1.1 -Requires: python3-setuptools -Provides: python3-git-review = %version -Obsoletes: python3-git-review < %version +Provides: python3-git-review = %{version} +Obsoletes: python3-git-review < %{version} BuildArch: noarch %description @@ -49,10 +49,10 @@ %autosetup -p1 -n git-review-%{version} %build -%python3_build +%python3_pyproject_wheel %install -%python3_install +%python3_pyproject_install %fdupes %{buildroot}%{python3_sitelib} %check @@ -65,7 +65,8 @@ %files %license LICENSE %doc AUTHORS README.rst -%{python3_sitelib}/* +%{python3_sitelib}/git_review +%{python3_sitelib}/git_review-%{version}*-info %{_bindir}/git-review %{_mandir}/man1/git-review.1%{?ext_man}