Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-paramiko for openSUSE:Factory checked in at 2022-04-10 19:05:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-paramiko (Old) and /work/SRC/openSUSE:Factory/.python-paramiko.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-paramiko" Sun Apr 10 19:05:11 2022 rev:53 rq:967774 version:2.10.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-paramiko/python-paramiko.changes 2022-03-22 19:36:11.482836807 +0100 +++ /work/SRC/openSUSE:Factory/.python-paramiko.new.1900/python-paramiko.changes 2022-04-10 19:05:22.926514429 +0200 @@ -1,0 +2,5 @@ +Fri Apr 8 07:44:16 UTC 2022 - pgaj...@suse.com + +- do not require python-mock for build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-paramiko.spec ++++++ --- /var/tmp/diff_new_pack.KET9ve/_old 2022-04-10 19:05:23.414509027 +0200 +++ /var/tmp/diff_new_pack.KET9ve/_new 2022-04-10 19:05:23.418508982 +0200 @@ -48,7 +48,6 @@ Requires: python-cryptography >= 2.5 Requires: python-pyasn1 >= 0.1.7 BuildArch: noarch -BuildRequires: %{python_module mock} %python_subpackages %description @@ -85,6 +84,8 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check +# https://github.com/paramiko/paramiko/issues/2027 +sed -i 's:from mock:from unittest.mock:' tests/test_*.py export LANG=en_US.UTF-8 %pytest