Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-tox for openSUSE:Factory checked in at 2024-03-05 18:52:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-tox (Old) and /work/SRC/openSUSE:Factory/.python-tox.new.1770 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-tox" Tue Mar 5 18:52:27 2024 rev:54 rq:1155220 version:4.11.4 Changes: -------- --- /work/SRC/openSUSE:Factory/python-tox/python-tox.changes 2023-12-09 22:57:17.868522148 +0100 +++ /work/SRC/openSUSE:Factory/.python-tox.new.1770/python-tox.changes 2024-03-05 18:52:29.085014031 +0100 @@ -1,0 +2,5 @@ +Tue Mar 5 13:39:30 UTC 2024 - Dominique Leuenberger <dims...@opensuse.org> + +- Use %patch -P N instead of deprecated %patchN. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-tox.spec ++++++ --- /var/tmp/diff_new_pack.1YMucd/_old 2024-03-05 18:52:30.373060801 +0100 +++ /var/tmp/diff_new_pack.1YMucd/_new 2024-03-05 18:52:30.377060947 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-tox # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -77,7 +77,7 @@ Requires: (python-importlib-metadata >= 0.12 if python3-base < 3.8) Requires: (python-tomli >= 2.0.1 if python3-base < 3.11) Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives # last detox version is 0.19 Obsoletes: python-detox <= 0.19 Provides: python-detox > 0.19 @@ -116,9 +116,9 @@ %prep %setup -q -n tox-%{version} %if %{without devpi_process} -%patch0 -p1 +%patch -P 0 -p1 %endif -%patch1 -p1 +%patch -P 1 -p1 %build export LANG=en_US.UTF8