Accepting request 627897 from home:TheBlackCat:branches:devel:languages:python

- 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

OBS-URL: https://build.opensuse.org/request/show/627897
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ptyprocess?expand=0&rev=9
This commit is contained in:
Todd R 2018-08-07 14:45:26 +00:00 committed by Git OBS Bridge
parent a6f00dfbf5
commit bbc41c76b7
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 Tue Aug 22 12:38:26 UTC 2017 - tbechtold@suse.com

View File

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