- Update to 0.4.0:

* Added the ability to use * and ? wildcards in open_files_ignore. [#22]
  * Fixed compatibility with pytest 4.2. [#20]

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-openfiles?expand=0&rev=7
This commit is contained in:
Tomáš Chvátal
2019-07-22 08:55:08 +00:00
committed by Git OBS Bridge
parent 81e54bc8c8
commit d7baa48806
4 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e51c91889eb9e4c75f47735efc57a1435f3f1182463600ba7bce7f2556a46884
size 6132

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:af591422f2bfa95f7690d83aeb8d76bd5421cb8b1dcaf085d58cd92e8d92058d
size 7558

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Jul 22 08:54:04 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.4.0:
* Added the ability to use * and ? wildcards in open_files_ignore. [#22]
* Fixed compatibility with pytest 4.2. [#20]
-------------------------------------------------------------------
Thu Feb 14 14:31:00 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pytest-openfiles
Version: 0.3.2
Version: 0.4.0
Release: 0
Summary: Pytest plugin for detecting inadvertent open file handles
License: BSD-3-Clause