Accepting request 812649 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/812649 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ptyprocess?expand=0&rev=7
This commit is contained in:
commit
dbf6831c1a
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 8 14:14:04 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
- replace nose with unittest
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 12:51:47 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-ptyprocess
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -23,16 +23,12 @@ Release: 0
|
||||
Summary: Run a subprocess in a pseudo terminal
|
||||
License: ISC
|
||||
Group: Development/Languages/Python
|
||||
Url: https://github.com/pexpect/ptyprocess
|
||||
URL: https://github.com/pexpect/ptyprocess
|
||||
Source: https://files.pythonhosted.org/packages/source/p/ptyprocess/ptyprocess-%{version}.tar.gz
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module nose}
|
||||
# /SECTION
|
||||
BuildArch: noarch
|
||||
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
@ -56,7 +52,7 @@ If you need to automate these things, running the process in a pseudo terminal
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
%python_expand nosetests-%{$python_bin_suffix}
|
||||
%python_exec -m unittest discover
|
||||
|
||||
%files %{python_files}
|
||||
%doc README.rst
|
||||
|
Loading…
x
Reference in New Issue
Block a user