Tomáš Chvátal 2019-06-03 09:19:38 +00:00 committed by Git OBS Bridge
parent 649fda28be
commit 0aef609374
4 changed files with 18 additions and 13 deletions

View File

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

BIN
pytest-fixture-config-1.7.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jun 3 09:18:55 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.7.0:
* Support pytest 4
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Feb 20 11:40:45 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com> Wed Feb 20 11:40:45 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -12,26 +12,26 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pytest-fixture-config Name: python-pytest-fixture-config
Version: 1.4.0 Version: 1.7.0
Release: 0 Release: 0
License: MIT
Summary: Fixture configuration utils for pytest Summary: Fixture configuration utils for pytest
Url: https://github.com/manahl/pytest-plugins License: MIT
Group: Development/Languages/Python Group: Development/Languages/Python
URL: https://github.com/manahl/pytest-plugins
Source: https://files.pythonhosted.org/packages/source/p/pytest-fixture-config/pytest-fixture-config-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/p/pytest-fixture-config/pytest-fixture-config-%{version}.tar.gz
BuildRequires: python-rpm-macros
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module setuptools-git} BuildRequires: %{python_module setuptools-git}
Requires: python-pytest BuildRequires: %{python_module setuptools}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-pytest
BuildArch: noarch BuildArch: noarch
%python_subpackages %python_subpackages
%description %description
@ -39,7 +39,6 @@ Fixture configuration utilities for pytest
%prep %prep
%setup -q -n pytest-fixture-config-%{version} %setup -q -n pytest-fixture-config-%{version}
sed -i -e 's:pytest<4.0.0:pytest:g' setup.py
%build %build
%python_build %python_build
@ -49,7 +48,7 @@ sed -i -e 's:pytest<4.0.0:pytest:g' setup.py
%python_expand %fdupes %{buildroot}%{$python_sitelib} %python_expand %fdupes %{buildroot}%{$python_sitelib}
%check %check
%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_bin_suffix} -v %pytest
%files %{python_files} %files %{python_files}
%doc README.md CHANGES.md %doc README.md CHANGES.md