Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xortool for openSUSE:Factory checked in at 2023-06-22 23:27:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xortool (Old) and /work/SRC/openSUSE:Factory/.xortool.new.15902 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xortool" Thu Jun 22 23:27:06 2023 rev:5 rq:1094673 version:1.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/xortool/xortool.changes 2022-10-12 18:25:37.513804437 +0200 +++ /work/SRC/openSUSE:Factory/.xortool.new.15902/xortool.changes 2023-06-22 23:27:50.858388255 +0200 @@ -1,0 +2,7 @@ +Thu Jun 22 11:17:00 UTC 2023 - Dominique Leuenberger <[email protected]> + +- Do not use python_module macro, but rather specify python3-FOO + directly: this package is not a python module, but rather an + application written in python. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xortool.spec ++++++ --- /var/tmp/diff_new_pack.u0ezFo/_old 2023-06-22 23:27:51.398391009 +0200 +++ /var/tmp/diff_new_pack.u0ezFo/_new 2023-06-22 23:27:51.402391030 +0200 @@ -1,7 +1,7 @@ # # spec file for package xortool # -# 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 @@ -16,7 +16,6 @@ # -%define pythons python3 Name: xortool Version: 1.0.0 Release: 0 @@ -25,12 +24,12 @@ Group: Productivity/Security URL: https://github.com/hellman/xortool Source: https://github.com/hellman/xortool/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz -BuildRequires: %{python_module docopt} -BuildRequires: %{python_module pip} -BuildRequires: %{python_module poetry} -BuildRequires: %{python_module wheel} BuildRequires: python-rpm-macros -Requires: %{python_module docopt} +BuildRequires: python3-docopt +BuildRequires: python3-pip +BuildRequires: python3-poetry +BuildRequires: python3-wheel +Requires: python3-docopt BuildArch: noarch %description @@ -42,10 +41,10 @@ %autosetup -p1 %build -%pyproject_wheel +%python3_pyproject_wheel %install -%pyproject_install +%python3_pyproject_install %files %doc README.md
