From d7baa48806ff090c9a77a96b7227a3b771bb4b570977c42edf1d7304c4bb8288 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 22 Jul 2019 08:55:08 +0000 Subject: [PATCH] - 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 --- pytest-openfiles-0.3.2.tar.gz | 3 --- pytest-openfiles-0.4.0.tar.gz | 3 +++ python-pytest-openfiles.changes | 7 +++++++ python-pytest-openfiles.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 pytest-openfiles-0.3.2.tar.gz create mode 100644 pytest-openfiles-0.4.0.tar.gz diff --git a/pytest-openfiles-0.3.2.tar.gz b/pytest-openfiles-0.3.2.tar.gz deleted file mode 100644 index 2b479da..0000000 --- a/pytest-openfiles-0.3.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e51c91889eb9e4c75f47735efc57a1435f3f1182463600ba7bce7f2556a46884 -size 6132 diff --git a/pytest-openfiles-0.4.0.tar.gz b/pytest-openfiles-0.4.0.tar.gz new file mode 100644 index 0000000..bdfb385 --- /dev/null +++ b/pytest-openfiles-0.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af591422f2bfa95f7690d83aeb8d76bd5421cb8b1dcaf085d58cd92e8d92058d +size 7558 diff --git a/python-pytest-openfiles.changes b/python-pytest-openfiles.changes index 65a4a6b..05a18e3 100644 --- a/python-pytest-openfiles.changes +++ b/python-pytest-openfiles.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jul 22 08:54:04 UTC 2019 - Tomáš Chvátal + +- 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 diff --git a/python-pytest-openfiles.spec b/python-pytest-openfiles.spec index 1c1a442..e28841b 100644 --- a/python-pytest-openfiles.spec +++ b/python-pytest-openfiles.spec @@ -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