From 20a57ff8f0854388016aa631b9bf2419dba62e11335d7cf4f4cc3d197e3fef00 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 16 Mar 2024 12:59:43 +0000 Subject: [PATCH] - 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 --- pytest-testinfra-10.0.0.tar.gz | 3 --- pytest-testinfra-10.1.0.tar.gz | 3 +++ python-pytest-testinfra.changes | 9 +++++++++ python-pytest-testinfra.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 pytest-testinfra-10.0.0.tar.gz create mode 100644 pytest-testinfra-10.1.0.tar.gz diff --git a/pytest-testinfra-10.0.0.tar.gz b/pytest-testinfra-10.0.0.tar.gz deleted file mode 100644 index 3688a0e..0000000 --- a/pytest-testinfra-10.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2fb7d0185458a9ba669ff14d0ddbec8b3900c6bde3fb6fad9b097374ce4ab77d -size 84667 diff --git a/pytest-testinfra-10.1.0.tar.gz b/pytest-testinfra-10.1.0.tar.gz new file mode 100644 index 0000000..cb6c28f --- /dev/null +++ b/pytest-testinfra-10.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f774339b94775acdf3a8c4a3793a8ead2e8dfc70ff34b778be15aaba140fa19e +size 85117 diff --git a/python-pytest-testinfra.changes b/python-pytest-testinfra.changes index 0b50222..599afb8 100644 --- a/python-pytest-testinfra.changes +++ b/python-pytest-testinfra.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Mar 16 12:58:20 UTC 2024 - Dirk Müller + +- 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 diff --git a/python-pytest-testinfra.spec b/python-pytest-testinfra.spec index d3f80f7..0fd00a3 100644 --- a/python-pytest-testinfra.spec +++ b/python-pytest-testinfra.spec @@ -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