forked from pool/python-pytest-datadir
Accepting request 745445 from devel:languages:python:pytest
- 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/request/show/745445
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-datadir?expand=0&rev=2
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:275f641dbb045896c7d185cfbe79afd15270eed09d334c2ceb17396e634e22dd
|
|
||||||
size 16257
|
|
||||||
3
pytest-datadir-1.3.1.tar.gz
Normal file
3
pytest-datadir-1.3.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d3af1e738df87515ee509d6135780f25a15959766d9c2b2dbe02bf4fb979cb18
|
||||||
|
size 15230
|
||||||
@@ -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>
|
Thu Mar 21 02:06:40 AM UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
||||||
|
|
||||||
|
|||||||
@@ -18,12 +18,11 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-pytest-datadir
|
Name: python-pytest-datadir
|
||||||
Version: 1.3.0
|
Version: 1.3.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: pytest plugin for test data directories and files
|
Summary: Plugin for test data directories and files
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
URL: https://github.com/gabrielcnr/pytest-datadir
|
||||||
URL: http://github.com/gabrielcnr/pytest-datadir
|
|
||||||
Source: https://files.pythonhosted.org/packages/source/p/pytest-datadir/pytest-datadir-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/p/pytest-datadir/pytest-datadir-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module setuptools_scm}
|
BuildRequires: %{python_module setuptools_scm}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
@@ -50,10 +49,10 @@ pytest plugin for test data directories and files.
|
|||||||
%install
|
%install
|
||||||
%python_install
|
%python_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
rm %{buildroot}/usr/LICENSE
|
rm %{buildroot}%{_prefix}/LICENSE
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%python_exec setup.py pytest
|
%pytest
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc AUTHORS CHANGELOG.rst README.md
|
%doc AUTHORS CHANGELOG.rst README.md
|
||||||
|
|||||||
Reference in New Issue
Block a user