commit python3-pexpect for openSUSE:Factory

2016-07-18 Thread h_root


binL7mSYNcoiA.bin
Description: Binary data


commit python3-pexpect for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package python3-pexpect for openSUSE:Factory 
checked in at 2016-06-02 09:37:35

Comparing /work/SRC/openSUSE:Factory/python3-pexpect (Old)
 and  /work/SRC/openSUSE:Factory/.python3-pexpect.new (New)


Package is "python3-pexpect"

Changes:

--- /work/SRC/openSUSE:Factory/python3-pexpect/python3-pexpect.changes  
2015-10-22 12:58:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pexpect.new/python3-pexpect.changes 
2016-06-02 09:37:36.0 +0200
@@ -1,0 +2,13 @@
+Wed May 25 15:08:23 UTC 2016 - toddrme2...@gmail.com
+
+- update to version 4.1.0:
+  * No upstream changelog
+
+---
+Sun May  8 07:12:29 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * updated source url to files.pythonhosted.org
+
+
+---

Old:

  pexpect-4.0.1.tar.gz

New:

  pexpect-4.1.0.tar.gz



Other differences:
--
++ python3-pexpect.spec ++
--- /var/tmp/diff_new_pack.sQzjw9/_old  2016-06-02 09:37:37.0 +0200
+++ /var/tmp/diff_new_pack.sQzjw9/_new  2016-06-02 09:37:37.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-pexpect
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -17,13 +17,13 @@
 
 
 Name:   python3-pexpect
-Version:4.0.1
+Version:4.1.0
 Release:0
 Summary:Pure Python Expect-like module
 License:ISC
 Group:  Development/Libraries/Python
 Url:http://pexpect.readthedocs.org/en/latest/
-Source: 
https://pypi.python.org/packages/source/p/pexpect/pexpect-%{version}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/p/pexpect/pexpect-%{version}.tar.gz
 BuildRequires:  python3-devel
 BuildRequires:  python3-ptyprocess
 Requires:   python3-ptyprocess

++ pexpect-4.0.1.tar.gz -> pexpect-4.1.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pexpect-4.0.1/.coveragerc 
new/pexpect-4.1.0/.coveragerc
--- old/pexpect-4.0.1/.coveragerc   1970-01-01 01:00:00.0 +0100
+++ new/pexpect-4.1.0/.coveragerc   2015-12-08 19:43:59.0 +0100
@@ -0,0 +1,3 @@
+[run]
+source = pexpect
+parallel = True
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pexpect-4.0.1/PKG-INFO new/pexpect-4.1.0/PKG-INFO
--- old/pexpect-4.0.1/PKG-INFO  2015-10-06 16:36:49.0 +0200
+++ new/pexpect-4.1.0/PKG-INFO  2016-05-21 13:47:06.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pexpect
-Version: 4.0.1
+Version: 4.1.0
 Summary: Pexpect allows easy control of interactive console applications.
 Home-page: http://pexpect.readthedocs.org/
 Author: Noah Spurrier; Thomas Kluyver; Jeff Quast
@@ -32,7 +32,6 @@
 Classifier: Operating System :: POSIX
 Classifier: Operating System :: MacOS :: MacOS X
 Classifier: Programming Language :: Python
-Classifier: Programming Language :: Python :: 2.6
 Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
 Classifier: Topic :: Software Development
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pexpect-4.0.1/README.rst new/pexpect-4.1.0/README.rst
--- old/pexpect-4.0.1/README.rst1970-01-01 01:00:00.0 +0100
+++ new/pexpect-4.1.0/README.rst2015-12-08 19:43:59.0 +0100
@@ -0,0 +1,55 @@
+.. image:: https://travis-ci.org/pexpect/pexpect.png?branch=master
+   :target: https://travis-ci.org/pexpect/pexpect
+   :align: right
+   :alt: Build status
+
+Pexpect is a Pure Python Expect-like module
+
+Pexpect makes Python a better tool for controlling other applications.
+
+Pexpect is a pure Python module for spawning child applications; controlling
+them; and responding to expected patterns in their output. Pexpect works like
+Don Libes' Expect. Pexpect allows your script to spawn a child application and
+control it as if a human were typing commands.
+
+Pexpect can be used for automating interactive applications such as ssh, ftp,
+passwd, telnet, etc. It can be used to a automate setup scripts for duplicating
+software package installations on different servers. It can be used for
+automated software testing. Pexpect is in the spirit of Don Libes' Expect, but
+Pexpect is pure Python.
+
+The main features of Pexpect require the pty module in the Python standard
+library, which is only available on 

commit python3-pexpect for openSUSE:Factory

2015-10-22 Thread h_root
Hello community,

here is the log from the commit of package python3-pexpect for openSUSE:Factory 
checked in at 2015-10-22 12:58:57

Comparing /work/SRC/openSUSE:Factory/python3-pexpect (Old)
 and  /work/SRC/openSUSE:Factory/.python3-pexpect.new (New)


Package is "python3-pexpect"

Changes:

--- /work/SRC/openSUSE:Factory/python3-pexpect/python3-pexpect.changes  
2015-08-01 11:38:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pexpect.new/python3-pexpect.changes 
2015-10-22 12:58:59.0 +0200
@@ -1,0 +2,42 @@
+Sun Oct 18 20:22:39 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * added ptyprocess as a requirement
+
+---
+Sat Oct 17 23:45:03 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * removed files: ANSI.py, FSM.py, fdpexpect.py, pxssh.py,
+screen.py, and __pycache__
+
+- update to version 4.0.1:
+  * Integration with :mod:`asyncio`: passing "async=True" to 
:meth:`~.spawn.expect`,
+:meth:`~.spawn.expect_exact` or :meth:`~.spawn.expect_list` will make them 
return a
+coroutine. You can get the result using "yield from", or wrap it in an
+:class:`asyncio.Task`. This allows the event loop to do other things while
+waiting for output that matches a pattern.
+  * Experimental support for Windows (with some caveats)—see :ref:`windows`.
+  * Enhancement: allow method as callbacks of argument "events" for
+:func:`pexpect.run` (:ghissue:`176`).
+  * It is now possible to call :meth:`~.spawn.wait` multiple times, or after a 
process
+is already determined to be terminated without raising an exception
+(:ghpull:`211`).
+  * New :class:`pexpect.spawn` keyword argument, "dimensions=(rows, columns)"
+allows setting terminal screen dimensions before launching a program
+(:ghissue:`122`).
+  * Fix regression that prevented executable, but unreadable files from
+being found when not specified by absolute path -- such as
+/usr/bin/sudo (:ghissue:`104`).
+  * Fixed regression when executing pexpect with some prior releases of
+the multiprocessing module where stdin has been closed (:ghissue:`86`).
+  * Deprecated "pexpect.screen" and "pexpect.ANSI". Please use other packages
+such as `pyte `__ to emulate a terminal.
+  * Removed the independent top-level modules ("pxssh fdpexpect FSM screen 
ANSI")
+which were installed alongside Pexpect. These were moved into the Pexpect
+package in 3.0, but the old names were left as aliases.
+  * Child processes created by Pexpect no longer ignore SIGHUP by default: the
+"ignore_sighup" parameter of :class:`pexpect.spawn` defaults to False. To
+get the old behaviour, pass "ignore_sighup=True".
+
+---

Old:

  pexpect-3.3.tar.gz

New:

  pexpect-4.0.1.tar.gz



Other differences:
--
++ python3-pexpect.spec ++
--- /var/tmp/diff_new_pack.DGRRI5/_old  2015-10-22 12:59:00.0 +0200
+++ /var/tmp/diff_new_pack.DGRRI5/_new  2015-10-22 12:59:00.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-pexpect
-Version:3.3
+Version:4.0.1
 Release:0
 Summary:Pure Python Expect-like module
 License:ISC
@@ -25,6 +25,8 @@
 Url:http://pexpect.readthedocs.org/en/latest/
 Source: 
https://pypi.python.org/packages/source/p/pexpect/pexpect-%{version}.tar.gz
 BuildRequires:  python3-devel
+BuildRequires:  python3-ptyprocess
+Requires:   python3-ptyprocess
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -44,13 +46,7 @@
 %files
 %defattr(-,root,root,-)
 %doc doc examples LICENSE
-%{python3_sitelib}/ANSI.py*
 %{python3_sitelib}/pexpect/
-%{python3_sitelib}/FSM.py*
-%{python3_sitelib}/fdpexpect.py*
 %{python3_sitelib}/pexpect-%{version}-py*.egg-info
-%{python3_sitelib}/pxssh.py*
-%{python3_sitelib}/screen.py*
-%{python3_sitelib}/__pycache__/*
 
 %changelog

++ pexpect-3.3.tar.gz -> pexpect-4.0.1.tar.gz ++
 7778 lines of diff (skipped)