Accepting request 1088166 from home:crameleon:branches:devel:languages:python:pytest

Update to version 8.1.0

OBS-URL: https://build.opensuse.org/request/show/1088166
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-testinfra?expand=0&rev=10
This commit is contained in:
2023-05-22 10:59:21 +00:00
committed by Git OBS Bridge
parent 7414fce97b
commit d46973a9c6
5 changed files with 28 additions and 10 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Mon May 22 04:16:57 UTC 2023 - Georg Pfuetzenreuter <georg.pfuetzenreuter@suse.com>
- Update to 8.1.0:
* [NEW] Add Windows support for File and Service modules
* [NEW] Add File.is_executable property
- 8.0.0:
* [NEW] Add Group.members attribute
* [NEW] Add File.inode attribute
* [NEW] Add Interface.routes() method
* [NEW] Add Docker.is_restarting attribute
* [FIX] Fix possible error in Interface.default()
* [FIX] Fix busybox detection in Process module
* [FIX] Fix possible KeyError in SysInfo module
* [BREAKING] drop support for python 3.7
- 7.0.1:
* [FIX] Fix command -v compatibility with dash shell
-------------------------------------------------------------------
Tue May 9 21:23:17 UTC 2023 - Dirk Müller <dmueller@suse.com>