Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-blue for openSUSE:Factory checked in at 2024-02-07 18:49:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-blue (Old) and /work/SRC/openSUSE:Factory/.python-blue.new.1815 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-blue" Wed Feb 7 18:49:07 2024 rev:11 rq:1144715 version:0.9.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-blue/python-blue.changes 2023-11-22 18:55:08.960766803 +0100 +++ /work/SRC/openSUSE:Factory/.python-blue.new.1815/python-blue.changes 2024-02-07 18:51:13.720806577 +0100 @@ -1,0 +2,6 @@ +Tue Feb 6 19:04:16 UTC 2024 - Daniel Garcia <[email protected]> + +- Remove black-23.3.patch and add black-24.1.patch to support latest + version of python-black. + +------------------------------------------------------------------- Old: ---- black-23.3.patch New: ---- black-24.1.patch BETA DEBUG BEGIN: Old: - Remove black-23.3.patch and add black-24.1.patch to support latest version of python-black. BETA DEBUG END: BETA DEBUG BEGIN: New: - Remove black-23.3.patch and add black-24.1.patch to support latest version of python-black. BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-blue.spec ++++++ --- /var/tmp/diff_new_pack.Jz2p3d/_old 2024-02-07 18:51:14.668841259 +0100 +++ /var/tmp/diff_new_pack.Jz2p3d/_new 2024-02-07 18:51:14.672841406 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-blue # -# 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 @@ -28,8 +28,8 @@ Patch1: unpin-tomli.patch # PATCH-FIX-UPSTREAM flake8-v6-compatibility.patch -- gh#grantjenks/blue#96 Patch2: flake8-v6-compatibility.patch -# PATCH-FIX-OPENSUSE black-23.3.patch -- gh#grantjenks/blue#97 -Patch3: black-23.3.patch +# PATCH-FIX-OPENSUSE black-24.1.patch -- gh#grantjenks/blue#97 +Patch3: black-24.1.patch BuildRequires: %{python_module Sphinx} BuildRequires: %{python_module base >= 3.6} BuildRequires: %{python_module black >= 21.7} @@ -41,10 +41,9 @@ BuildRequires: %{python_module Sphinx} BuildRequires: %{python_module pytest} # /SECTION -Requires: python-black >= 21.7 -Requires: python-flake8 > 3.8 +Requires: python-black >= 24.1 Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives BuildArch: noarch %python_subpackages ++++++ black-23.3.patch -> black-24.1.patch ++++++ --- /work/SRC/openSUSE:Factory/python-blue/black-23.3.patch 2023-11-22 18:55:08.900764601 +0100 +++ /work/SRC/openSUSE:Factory/.python-blue.new.1815/black-24.1.patch 2024-02-07 18:51:13.708806138 +0100 @@ -7,7 +7,7 @@ ) # Change the config param callback to support setup.cfg, tox.ini, etc. - config_param = black.main.params[25] -+ config_param = black.main.params[27] ++ config_param = black.main.params[28] assert config_param.name == 'config' config_param.callback = read_configs # Change the version string by adding a redundant Click `version_option`
