Accepting request 627898 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/627898
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ptyprocess?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2018-08-10 07:46:37 +00:00 committed by Git OBS Bridge
commit 0479a65e53
4 changed files with 18 additions and 12 deletions

View File

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

3
ptyprocess-0.6.0.tar.gz Normal file
View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Aug 7 14:41:07 UTC 2018 - toddrme2178@gmail.com
- update to 0.6.0
* Use PtyProcessError instead of ExceptionPexpect
* sys.__stdin__ can be None
* Fix AIX bug for users with unlimited nofiles
* Clarify setecho error message
-------------------------------------------------------------------
Tue Aug 22 12:38:26 UTC 2017 - tbechtold@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package python-ptyprocess
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -16,11 +16,10 @@
#
%bcond_without tests
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-ptyprocess
Version: 0.5.2
Version: 0.6.0
Release: 0
Summary: Run a subprocess in a pseudo terminal
License: ISC
@ -31,11 +30,11 @@ BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
%if %{with tests}
# SECTION test requirements
BuildRequires: %{python_module nose}
%endif
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# /SECTION
BuildArch: noarch
%python_subpackages
%description
@ -58,14 +57,12 @@ If you need to automate these things, running the process in a pseudo terminal
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%if %{with tests}
%check
%python_expand nosetests-%{$python_bin_suffix}
%endif
%files %{python_files}
%defattr(-,root,root,-)
%doc README.rst
%license LICENSE
%{python_sitelib}/*
%changelog