11
0

- Update to 1.6.1:

* Internal change to avoid using deprecated funcargs name in pytest 5+.
- Obsoletes pytest4.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-execnet?expand=0&rev=9
This commit is contained in:
Tomáš Chvátal
2019-07-24 08:59:40 +00:00
committed by Git OBS Bridge
parent 5329aaf214
commit c7b7203bae
5 changed files with 11 additions and 30 deletions

View File

@@ -18,14 +18,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-execnet
Version: 1.6.0
Version: 1.6.1
Release: 0
Summary: Rapid multi-Python deployment
License: MIT
Group: Development/Libraries/Python
URL: https://github.com/pytest-dev/execnet
Source0: https://files.pythonhosted.org/packages/source/e/execnet/execnet-%{version}.tar.gz
Patch0: pytest4.patch
BuildRequires: %{python_module apipkg}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools_scm}
@@ -50,7 +49,6 @@ API targetting the following uses:
%prep
%setup -q -n execnet-%{version}
%patch0 -p1
sed -i "1d" execnet/script/shell.py execnet/script/socketserver.py
%build