diff --git a/ptyprocess-0.5.2.tar.gz b/ptyprocess-0.5.2.tar.gz deleted file mode 100644 index e7c2a34..0000000 --- a/ptyprocess-0.5.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e64193f0047ad603b71f202332ab5527c5e52aa7c8b609704fc28c0dc20c4365 -size 69297 diff --git a/ptyprocess-0.6.0.tar.gz b/ptyprocess-0.6.0.tar.gz new file mode 100644 index 0000000..505f8c1 --- /dev/null +++ b/ptyprocess-0.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:923f299cc5ad920c68f2bc0bc98b75b9f838b93b599941a6b63ddbc2476394c0 +size 70115 diff --git a/python-ptyprocess.changes b/python-ptyprocess.changes index 02a50cc..dd312d0 100644 --- a/python-ptyprocess.changes +++ b/python-ptyprocess.changes @@ -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 diff --git a/python-ptyprocess.spec b/python-ptyprocess.spec index 8b18f09..378c2fc 100644 --- a/python-ptyprocess.spec +++ b/python-ptyprocess.spec @@ -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