Hello community,
here is the log from the commit of package python-testinfra for
openSUSE:Factory checked in at 2019-08-28 16:04:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-testinfra (Old)
and /work/SRC/openSUSE:Factory/.python-testinfra.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-testinfra"
Wed Aug 28 16:04:58 2019 rev:9 rq:726340 version:3.0.6
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-testinfra/python-testinfra.changes
2019-08-14 11:37:43.472693074 +0200
+++
/work/SRC/openSUSE:Factory/.python-testinfra.new.7948/python-testinfra.changes
2019-08-28 16:04:59.750768808 +0200
@@ -1,0 +2,5 @@
+Tue Aug 27 06:30:54 UTC 2019 - Jan Engelhardt <[email protected]>
+
+- Language fixes to the description.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-testinfra.spec ++++++
--- /var/tmp/diff_new_pack.aU55vH/_old 2019-08-28 16:05:00.406768710 +0200
+++ /var/tmp/diff_new_pack.aU55vH/_new 2019-08-28 16:05:00.406768710 +0200
@@ -20,12 +20,11 @@
Name: python-testinfra
Version: 3.0.6
Release: 0
-Summary: Test infrastructures
+Summary: Python module to 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: ansible > 2.8
BuildRequires: %{python_module paramiko}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module pywinrm}
@@ -33,6 +32,7 @@
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six >= 1.4}
+BuildRequires: ansible > 2.8
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-pytest
@@ -41,12 +41,12 @@
%python_subpackages
%description
-With Testinfra you can write unit tests in Python to test actual state of
-your servers configured by managements tools like Salt, Ansible, Puppet,
-Chef and so on.
+With Testinfra, one can write unit tests in Python to test the actual
+state of servers configured by managements tools like Salt, Ansible,
+Puppet, Chef and so on.
-Testinfra aims to be a Serverspec equivalent in python and is written as
-a plugin to the Pytest test engine
+Testinfra is like a Serverspec equivalent in Python, and is written
+as a plugin to the Pytest test engine.
%prep
%setup -q -n testinfra-%{version}