Hello community,
here is the log from the commit of package python-testinfra for
openSUSE:Factory checked in at 2020-02-07 15:53:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-testinfra (Old)
and /work/SRC/openSUSE:Factory/.python-testinfra.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-testinfra"
Fri Feb 7 15:53:31 2020 rev:12 rq:770550 version:4.0.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-testinfra/python-testinfra.changes
2019-09-17 13:39:10.581825953 +0200
+++
/work/SRC/openSUSE:Factory/.python-testinfra.new.26092/python-testinfra.changes
2020-02-07 15:54:19.979508200 +0100
@@ -1,0 +2,12 @@
+Thu Feb 6 12:11:37 UTC 2020 - Ondřej Súkup <[email protected]>
+
+- update to 4.0.0
+ * drop python 2 support
+ * Add podman backend and module
+ * Add extras for backend dependencies
+ * various enhencements of kitchen integration documentation
+ * ansible backend now support "password" field from ansible inventory
+ * New backend "openshift"
+ * Fix Process module when working with long strings (username, ...)
+
+-------------------------------------------------------------------
Old:
----
testinfra-3.2.0.tar.gz
New:
----
testinfra-4.0.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-testinfra.spec ++++++
--- /var/tmp/diff_new_pack.BtMVz4/_old 2020-02-07 15:54:22.523509591 +0100
+++ /var/tmp/diff_new_pack.BtMVz4/_new 2020-02-07 15:54:22.531509595 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-testinfra
#
-# 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
@@ -16,21 +16,24 @@
#
+%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-testinfra
-Version: 3.2.0
+Version: 4.0.0
Release: 0
Summary: Python module to test infrastructures
License: Apache-2.0
Group: Development/Languages/Python
URL: https://github.com/philpep/testinfra
Source:
https://files.pythonhosted.org/packages/source/t/testinfra/testinfra-%{version}.tar.gz
+BuildRequires: %{python_module paramiko}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module pywinrm}
BuildRequires: %{python_module salt}
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six >= 1.4}
+BuildRequires: %{python_module tornado < 5}
BuildRequires: ansible > 2.8
BuildRequires: fdupes
BuildRequires: python-rpm-macros
++++++ testinfra-3.2.0.tar.gz -> testinfra-4.0.0.tar.gz ++++++
++++ 1636 lines of diff (skipped)