17
0

Accepting request 819618 from devel:languages:python

- update to 0.3
 * relpace nose with pytest

OBS-URL: https://build.opensuse.org/request/show/819618
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-EasyProcess?expand=0&rev=21
This commit is contained in:
2020-07-15 10:04:33 +00:00
committed by Git OBS Bridge
4 changed files with 13 additions and 7 deletions

View File

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

3
0.3.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jul 9 00:07:33 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 0.3
* relpace nose with pytest
-------------------------------------------------------------------
Thu Mar 26 16:00:25 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -26,7 +26,7 @@
%bcond_with test
%endif
Name: python-EasyProcess%{psuffix}
Version: 0.2.10
Version: 0.3
Release: 0
Summary: Python subprocess interface
License: BSD-2-Clause
@@ -39,7 +39,7 @@ BuildRequires: python-rpm-macros
BuildArch: noarch
%if %{with test}
BuildRequires: %{python_module PyVirtualDisplay}
BuildRequires: %{python_module nose}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module six}
%endif
%python_subpackages
@@ -81,13 +81,13 @@ Limitations:
%check
%if %{with test}
export LANG=en_US.UTF-8
%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} nosetests-%{$python_bin_suffix} -v tests/
%pytest
%endif
%if !%{with test}
%files %{python_files}
%license LICENSE.txt
%doc README.rst
%doc README.md
%{python_sitelib}/*
%endif