Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-yapf for openSUSE:Factory checked in at 2024-03-14 17:42:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-yapf (Old) and /work/SRC/openSUSE:Factory/.python-yapf.new.1905 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-yapf" Thu Mar 14 17:42:16 2024 rev:16 rq:1156824 version:0.40.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-yapf/python-yapf.changes 2023-11-28 22:19:35.338195296 +0100 +++ /work/SRC/openSUSE:Factory/.python-yapf.new.1905/python-yapf.changes 2024-03-14 17:42:19.815373360 +0100 @@ -1,0 +2,5 @@ +Mon Mar 11 05:47:17 UTC 2024 - Steve Kowalik <[email protected]> + +- Add missing {Build,}Requires on tomli and importlib-metadata. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-yapf.spec ++++++ --- /var/tmp/diff_new_pack.uZ7xjl/_old 2024-03-14 17:42:20.391394479 +0100 +++ /var/tmp/diff_new_pack.uZ7xjl/_new 2024-03-14 17:42:20.391394479 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-yapf # -# 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 @@ -22,19 +22,22 @@ Release: 0 Summary: A formatter for Python code License: Apache-2.0 -Group: Development/Languages/Python URL: https://github.com/google/yapf Source: https://files.pythonhosted.org/packages/source/y/yapf/yapf-%{version}.tar.gz BuildRequires: %{python_module devel >= 3.7} +BuildRequires: %{python_module importlib-metadata} BuildRequires: %{python_module pip} BuildRequires: %{python_module platformdirs} BuildRequires: %{python_module pytest} +BuildRequires: %{python_module tomli} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python-importlib-metadata Requires: python-platformdirs +Requires: python-tomli Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives BuildArch: noarch %ifpython2 Recommends: python-futures
