forked from pool/python-pytest-testinfra
- Rename package to the upstream name: python-pytest-testinfra.
- Update to 6.3.0 * Fix #451 for use with pytest -p no:terminal * Add client_version() and server_version() and version() to docker module. - Release 6.2.0 * Fix #590: Systeminfo doesn't resolve Windows correctly (#592) * First implementation of network namespaces in addr module (#596) * pip check support in PipPackage module (#605) * pip refactoring: implementation of installed and version (#606) * Allow to specify supervisorctl and supervisord.conf paths (#536) - Release 6.1.0 * Fix wrong package module on CentOS having dpkg tools installed #570 (#575) * Deduplicate hosts returned by get_backends() (#572) * Use /run/systemd/system/ to detect systemd (fixes #546) * Use ssh_args from ansible.cfg * Require python >= 3.6 * Fix ValueError with python 3.8+ when using --nagios option. - Release 6.0.0 * Breaking change: testinfra has moved to the https://github.com/pytest-dev/ organization. Project on PyPi is renamed as pytest-testinfra. A dummy testinfra will make the transition, but you should rename to pytest-testinfra in your requirements files. - Add testinfra-parametrize-backends-test.patch in order to be able to skip salt backend and still test the rest. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-testinfra?expand=0&rev=3
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 27 11:12:59 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Rename package to the upstream name: python-pytest-testinfra.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 26 18:16:40 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-testinfra
|
||||
Name: python-pytest-testinfra
|
||||
Version: 6.3.0
|
||||
Release: 0
|
||||
Summary: Python module to test infrastructures
|
||||
@@ -40,7 +40,8 @@ BuildRequires: python-rpm-macros
|
||||
BuildRequires: python3-salt
|
||||
Requires: python-pytest
|
||||
Requires: python-six >= 1.4
|
||||
Provides: python-pytest-testinfra = %{version}-%{release}
|
||||
Provides: python-testinfra = %{version}-%{release}
|
||||
Obsoletes: python-testinfra < %{version}-%{release}
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
Reference in New Issue
Block a user