Hello community,

here is the log from the commit of package python-testinfra for 
openSUSE:Factory checked in at 2019-05-22 15:39:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-testinfra (Old)
 and      /work/SRC/openSUSE:Factory/.python-testinfra.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-testinfra"

Wed May 22 15:39:31 2019 rev:5 rq:703551 version:3.0.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-testinfra/python-testinfra.changes        
2018-12-24 11:45:09.413251891 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-testinfra.new.5148/python-testinfra.changes  
    2019-05-22 15:39:34.302508205 +0200
@@ -1,0 +2,50 @@
+Thu May 16 20:39:31 UTC 2019 - [email protected]
+
+- Removed _multibuild, not needed here. 
+
+-------------------------------------------------------------------
+Thu May 16 20:27:54 UTC 2019 - [email protected]
+
+- update to version 3.0.3
+  3.0.3
+  * Fix paramiko parsing RequestTTY from ssh configs
+  * Re-add "groups" key from ansible.get_variables()
+    to be backward compatible with testinfra 2.X
+  3.0.2
+  * Fix ansible with no inventory resolving to "localhost"
+  * Fix support for ansible 2.8 with no inventory
+  * Fix ansible/paramiko which wasn't reading hosts config
+    from ~/.ssh/config
+  * Allow to pass --ssh-config and --ssh-identity-file to
+    ansible connection
+  3.0.1
+  * Fix parsing of ipv6 adresses for paramiko, ssh and
+    ansible backends.
+  * Fix --connection=ansible invocation when no hosts are provided
+  3.0.0
+  * New ansible backend fixing support for ansible 2.8 and
+    license issue.
+  * Windows support is improved.
+
+-------------------------------------------------------------------
+Tue Apr 16 10:10:11 UTC 2019 - Marketa Calabkova <[email protected]>
+
+- update to version 2.1.0
+  * socket: fix parsing of ipv6 addresses with new versions of ss
+  * Add addr module, used to test network connectivity
+  * Drop deprecated "testinfra" command, you should use "py.test" 
+    instead
+  * Drop support for ansible <= 2.4
+  * Drop deprecated top level fixtures, access them through the 
+    fixture "host" instead.
+  1.1?.0
+  * Fix pytest 4 compatibility
+  * Allow to urlencode character in host specification "user:pass@host"
+  * Drop support for python 2.6
+  * Allow to configure timeouts for winrm backend
+  * Add support for ansible "become" user in ansible module
+  * packaging: Use setuptools_scm instead of pbr
+  * iptables: add ip6tables support
+  * Fix no_ssl and no_verify_ssl options for WinRM backend
+
+-------------------------------------------------------------------

Old:
----
  testinfra-1.14.0.tar.gz

New:
----
  testinfra-3.0.3.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-testinfra.spec ++++++
--- /var/tmp/diff_new_pack.P2g74v/_old  2019-05-22 15:39:34.902506756 +0200
+++ /var/tmp/diff_new_pack.P2g74v/_new  2019-05-22 15:39:34.902506756 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-testinfra
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,30 +12,32 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via https://bugs.opensuse.org/
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-testinfra
-Version:        1.14.0
+Version:        3.0.3
 Release:        0
 Summary:        Test infrastructures
 License:        Apache-2.0
 Group:          Development/Languages/Python
 Url:            http://github.com/philpep/testinfra
 Source:         
https://files.pythonhosted.org/packages/source/t/testinfra/testinfra-%{version}.tar.gz
-BuildRequires:  %{python_module pbr}
+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:  ansible > 2.4
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires(post):   update-alternatives
-Requires(postun): update-alternatives
 Requires:       python-pytest
 Requires:       python-six >= 1.4
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
-
 %python_subpackages
 
 %description
@@ -54,20 +56,16 @@
 
 %install
 %python_install
-%python_clone -a %{buildroot}%{_bindir}/testinfra
 %python_expand %fdupes %{buildroot}%{$python_sitelib}/testinfra
 
-%post
-%python_install_alternative testinfra
-
-%postun
-%python_uninstall_alternative testinfra
+%check
+export LANG=en_US.UTF-8
+#ansible does not exist at python2
+%pytest -k "not test_backend_importables"
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc CHANGELOG.rst README.rst
 %license LICENSE
-%python_alternative %{_bindir}/testinfra
 %{python_sitelib}/*
 
 %changelog

++++++ testinfra-1.14.0.tar.gz -> testinfra-3.0.3.tar.gz ++++++
++++ 3232 lines of diff (skipped)


Reply via email to