From cad39679ee0e7237871a0c2f8c4bc6fae529c96108159411ff6c9b18e6f7c1db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 18 Nov 2019 07:54:50 +0000 Subject: [PATCH] - Update to 0.1.3: * Fix warning about unclosed files OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-testconfig?expand=0&rev=4 --- pytest-testconfig-0.1.2.tar.gz | 3 --- python-pytest-testconfig.changes | 6 ++++++ python-pytest-testconfig.spec | 6 +++--- v0.1.3.tar.gz | 3 +++ 4 files changed, 12 insertions(+), 6 deletions(-) delete mode 100644 pytest-testconfig-0.1.2.tar.gz create mode 100644 v0.1.3.tar.gz diff --git a/pytest-testconfig-0.1.2.tar.gz b/pytest-testconfig-0.1.2.tar.gz deleted file mode 100644 index 4917226..0000000 --- a/pytest-testconfig-0.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:53b9bce23386f884c6aff164ecc2653c4c4883460a2316608c141cbc40aab974 -size 11415 diff --git a/python-pytest-testconfig.changes b/python-pytest-testconfig.changes index 8c7a919..6595cfd 100644 --- a/python-pytest-testconfig.changes +++ b/python-pytest-testconfig.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Nov 18 07:52:45 UTC 2019 - Tomáš Chvátal + +- Update to 0.1.3: + * Fix warning about unclosed files + ------------------------------------------------------------------- Wed Jul 24 07:05:24 UTC 2019 - Tomáš Chvátal diff --git a/python-pytest-testconfig.spec b/python-pytest-testconfig.spec index 8318534..71a5dc1 100644 --- a/python-pytest-testconfig.spec +++ b/python-pytest-testconfig.spec @@ -1,7 +1,7 @@ # # spec file for package python-pytest-testconfig # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,13 +18,13 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pytest-testconfig -Version: 0.1.2 +Version: 0.1.3 Release: 0 Summary: Test configuration plugin for pytest License: Apache-2.0 Group: Development/Languages/Python URL: https://github.com/wojole/pytest-testconfig -Source: https://files.pythonhosted.org/packages/source/p/pytest-testconfig/pytest-testconfig-%{version}.tar.gz +Source: https://github.com/wojole/pytest-testconfig/archive/v%{version}.tar.gz BuildRequires: %{python_module PyYAML} BuildRequires: %{python_module pytest >= 3.5} BuildRequires: %{python_module setuptools} diff --git a/v0.1.3.tar.gz b/v0.1.3.tar.gz new file mode 100644 index 0000000..8baa821 --- /dev/null +++ b/v0.1.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31679ffea9cf9f02152bd3142b04f34e1b8de49d0317a9316ea4b88a432d6fb5 +size 11852