forked from pool/python-pytest-testconfig
Accepting request 764064 from devel:languages:python:pytest
- Update to 0.2.0: * Move config loading form pytest_configure to pytest_cmdline_main OBS-URL: https://build.opensuse.org/request/show/764064 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-testconfig?expand=0&rev=4
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 13 14:16:27 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
- 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 <tchvatal@suse.com>
|
Mon Nov 18 07:52:45 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pytest-testconfig
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,17 +18,15 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-pytest-testconfig
|
Name: python-pytest-testconfig
|
||||||
Version: 0.1.3
|
Version: 0.2.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Test configuration plugin for pytest
|
Summary: Test configuration plugin for pytest
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Languages/Python
|
|
||||||
URL: https://github.com/wojole/pytest-testconfig
|
URL: https://github.com/wojole/pytest-testconfig
|
||||||
Source: https://github.com/wojole/pytest-testconfig/archive/v%{version}.tar.gz
|
Source: https://github.com/wojole/pytest-testconfig/archive/v%{version}.tar.gz
|
||||||
BuildRequires: %{python_module PyYAML}
|
BuildRequires: %{python_module PyYAML}
|
||||||
BuildRequires: %{python_module pytest >= 3.5}
|
BuildRequires: %{python_module pytest >= 3.5}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module tox}
|
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-pytest >= 3.5
|
Requires: python-pytest >= 3.5
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:31679ffea9cf9f02152bd3142b04f34e1b8de49d0317a9316ea4b88a432d6fb5
|
|
||||||
size 11852
|
|
||||||
3
v0.2.0.tar.gz
Normal file
3
v0.2.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:41a3c8e8288fa06dc5045964ba9dc06ad1946098e2c74394f8ff05c75d1cce20
|
||||||
|
size 11860
|
||||||
Reference in New Issue
Block a user