Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package azure-cli-core for openSUSE:Factory checked in at 2024-07-25 15:39:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/azure-cli-core (Old) and /work/SRC/openSUSE:Factory/.azure-cli-core.new.1882 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "azure-cli-core" Thu Jul 25 15:39:29 2024 rev:70 rq:1189458 version:2.62.0 Changes: -------- --- /work/SRC/openSUSE:Factory/azure-cli-core/azure-cli-core.changes 2024-07-09 20:06:30.118188891 +0200 +++ /work/SRC/openSUSE:Factory/.azure-cli-core.new.1882/azure-cli-core.changes 2024-07-25 16:21:52.474290268 +0200 @@ -1,0 +2,7 @@ +Fri Jul 19 14:27:53 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaub...@suse.com> + +- Add patch to update python-psutil dependency + + acc_update-psutil.patch +- Update Requires from setup.py + +------------------------------------------------------------------- New: ---- acc_update-psutil.patch BETA DEBUG BEGIN: New:- Add patch to update python-psutil dependency + acc_update-psutil.patch - Update Requires from setup.py BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ azure-cli-core.spec ++++++ --- /var/tmp/diff_new_pack.sxBR6i/_old 2024-07-25 16:21:53.274322515 +0200 +++ /var/tmp/diff_new_pack.sxBR6i/_new 2024-07-25 16:21:53.274322515 +0200 @@ -33,6 +33,7 @@ Source: https://files.pythonhosted.org/packages/source/a/azure-cli-core/azure_cli_core-%{version}.tar.gz Source1: LICENSE.txt Patch0: acc_disable-update-check.patch +Patch1: acc_update-psutil.patch BuildRequires: %{pythons}-azure-nspkg >= 3.0.0 BuildRequires: %{pythons}-pip BuildRequires: %{pythons}-setuptools @@ -62,7 +63,6 @@ Requires: %{pythons}-paramiko >= 2.0.8 Requires: %{pythons}-pip Requires: %{pythons}-pkginfo >= 1.5.0.1 -Requires: %{pythons}-psutil < 6.0 Requires: %{pythons}-psutil >= 5.9 Requires: %{pythons}-pyOpenSSL >= 17.1.0 Requires: %{pythons}-requests < 3.0.0 ++++++ acc_update-psutil.patch ++++++ diff -Nru azure_cli_core-2.62.0.orig/setup.py azure_cli_core-2.62.0/setup.py --- azure_cli_core-2.62.0.orig/setup.py 2024-07-04 04:23:33.000000000 +0200 +++ azure_cli_core-2.62.0/setup.py 2024-07-19 16:27:28.767852656 +0200 @@ -59,7 +59,7 @@ 'paramiko>=2.0.8,<4.0.0', 'pkginfo>=1.5.0.1', # psutil can't install on cygwin: https://github.com/Azure/azure-cli/issues/9399 - 'psutil~=5.9; sys_platform != "cygwin"', + 'psutil>=5.9; sys_platform != "cygwin"', 'PyJWT>=2.1.0', 'pyopenssl>=17.1.0', # https://github.com/pyca/pyopenssl/pull/612 'requests[socks]'