- Update to 1.3.1:

* Add python_requires to setup.py so pip will not try to install
    pytest-datadir in incompatible Python versions.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-datadir?expand=0&rev=3
This commit is contained in:
Tomáš Chvátal 2019-11-05 10:59:15 +00:00 committed by Git OBS Bridge
parent 0fca5356c5
commit 7505f97cf5
4 changed files with 15 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:275f641dbb045896c7d185cfbe79afd15270eed09d334c2ceb17396e634e22dd
size 16257

View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Nov 5 10:57:45 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.3.1:
* Add python_requires to setup.py so pip will not try to install
pytest-datadir in incompatible Python versions.
-------------------------------------------------------------------
Thu Mar 21 02:06:40 AM UTC 2019 - John Vandenberg <jayvdb@gmail.com>

View File

@ -18,12 +18,11 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pytest-datadir
Version: 1.3.0
Version: 1.3.1
Release: 0
Summary: pytest plugin for test data directories and files
Summary: Plugin for test data directories and files
License: MIT
Group: Development/Languages/Python
URL: http://github.com/gabrielcnr/pytest-datadir
URL: https://github.com/gabrielcnr/pytest-datadir
Source: https://files.pythonhosted.org/packages/source/p/pytest-datadir/pytest-datadir-%{version}.tar.gz
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module setuptools}
@ -50,10 +49,10 @@ pytest plugin for test data directories and files.
%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
rm %{buildroot}/usr/LICENSE
rm %{buildroot}%{_prefix}/LICENSE
%check
%python_exec setup.py pytest
%pytest
%files %{python_files}
%doc AUTHORS CHANGELOG.rst README.md