- Update to 1.7.0:
* Support pytest 4 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-shutil?expand=0&rev=5
This commit is contained in:
parent
e822fc5575
commit
bac36e4614
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:efe615b7709637ec8828abebee7fc2ad033ae0f1fc54145f769a8b5e8cc3b4ca
|
|
||||||
size 22406
|
|
BIN
pytest-shutil-1.7.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
pytest-shutil-1.7.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 3 09:07:17 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
- Update to 1.7.0:
|
||||||
|
* Support pytest 4
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 22 07:23:42 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
Fri Mar 22 07:23:42 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-pytest-shutil
|
Name: python-pytest-shutil
|
||||||
Version: 1.6.0
|
Version: 1.7.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A goodie-bag of unix shell and environment tools for pytest
|
Summary: A goodie-bag of unix shell and environment tools for pytest
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -55,7 +55,6 @@ tools for automated tests.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n pytest-shutil-%{version}
|
%setup -q -n pytest-shutil-%{version}
|
||||||
sed -i -e 's:pytest<4.0.0:pytest:g' setup.py
|
|
||||||
sed -i '/contextlib2/d' setup.py
|
sed -i '/contextlib2/d' setup.py
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -66,7 +65,7 @@ sed -i '/contextlib2/d' 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user