Accepting request 618933 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/618933 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pexpect?expand=0&rev=25
This commit is contained in:
commit
2652dc66b2
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9f8eb3277716a01faafaba553d629d3d60a1a624c7cf45daa600d2148c30020c
|
||||
size 148247
|
3
pexpect-4.6.0.tar.gz
Normal file
3
pexpect-4.6.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2a8e88259839571d1251d278476f3eec5db26deb73a70be5ed5dc5435e418aba
|
||||
size 148966
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 24 15:49:37 UTC 2018 - arun@gmx.de
|
||||
|
||||
- update to version 4.6.0:
|
||||
* The pxssh.login() method now supports an ssh_config parameter,
|
||||
which can be used to specify a file path to an SSH config file (PR
|
||||
#490).
|
||||
* Improved compatability for the crlf parameter of PopenSpawn (PR
|
||||
#493)
|
||||
* Fixed an issue in read timeout handling when using spawn and
|
||||
fdspawn with the use_poll parameter (PR #492).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 19 11:58:18 UTC 2018 - tchvatal@suse.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-pexpect
|
||||
Version: 4.5.0
|
||||
Version: 4.6.0
|
||||
Release: 0
|
||||
Summary: Pure Python Expect-like module
|
||||
License: ISC
|
||||
|
Loading…
Reference in New Issue
Block a user