forked from pool/python-pytest-testinfra
- update to 10.1.0:
* [NEW] Add Interface.link property
* [FIX] Make file properties follow symlinks
* [FIX] Require pytest>=6 and use future annotations for
pytest<7 compatibility
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-testinfra?expand=0&rev=14
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2fb7d0185458a9ba669ff14d0ddbec8b3900c6bde3fb6fad9b097374ce4ab77d
|
||||
size 84667
|
||||
3
pytest-testinfra-10.1.0.tar.gz
Normal file
3
pytest-testinfra-10.1.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f774339b94775acdf3a8c4a3793a8ead2e8dfc70ff34b778be15aaba140fa19e
|
||||
size 85117
|
||||
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 16 12:58:20 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 10.1.0:
|
||||
* [NEW] Add Interface.link property
|
||||
* [FIX] Make file properties follow symlinks
|
||||
* [FIX] Require pytest>=6 and use future annotations for
|
||||
pytest<7 compatibility
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 15 14:11:05 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-pytest-testinfra
|
||||
Version: 10.0.0
|
||||
Version: 10.1.0
|
||||
Release: 0
|
||||
Summary: Python module to test infrastructures
|
||||
License: Apache-2.0
|
||||
@@ -37,7 +37,7 @@ BuildRequires: ansible
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: python3-salt
|
||||
Requires: python-pytest
|
||||
Requires: python-pytest >= 6.0
|
||||
Provides: python-testinfra = %{version}-%{release}
|
||||
Obsoletes: python-testinfra < %{version}-%{release}
|
||||
BuildArch: noarch
|
||||
|
||||
Reference in New Issue
Block a user