15
0

Accepting request 228876 from Cloud:OpenStack:Master

- update to 3.1:
  * Fix an issue that prevented importing pexpect on Python 3 when ``sys.stdout``
    was reassigned
  * Improve prompt synchronisation in :mod:`~pexpect.pxssh`
  * Fix pickling exception instances
  * Fix handling exceptions from :func:`select.select` on Python 3
  * A new :ref:`unicode API <unicode>` was introduced.
  * Python 3 is now supported, using a single codebase.
  * Pexpect now requires at least Python 2.6 or 3.2.
  * The modules other than pexpect, such as :mod:`pexpect.fdpexpect` and
  * Ignoring ``SIGHUP`` is now optional

OBS-URL: https://build.opensuse.org/request/show/228876
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pexpect?expand=0&rev=16
This commit is contained in:
Denisart Benjamin
2014-04-03 20:04:02 +00:00
committed by Git OBS Bridge
parent 75db2a234d
commit d8d50725d9
5 changed files with 21 additions and 73 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pexpect
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
Name: python-pexpect
BuildRequires: python-devel
Version: 2.4
Version: 3.1
Release: 0
Summary: Pure Python Expect-like module
License: MIT
@@ -49,10 +49,10 @@ python setup.py install --prefix="/usr" --root=%{buildroot}
%defattr(-,root,root,-)
%doc doc examples
%{python_sitelib}/ANSI.py*
%{python_sitelib}/pexpect/
%{python_sitelib}/FSM.py*
%{python_sitelib}/fdpexpect.py*
%{python_sitelib}/pexpect-%{version}-py%{py_ver}.egg-info
%{python_sitelib}/pexpect.py*
%{python_sitelib}/pxssh.py*
%{python_sitelib}/screen.py*