Accepting request 575256 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/575256
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pexpect?expand=0&rev=31
This commit is contained in:
Tomáš Chvátal 2018-02-10 19:38:59 +00:00 committed by Git OBS Bridge
parent 7321808acb
commit 2525b7764c
4 changed files with 22 additions and 5 deletions

View File

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

3
pexpect-4.4.0.tar.gz Normal file
View File

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

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sat Feb 10 17:29:45 UTC 2018 - arun@gmx.de
- specfile:
* update copyright year
- update to version 4.4.0:
* PopenSpawn now has a preexec_fn parameter, like spawn and
subprocess.Popen, for a function to be called in the child process
before executing the new command. Like in Popen, this works only
in POSIX, and can cause issues if your application also uses
threads (PR #460).
* Significant performance improvements when processing large amounts
of data (PR #464).
* Ensure that spawn.closed gets set by close(), and improve an
example for passing SIGWINCH through to a child process (PR #466).
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Dec 16 23:13:25 UTC 2017 - arun@gmx.de Sat Dec 16 23:13:25 UTC 2017 - arun@gmx.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-pexpect # spec file for package python-pexpect
# #
# 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
@ -20,7 +20,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pexpect Name: python-pexpect
Version: 4.3.1 Version: 4.4.0
Release: 0 Release: 0
Summary: Pure Python Expect-like module Summary: Pure Python Expect-like module
License: ISC License: ISC