Hello community,
here is the log from the commit of package python-paramiko-expect for
openSUSE:Factory checked in at 2020-04-21 13:10:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-paramiko-expect (Old)
and /work/SRC/openSUSE:Factory/.python-paramiko-expect.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-paramiko-expect"
Tue Apr 21 13:10:22 2020 rev:2 rq:795799 version:0.2.8
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-paramiko-expect/python-paramiko-expect.changes
2019-04-30 13:00:59.110163329 +0200
+++
/work/SRC/openSUSE:Factory/.python-paramiko-expect.new.2738/python-paramiko-expect.changes
2020-04-21 13:10:26.216784721 +0200
@@ -1,0 +2,5 @@
+Mon Apr 20 11:28:50 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Fix build without python2
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-paramiko-expect.spec ++++++
--- /var/tmp/diff_new_pack.j5VNUy/_old 2020-04-21 13:10:27.436787154 +0200
+++ /var/tmp/diff_new_pack.j5VNUy/_new 2020-04-21 13:10:27.440787162 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-paramiko-expect
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,6 +17,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%bcond_without python2
Name: python-paramiko-expect
Version: 0.2.8
Release: 0
@@ -35,7 +36,9 @@
BuildRequires: %{python_module contextlib2}
BuildRequires: %{python_module paramiko >= 1.10.1}
BuildRequires: %{python_module pytest}
+%if %{with python2}
BuildRequires: python-mock
+%endif
# /SECTION
%python_subpackages