Accepting request 540766 from home:apersaud:branches:devel:languages:python
update to latest version OBS-URL: https://build.opensuse.org/request/show/540766 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pexpect?expand=0&rev=27
This commit is contained in:
parent
f0f2db7aa2
commit
43174ef25a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3d132465a75b57aa818341c6521392a06cc660feb3988d7f1074f39bd23c9a92
|
|
||||||
size 143980
|
|
3
pexpect-4.3.0.tar.gz
Normal file
3
pexpect-4.3.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:00ab0872f80f5db740499e7a1283a7c3b97bea542d72df84d83dea17d0afd2d9
|
||||||
|
size 146576
|
@ -1,3 +1,30 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 10 22:59:10 UTC 2017 - arun@gmx.de
|
||||||
|
|
||||||
|
- update to version 4.3.0:
|
||||||
|
* The async= parameter to integrate with asyncio has become async_=
|
||||||
|
(PR #431), as async is becoming a Python keyword from Python
|
||||||
|
3.6. Pexpect will still recognise async as an alternative
|
||||||
|
spelling.
|
||||||
|
* Similarly, the module pexpect.async became pexpect._async (PR
|
||||||
|
#450). This module is not part of the public API.
|
||||||
|
* Fix problems with asyncio objects closing file descriptors during
|
||||||
|
garbage collection (#347, PR #376).
|
||||||
|
* Set the .pid attribute of a PopenSpawn object (PR #417).
|
||||||
|
* Fix passing Windows paths to PopenSpawn (PR #446).
|
||||||
|
* PopenSpawn on Windows can pass string commands through to Popen
|
||||||
|
without splitting them into a list (PR #447).
|
||||||
|
* Stop shlex trying to read from stdin when PopenSpawn is passed
|
||||||
|
cmd=None (#433, PR #434).
|
||||||
|
* Ensure that an error closing a Pexpect spawn object raises a
|
||||||
|
Pexpect error, rather than a Ptyprocess error (#383, PR #386).
|
||||||
|
* Cleaned up invalid backslash escape sequences in strings (PR #430,
|
||||||
|
PR #445).
|
||||||
|
* The pattern for a password prompt in pexpect.pxssh changed from
|
||||||
|
password to password: (PR #452).
|
||||||
|
* Correct docstring for using unicode with spawn (PR #395).
|
||||||
|
* Various other improvements to documentation.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 10 18:42:12 UTC 2017 - toddrme2178@gmail.com
|
Mon Jul 10 18:42:12 UTC 2017 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
@ -20,17 +20,17 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-pexpect
|
Name: python-pexpect
|
||||||
Version: 4.2.1
|
Version: 4.3.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Pure Python Expect-like module
|
Summary: Pure Python Expect-like module
|
||||||
License: ISC
|
License: ISC
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
Url: http://pexpect.readthedocs.org/en/latest/
|
Url: http://pexpect.readthedocs.org/en/latest/
|
||||||
Source: https://files.pythonhosted.org/packages/source/p/pexpect/pexpect-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/p/pexpect/pexpect-%{version}.tar.gz
|
||||||
BuildRequires: fdupes
|
|
||||||
BuildRequires: python-rpm-macros
|
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
BuildRequires: %{python_module ptyprocess}
|
BuildRequires: %{python_module ptyprocess}
|
||||||
|
BuildRequires: fdupes
|
||||||
|
BuildRequires: python-rpm-macros
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user