commit python3-ptyprocess for openSUSE:Factory

2016-05-25 Thread h_root
Hello community,

here is the log from the commit of package python3-ptyprocess for 
openSUSE:Factory checked in at 2016-05-25 21:25:21

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


Package is "python3-ptyprocess"

Changes:

--- /work/SRC/openSUSE:Factory/python3-ptyprocess/python3-ptyprocess.changes
2016-02-16 09:19:07.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-ptyprocess.new/python3-ptyprocess.changes   
2016-05-25 21:25:22.0 +0200
@@ -1,0 +2,7 @@
+Sun May  8 07:12:51 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * updated source url to files.pythonhosted.org
+
+
+---



Other differences:
--
++ python3-ptyprocess.spec ++
--- /var/tmp/diff_new_pack.9sDMwf/_old  2016-05-25 21:25:23.0 +0200
+++ /var/tmp/diff_new_pack.9sDMwf/_new  2016-05-25 21:25:23.0 +0200
@@ -23,7 +23,7 @@
 License:ISC
 Group:  Development/Languages/Python
 Url:https://github.com/pexpect/ptyprocess
-Source: 
https://pypi.python.org/packages/source/p/ptyprocess/ptyprocess-%{version}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/p/ptyprocess/ptyprocess-%{version}.tar.gz
 BuildRequires:  python3-devel >= 2.7
 BuildRequires:  python3-nose
 BuildRequires:  python3-setuptools




commit python3-ptyprocess for openSUSE:Factory

2016-02-16 Thread h_root
Hello community,

here is the log from the commit of package python3-ptyprocess for 
openSUSE:Factory checked in at 2016-02-16 09:19:06

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


Package is "python3-ptyprocess"

Changes:

--- /work/SRC/openSUSE:Factory/python3-ptyprocess/python3-ptyprocess.changes
2015-08-17 15:35:16.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-ptyprocess.new/python3-ptyprocess.changes   
2016-02-16 09:19:07.0 +0100
@@ -1,0 +2,9 @@
+Fri Feb 12 05:22:04 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+
+- update to version 0.5.1:
+  (no changelog available)
+
+---

Old:

  ptyprocess-0.5.tar.gz

New:

  ptyprocess-0.5.1.tar.gz



Other differences:
--
++ python3-ptyprocess.spec ++
--- /var/tmp/diff_new_pack.rAnj3q/_old  2016-02-16 09:19:07.0 +0100
+++ /var/tmp/diff_new_pack.rAnj3q/_new  2016-02-16 09:19:07.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-ptyprocess
 #
-# 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,7 +17,7 @@
 
 
 Name:   python3-ptyprocess
-Version:0.5
+Version:0.5.1
 Release:0
 Summary:Run a subprocess in a pseudo terminal
 License:ISC

++ ptyprocess-0.5.tar.gz -> ptyprocess-0.5.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ptyprocess-0.5/LICENSE new/ptyprocess-0.5.1/LICENSE
--- old/ptyprocess-0.5/LICENSE  1970-01-01 01:00:00.0 +0100
+++ new/ptyprocess-0.5.1/LICENSE2016-01-29 14:32:10.0 +0100
@@ -0,0 +1,16 @@
+Ptyprocess is under the ISC license, as code derived from Pexpect.
+http://opensource.org/licenses/ISC
+
+Copyright (c) 2013-2014, Pexpect development team
+Copyright (c) 2012, Noah Spurrier 
+
+PERMISSION TO USE, COPY, MODIFY, AND/OR DISTRIBUTE THIS SOFTWARE FOR ANY 
PURPOSE
+WITH OR WITHOUT FEE IS HEREBY GRANTED, PROVIDED THAT THE ABOVE COPYRIGHT NOTICE
+AND THIS PERMISSION NOTICE APPEAR IN ALL COPIES. THE SOFTWARE IS PROVIDED
+"AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE
+INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT
+SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
+DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
+WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
+OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ptyprocess-0.5/PKG-INFO new/ptyprocess-0.5.1/PKG-INFO
--- old/ptyprocess-0.5/PKG-INFO 2015-05-20 23:44:21.0 +0200
+++ new/ptyprocess-0.5.1/PKG-INFO   1970-01-01 01:00:00.0 +0100
@@ -1,36 +1,7 @@
 Metadata-Version: 1.1
 Name: ptyprocess
-Version: 0.5
+Version: 0.5.1
 Summary: Run a subprocess in a pseudo terminal
 Home-page: https://github.com/pexpect/ptyprocess
 Author: Thomas Kluyver
 Author-email: tho...@kluyver.me.uk
-License: UNKNOWN
-Description: Launch a subprocess in a pseudo terminal (pty), and interact with 
both the
-process and its pty.
-
-Sometimes, piping stdin and stdout is not enough. There might be a 
password
-prompt that doesn't read from stdin, output that changes when it's 
going to a
-pipe rather than a terminal, or curses-style interfaces that rely on a 
terminal.
-If you need to automate these things, running the process in a pseudo 
terminal
-(pty) is the answer.
-
-Interface::
-
-p = PtyProcessUnicode.spawn(['python'])
-p.read(20)
-p.write('6+6\n')
-p.read(20)
-
-Platform: UNKNOWN
-Classifier: Development Status :: 5 - Production/Stable
-Classifier: Environment :: Console
-Classifier: Intended Audience :: Developers
-Classifier: Intended Audience :: System Administrators
-Classifier: License :: OSI Approved :: ISC License (ISCL)
-Classifier: Operating System :: POSIX
-Classifier: Operating System :: MacOS :: MacOS X
-Classifier: Programming Language :: Python
-Classifier: Programming Language :: Python :: 2.7
-Classifier: Programming Language :: Python :: 3
-Classifier: Topic :: Terminals
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'