Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cookiecutter for openSUSE:Factory checked in at 2023-05-12 20:37:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cookiecutter (Old) and /work/SRC/openSUSE:Factory/.cookiecutter.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cookiecutter" Fri May 12 20:37:06 2023 rev:11 rq:1086536 version:2.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/cookiecutter/cookiecutter.changes 2022-06-28 15:23:17.466024678 +0200 +++ /work/SRC/openSUSE:Factory/.cookiecutter.new.1533/cookiecutter.changes 2023-05-12 20:39:58.794755243 +0200 @@ -1,0 +2,11 @@ +Thu May 11 08:21:49 UTC 2023 - Johannes Kastl <[email protected]> + +- fix leftover python3 BuildRequires and use the python_module + macros. This allows builds on SLE15 with python3.11 + +------------------------------------------------------------------- +Wed May 10 08:40:52 UTC 2023 - Johannes Kastl <[email protected]> + +- add sle15_python_module_pythons + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cookiecutter.spec ++++++ --- /var/tmp/diff_new_pack.HTEoKP/_old 2023-05-12 20:39:59.210757529 +0200 +++ /var/tmp/diff_new_pack.HTEoKP/_new 2023-05-12 20:39:59.214757551 +0200 @@ -1,7 +1,7 @@ # # spec file for package cookiecutter # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # Copyright (c) 2017 LISA GmbH, Bingen, Germany. # # All modifications and additions to the file contributed by third parties @@ -17,7 +17,7 @@ # -%define skip_python2 1 +%{?sle15_python_module_pythons} Name: cookiecutter Version: 2.1.1 Release: 0 @@ -64,12 +64,12 @@ BuildRequires: %{python_module requests >= 2.18.0} # /SECTION # SECTION Documentation requirements -BuildRequires: python3-Sphinx -BuildRequires: python3-sphinx-click +BuildRequires: %{python_module Sphinx} +BuildRequires: %{python_module sphinx-click} %if 0%{?sle_version} == 150300 -BuildRequires: python3-commonmark +BuildRequires: %{python_module commonmark} %endif -BuildRequires: python3-recommonmark +BuildRequires: %{python_module recommonmark} # /SECTION %if "%{python_flavor}" == "python3" || "%{python_provides}" == "python3" Provides: cookiecutter = %{version}-%{release}
