From b31fcf629dafd86f8e06845133cabfd6375e160b56313be884bfe31682093d74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 13 Jan 2020 14:22:09 +0000 Subject: [PATCH] - Update to 0.2.0: * Move config loading form pytest_configure to pytest_cmdline_main OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-testconfig?expand=0&rev=6 --- python-pytest-testconfig.changes | 6 ++++++ python-pytest-testconfig.spec | 6 ++---- v0.1.3.tar.gz | 3 --- v0.2.0.tar.gz | 3 +++ 4 files changed, 11 insertions(+), 7 deletions(-) delete mode 100644 v0.1.3.tar.gz create mode 100644 v0.2.0.tar.gz diff --git a/python-pytest-testconfig.changes b/python-pytest-testconfig.changes index 6595cfd..5993b97 100644 --- a/python-pytest-testconfig.changes +++ b/python-pytest-testconfig.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jan 13 14:16:27 UTC 2020 - Tomáš Chvátal + +- Update to 0.2.0: + * Move config loading form pytest_configure to pytest_cmdline_main + ------------------------------------------------------------------- Mon Nov 18 07:52:45 UTC 2019 - Tomáš Chvátal diff --git a/python-pytest-testconfig.spec b/python-pytest-testconfig.spec index 71a5dc1..d1dbfa2 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 LLC. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,17 +18,15 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pytest-testconfig -Version: 0.1.3 +Version: 0.2.0 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://github.com/wojole/pytest-testconfig/archive/v%{version}.tar.gz BuildRequires: %{python_module PyYAML} BuildRequires: %{python_module pytest >= 3.5} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module tox} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-pytest >= 3.5 diff --git a/v0.1.3.tar.gz b/v0.1.3.tar.gz deleted file mode 100644 index 8baa821..0000000 --- a/v0.1.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:31679ffea9cf9f02152bd3142b04f34e1b8de49d0317a9316ea4b88a432d6fb5 -size 11852 diff --git a/v0.2.0.tar.gz b/v0.2.0.tar.gz new file mode 100644 index 0000000..e6a1d91 --- /dev/null +++ b/v0.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41a3c8e8288fa06dc5045964ba9dc06ad1946098e2c74394f8ff05c75d1cce20 +size 11860