commit python-terminado for openSUSE:Factory

2019-11-23 Thread root
Hello community,

here is the log from the commit of package python-terminado for 
openSUSE:Factory checked in at 2019-11-24 00:26:54

Comparing /work/SRC/openSUSE:Factory/python-terminado (Old)
 and  /work/SRC/openSUSE:Factory/.python-terminado.new.26869 (New)


Package is "python-terminado"

Sun Nov 24 00:26:54 2019 rev:8 rq:749334 version:0.8.3

Changes:

--- /work/SRC/openSUSE:Factory/python-terminado/python-terminado.changes
2019-08-13 13:20:44.721426580 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-terminado.new.26869/python-terminado.changes 
2019-11-24 00:26:56.259206569 +0100
@@ -1,0 +2,6 @@
+Mon Nov 18 16:04:39 UTC 2019 - Todd R 
+
+- Update to version 0.8.3
+  * Addkwargs to NamedTermManager.new_named_terminal
+
+---

Old:

  terminado-0.8.2.tar.gz

New:

  terminado-0.8.3.tar.gz



Other differences:
--
++ python-terminado.spec ++
--- /var/tmp/diff_new_pack.7Yfblt/_old  2019-11-24 00:26:58.263206777 +0100
+++ /var/tmp/diff_new_pack.7Yfblt/_new  2019-11-24 00:26:58.271206778 +0100
@@ -21,7 +21,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-terminado
-Version:0.8.2
+Version:0.8.3
 Release:0
 Summary:Terminals served to termjs using Tornado websockets
 License:BSD-2-Clause

++ terminado-0.8.2.tar.gz -> terminado-0.8.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terminado-0.8.2/.travis.yml 
new/terminado-0.8.3/.travis.yml
--- old/terminado-0.8.2/.travis.yml 2019-03-28 18:58:42.404879000 +0100
+++ new/terminado-0.8.3/.travis.yml 2019-11-12 16:14:31.553417000 +0100
@@ -1,3 +1,4 @@
+dist: trusty
 language: python
 python:
   - "3.6"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terminado-0.8.2/PKG-INFO new/terminado-0.8.3/PKG-INFO
--- old/terminado-0.8.2/PKG-INFO1970-01-01 01:00:00.0 +0100
+++ new/terminado-0.8.3/PKG-INFO1970-01-01 01:00:00.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: terminado
-Version: 0.8.2
+Version: 0.8.3
 Summary: Terminals served to xterm.js using Tornado websockets
 Home-page: https://github.com/jupyter/terminado
 Author: Jupyter Development Team
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terminado-0.8.2/setup.py new/terminado-0.8.3/setup.py
--- old/terminado-0.8.2/setup.py1970-01-01 01:00:00.0 +0100
+++ new/terminado-0.8.3/setup.py1970-01-01 01:00:00.0 +0100
@@ -16,7 +16,7 @@
 {":os_name!='nt'": ['ptyprocess'], ":os_name=='nt'": ['pywinpty>=0.5']}
 
 setup(name='terminado',
-  version='0.8.2',
+  version='0.8.3',
   description='Terminals served to xterm.js using Tornado websockets',
   author='Jupyter Development Team',
   author_email='jupy...@googlegroups.com',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terminado-0.8.2/terminado/__init__.py 
new/terminado-0.8.3/terminado/__init__.py
--- old/terminado-0.8.2/terminado/__init__.py   2019-03-28 19:02:25.914608700 
+0100
+++ new/terminado-0.8.3/terminado/__init__.py   2019-11-12 16:14:52.487119400 
+0100
@@ -12,4 +12,4 @@
 # Prevent a warning about no attached handlers in Python 2
 logging.getLogger(__name__).addHandler(logging.NullHandler())
 
-__version__ = '0.8.2'
+__version__ = '0.8.3'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terminado-0.8.2/terminado/management.py 
new/terminado-0.8.3/terminado/management.py
--- old/terminado-0.8.2/terminado/management.py 2019-03-28 18:58:43.420910400 
+0100
+++ new/terminado-0.8.3/terminado/management.py 2019-11-12 16:14:31.558788000 
+0100
@@ -314,9 +314,9 @@
 if name not in self.terminals:
 return name
 
-def new_named_terminal(self):
+def new_named_terminal(self, **kwargs):
 name = self._next_available_name()
-term = self.new_terminal()
+term = self.new_terminal(**kwargs)
 self.log.info("New terminal with automatic name: %s", name)
 term.term_name = name
 self.terminals[name] = term




commit python-terminado for openSUSE:Factory

2019-08-13 Thread root
Hello community,

here is the log from the commit of package python-terminado for 
openSUSE:Factory checked in at 2019-08-13 13:19:40

Comparing /work/SRC/openSUSE:Factory/python-terminado (Old)
 and  /work/SRC/openSUSE:Factory/.python-terminado.new.9556 (New)


Package is "python-terminado"

Tue Aug 13 13:19:40 2019 rev:7 rq:72 version:0.8.2

Changes:

--- /work/SRC/openSUSE:Factory/python-terminado/python-terminado.changes
2019-06-13 23:03:38.371378140 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-terminado.new.9556/python-terminado.changes  
2019-08-13 13:20:44.721426580 +0200
@@ -1,0 +2,5 @@
+Sun Aug 11 01:45:25 UTC 2019 - Todd R 
+
+- Enable tests
+
+---



Other differences:
--
++ python-terminado.spec ++
--- /var/tmp/diff_new_pack.1n8gWO/_old  2019-08-13 13:20:45.177426460 +0200
+++ /var/tmp/diff_new_pack.1n8gWO/_new  2019-08-13 13:20:45.177426460 +0200
@@ -33,9 +33,9 @@
 BuildRequires:  %{python_module tornado >= 4}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-%if %{with tests}
+# SECTION test requirements
 BuildRequires:  %{python_module pytest}
-%endif
+# /SECTION
 Requires:   python-ptyprocess
 Requires:   python-tornado >= 4
 BuildArch:  noarch
@@ -59,17 +59,12 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
-%if %{with tests}
 %check
-pushd terminado/tests
-%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib}
-py.test-%{$python_bin_suffix} .
-}
-popd
-%endif
+%pytest -k 'not test_max_terminals'
 
 %files %{python_files}
 %doc README.rst
+%license LICENSE
 %{python_sitelib}/*
 
 %changelog




commit python-terminado for openSUSE:Factory

2019-06-13 Thread root
Hello community,

here is the log from the commit of package python-terminado for 
openSUSE:Factory checked in at 2019-06-13 23:03:37

Comparing /work/SRC/openSUSE:Factory/python-terminado (Old)
 and  /work/SRC/openSUSE:Factory/.python-terminado.new.4811 (New)


Package is "python-terminado"

Thu Jun 13 23:03:37 2019 rev:6 rq:709550 version:0.8.2

Changes:

--- /work/SRC/openSUSE:Factory/python-terminado/python-terminado.changes
2018-02-14 10:52:37.183529244 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-terminado.new.4811/python-terminado.changes  
2019-06-13 23:03:38.371378140 +0200
@@ -1,0 +2,7 @@
+Wed Jun 12 19:50:31 UTC 2019 - Todd R 
+
+- Update to version 0.8.2
+  * Fix Delete Terminal Not Working with Tornado version 6.0.1 
+  * Set websocket.terminal to None when the child exits
+
+---

Old:

  terminado-0.8.1.tar.gz

New:

  terminado-0.8.2.tar.gz



Other differences:
--
++ python-terminado.spec ++
--- /var/tmp/diff_new_pack.kPxlck/_old  2019-06-13 23:03:39.939376777 +0200
+++ /var/tmp/diff_new_pack.kPxlck/_new  2019-06-13 23:03:39.959376759 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-terminado
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -21,24 +21,23 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-terminado
-Version:0.8.1
+Version:0.8.2
 Release:0
 Summary:Terminals served to termjs using Tornado websockets
 License:BSD-2-Clause
 Group:  Development/Languages/Python
 Url:https://github.com/jupyter/terminado
 Source: 
https://files.pythonhosted.org/packages/source/t/terminado/terminado-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module ptyprocess}
 BuildRequires:  %{python_module setuptools}
-BuildRequires:  %{python_module tornado}
+BuildRequires:  %{python_module tornado >= 4}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 %if %{with tests}
 BuildRequires:  %{python_module pytest}
 %endif
 Requires:   python-ptyprocess
-Requires:   python-tornado
+Requires:   python-tornado >= 4
 BuildArch:  noarch
 %python_subpackages
 
@@ -70,7 +69,6 @@
 %endif
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc README.rst
 %{python_sitelib}/*
 

++ terminado-0.8.1.tar.gz -> terminado-0.8.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terminado-0.8.1/PKG-INFO new/terminado-0.8.2/PKG-INFO
--- old/terminado-0.8.1/PKG-INFO1970-01-01 01:00:00.0 +0100
+++ new/terminado-0.8.2/PKG-INFO1970-01-01 01:00:00.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: terminado
-Version: 0.8.1
+Version: 0.8.2
 Summary: Terminals served to xterm.js using Tornado websockets
 Home-page: https://github.com/jupyter/terminado
 Author: Jupyter Development Team
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terminado-0.8.1/appveyor.yml 
new/terminado-0.8.2/appveyor.yml
--- old/terminado-0.8.1/appveyor.yml2017-11-28 11:58:19.970883000 +0100
+++ new/terminado-0.8.2/appveyor.yml2019-03-28 18:58:43.420910400 +0100
@@ -26,4 +26,4 @@
   - set PATH=%PYTHON%\\scripts;%PATH%
   - 'pip install tornado pywinpty pytest'
 test_script:
-  - 'py.test'
+  - 'py.test terminado/tests/basic_test.py::CommonTests::test_basic'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terminado-0.8.1/pyproject.toml 
new/terminado-0.8.2/pyproject.toml
--- old/terminado-0.8.1/pyproject.toml  2017-11-28 11:58:19.971196000 +0100
+++ new/terminado-0.8.2/pyproject.toml  2019-03-28 18:58:43.420910400 +0100
@@ -13,6 +13,7 @@
 "pywinpty (>=0.5);os_name=='nt'",
 "tornado (>=4)",
 ]
+requires-python=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
 classifiers=[
 "Environment :: Web Environment",
 "License :: OSI Approved :: BSD License",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terminado-0.8.1/setup.py new/terminado-0.8.2/setup.py
--- old/terminado-0.8.1/setup.py1970-01-01 01:0

commit python-terminado for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package python-terminado for 
openSUSE:Factory checked in at 2018-02-14 10:52:36

Comparing /work/SRC/openSUSE:Factory/python-terminado (Old)
 and  /work/SRC/openSUSE:Factory/.python-terminado.new (New)


Package is "python-terminado"

Wed Feb 14 10:52:36 2018 rev:5 rq:576403 version:0.8.1

Changes:

--- /work/SRC/openSUSE:Factory/python-terminado/python-terminado.changes
2017-12-29 00:03:01.562918205 +0100
+++ /work/SRC/openSUSE:Factory/.python-terminado.new/python-terminado.changes   
2018-02-14 10:52:37.183529244 +0100
@@ -1,0 +2,6 @@
+Tue Feb 13 22:05:59 UTC 2018 - toddrme2...@gmail.com
+
+- Disable tests until random testing race condition fixed
+  * see: https://github.com/jupyter/terminado/issues/21
+
+---



Other differences:
--
++ python-terminado.spec ++
--- /var/tmp/diff_new_pack.oq12mc/_old  2018-02-14 10:52:37.899503474 +0100
+++ /var/tmp/diff_new_pack.oq12mc/_new  2018-02-14 10:52:37.899503474 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-terminado
 #
-# 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
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,8 @@
 #
 
 
-%bcond_without tests
+# Disable tests until random testing race condition fixed, see: 
https://github.com/jupyter/terminado/issues/21
+%bcond_with tests
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-terminado
@@ -25,7 +26,7 @@
 Summary:Terminals served to termjs using Tornado websockets
 License:BSD-2-Clause
 Group:  Development/Languages/Python
-Url:https://github.com/takluyver/terminado
+Url:https://github.com/jupyter/terminado
 Source: 
https://files.pythonhosted.org/packages/source/t/terminado/terminado-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module ptyprocess}
@@ -34,11 +35,10 @@
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 %if %{with tests}
-BuildRequires:  %{python_module nose}
+BuildRequires:  %{python_module pytest}
 %endif
 Requires:   python-ptyprocess
 Requires:   python-tornado
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 %python_subpackages
 
@@ -62,7 +62,11 @@
 
 %if %{with tests}
 %check
-%python_expand nosetests-%{$python_bin_suffix}
+pushd terminado/tests
+%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib}
+py.test-%{$python_bin_suffix} .
+}
+popd
 %endif
 
 %files %{python_files}




commit python-terminado for openSUSE:Factory

2017-12-28 Thread root
Hello community,

here is the log from the commit of package python-terminado for 
openSUSE:Factory checked in at 2017-12-29 00:02:52

Comparing /work/SRC/openSUSE:Factory/python-terminado (Old)
 and  /work/SRC/openSUSE:Factory/.python-terminado.new (New)


Package is "python-terminado"

Fri Dec 29 00:02:52 2017 rev:4 rq:546697 version:0.8.1

Changes:

--- /work/SRC/openSUSE:Factory/python-terminado/python-terminado.changes
2017-11-23 09:45:25.874287131 +0100
+++ /work/SRC/openSUSE:Factory/.python-terminado.new/python-terminado.changes   
2017-12-29 00:03:01.562918205 +0100
@@ -1,0 +2,12 @@
+Tue Nov 28 18:56:09 UTC 2017 - a...@gmx.de
+
+- update to version 0.8.1:
+  * no changelog available
+
+---
+Mon Nov 27 19:32:25 UTC 2017 - a...@gmx.de
+
+- update to version 0.8:
+  * Add support for Windows on Python 3: #44
+
+---

Old:

  terminado-0.7.tar.gz

New:

  terminado-0.8.1.tar.gz



Other differences:
--
++ python-terminado.spec ++
--- /var/tmp/diff_new_pack.rpHnOE/_old  2017-12-29 00:03:03.814272880 +0100
+++ /var/tmp/diff_new_pack.rpHnOE/_new  2017-12-29 00:03:03.818271734 +0100
@@ -20,7 +20,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-terminado
-Version:0.7
+Version:0.8.1
 Release:0
 Summary:Terminals served to termjs using Tornado websockets
 License:BSD-2-Clause

++ terminado-0.7.tar.gz -> terminado-0.8.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terminado-0.7/.gitignore 
new/terminado-0.8.1/.gitignore
--- old/terminado-0.7/.gitignore2016-02-10 12:40:12.004862800 +0100
+++ new/terminado-0.8.1/.gitignore  2017-11-27 03:10:10.394003000 +0100
@@ -5,6 +5,7 @@
 *.sav
 *.old
 *.pem
+.cache/
 README.html
 build/*
 dist/*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terminado-0.7/COPYING new/terminado-0.8.1/COPYING
--- old/terminado-0.7/COPYING   2016-02-10 12:40:12.004862800 +0100
+++ new/terminado-0.8.1/COPYING 1970-01-01 01:00:00.0 +0100
@@ -1,9 +0,0 @@
-Unless otherwise indicated, pyxterm files are distributed
-under the BSD License (see LICENSE.txt).
-
-This package also includes other bundled open source
-components which are governed by their own licenses,
-as indicated in the respective files. These include:
-
-  pyxshell.py: Public Domain
-  index.html, term.js, pyxterm.js: MIT
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terminado-0.7/LICENSE new/terminado-0.8.1/LICENSE
--- old/terminado-0.7/LICENSE   1970-01-01 01:00:00.0 +0100
+++ new/terminado-0.8.1/LICENSE 2017-11-27 03:10:10.394576800 +0100
@@ -0,0 +1,28 @@
+# terminado: A python websocket server backend for xterm.js
+#
+#  BSD License
+#
+#  Copyright (c) 2014-, Jupyter development team
+#  Copyright (c) 2014, Ramalingam Saravanan 
+#  All rights reserved.
+#  
+#  Redistribution and use in source and binary forms, with or without
+#  modification, are permitted provided that the following conditions are met:
+#  
+#  1. Redistributions of source code must retain the above copyright notice, 
this
+# list of conditions and the following disclaimer. 
+#  2. Redistributions in binary form must reproduce the above copyright notice,
+# this list of conditions and the following disclaimer in the documentation
+# and/or other materials provided with the distribution. 
+#  
+#  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 
AND
+#  ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 
IMPLIED
+#  WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+#  DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE 
FOR
+#  ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 
DAMAGES
+#  (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+#  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+#  ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+#  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 
THIS
+#  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terminado-0.7/LICENSE.txt 
new/terminado-0.8.1/LICENSE.txt
--- old/terminado-0.7/LICENSE.txt   2016-02-10 12:40:12.004862800 +0100
+++ new/terminado-0.8.1/LICENSE.txt 1970-01-01 01:00:00.0 +0100
@@ 

commit python-terminado for openSUSE:Factory

2017-11-23 Thread root
Hello community,

here is the log from the commit of package python-terminado for 
openSUSE:Factory checked in at 2017-11-23 09:44:57

Comparing /work/SRC/openSUSE:Factory/python-terminado (Old)
 and  /work/SRC/openSUSE:Factory/.python-terminado.new (New)


Package is "python-terminado"

Thu Nov 23 09:44:57 2017 rev:3 rq:544491 version:0.7

Changes:

--- /work/SRC/openSUSE:Factory/python-terminado/python-terminado.changes
2017-05-08 19:02:51.861412994 +0200
+++ /work/SRC/openSUSE:Factory/.python-terminado.new/python-terminado.changes   
2017-11-23 09:45:25.874287131 +0100
@@ -1,0 +2,16 @@
+Sun Nov 19 05:57:21 UTC 2017 - a...@gmx.de
+
+- update to version 0.7:
+  * :meth:`terminado.TermSocket.open` now calls the "open()" method on
+the parent class using "super()". This allows a mixin class; for
+instance, to periodically send ping messages to keep a connection
+open.
+  * When a websocket client disconnects from a terminal managed by
+:class:`~.UniqueTermManager`, the "SIGHUP" signal is sent to the
+process group, not just the main process.
+  * Fixed :meth:`terminado.NamedTermManager.kill` to use the signal
+number passed to it.
+  * Switched to Flit packaging.
+  * README and requirements for demos.
+
+---

Old:

  terminado-0.6.tar.gz

New:

  terminado-0.7.tar.gz



Other differences:
--
++ python-terminado.spec ++
--- /var/tmp/diff_new_pack.FD68zK/_old  2017-11-23 09:45:27.254236774 +0100
+++ /var/tmp/diff_new_pack.FD68zK/_new  2017-11-23 09:45:27.262236482 +0100
@@ -20,19 +20,19 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-terminado
-Version:0.6
+Version:0.7
 Release:0
 Summary:Terminals served to termjs using Tornado websockets
 License:BSD-2-Clause
 Group:  Development/Languages/Python
 Url:https://github.com/takluyver/terminado
 Source: 
https://files.pythonhosted.org/packages/source/t/terminado/terminado-%{version}.tar.gz
-BuildRequires:  fdupes
-BuildRequires:  python-rpm-macros
 BuildRequires:  %{python_module devel}
-BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module ptyprocess}
+BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module tornado}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 %if %{with tests}
 BuildRequires:  %{python_module nose}
 %endif

++ terminado-0.6.tar.gz -> terminado-0.7.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terminado-0.6/.gitignore new/terminado-0.7/.gitignore
--- old/terminado-0.6/.gitignore1970-01-01 01:00:00.0 +0100
+++ new/terminado-0.7/.gitignore2016-02-10 12:40:12.004862800 +0100
@@ -0,0 +1,17 @@
+.DS_Store
+*~
+*.pyc
+*.prev
+*.sav
+*.old
+*.pem
+README.html
+build/*
+dist/*
+MANIFEST
+terminado.egg-info/*
+BAK
+IGNORE
+ORIG
+SUBMIT
+doc/_build/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terminado-0.6/.travis.yml 
new/terminado-0.7/.travis.yml
--- old/terminado-0.6/.travis.yml   1970-01-01 01:00:00.0 +0100
+++ new/terminado-0.7/.travis.yml   2017-11-15 15:59:11.110917300 +0100
@@ -0,0 +1,16 @@
+language: python
+python:
+  - "3.6"
+  - "3.5"
+  - "3.4"
+  - "2.7"
+
+# Install dependencies
+install:
+ - pip install tornado ptyprocess
+
+# command to run tests
+script: py.test
+
+# Enable new Travis stack, should speed up builds
+sudo: false
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terminado-0.6/COPYING new/terminado-0.7/COPYING
--- old/terminado-0.6/COPYING   1970-01-01 01:00:00.0 +0100
+++ new/terminado-0.7/COPYING   2016-02-10 12:40:12.004862800 +0100
@@ -0,0 +1,9 @@
+Unless otherwise indicated, pyxterm files are distributed
+under the BSD License (see LICENSE.txt).
+
+This package also includes other bundled open source
+components which are governed by their own licenses,
+as indicated in the respective files. These include:
+
+  pyxshell.py: Public Domain
+  index.html, term.js, pyxterm.js: MIT
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terminado-0.6/LICENSE.txt 
new/terminado-0.7/LICENSE.txt
--- old/terminado-0.6/LICENSE.txt   1970-01-01 01:00:00.0 +0100
+++ new/terminado-0.7/LICENSE.txt   2016-02-10 12:40:12.004862800 +0100
@@ -0,0 +1,27 @@
+# pyxterm: A python websocket server backend for term.js
+#
+#  BSD License
+#
+#  Copyright (c) 2014, Ramalingam Saravanan 
+#  All rights reserved.
+#  
+#  Redistribution and use in source and binary

commit python-terminado for openSUSE:Factory

2017-05-08 Thread root
Hello community,

here is the log from the commit of package python-terminado for 
openSUSE:Factory checked in at 2017-05-08 19:02:26

Comparing /work/SRC/openSUSE:Factory/python-terminado (Old)
 and  /work/SRC/openSUSE:Factory/.python-terminado.new (New)


Package is "python-terminado"

Mon May  8 19:02:26 2017 rev:2 rq:490870 version:0.6

Changes:

--- /work/SRC/openSUSE:Factory/python-terminado/python-terminado.changes
2015-08-21 07:40:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-terminado.new/python-terminado.changes   
2017-05-08 19:02:51.861412994 +0200
@@ -1,0 +2,12 @@
+Mon Apr 24 20:55:54 UTC 2017 - toddrme2...@gmail.com
+
+- Fix URL.
+- Implement single-spec version.
+
+---
+Sat Apr  8 19:21:31 UTC 2017 - toddrme2...@gmail.com
+
+- Update to 0.6
+  (no upstream changelog)
+
+---

Old:

  terminado-0.5.tar.gz

New:

  terminado-0.6.tar.gz



Other differences:
--
++ python-terminado.spec ++
--- /var/tmp/diff_new_pack.0490yP/_old  2017-05-08 19:02:52.773284177 +0200
+++ /var/tmp/diff_new_pack.0490yP/_new  2017-05-08 19:02:52.777283612 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-terminado
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -16,26 +16,31 @@
 #
 
 
+%bcond_without tests
+
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-terminado
-Version:0.5
+Version:0.6
 Release:0
 Summary:Terminals served to termjs using Tornado websockets
 License:BSD-2-Clause
 Group:  Development/Languages/Python
 Url:https://github.com/takluyver/terminado
-Source: 
https://pypi.python.org/packages/source/t/terminado/terminado-%{version}.tar.gz
-BuildRequires:  python-devel >= 2.7
-BuildRequires:  python-nose
-BuildRequires:  python-ptyprocess
-BuildRequires:  python-tornado
+Source: 
https://files.pythonhosted.org/packages/source/t/terminado/terminado-%{version}.tar.gz
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module ptyprocess}
+BuildRequires:  %{python_module tornado}
+%if %{with tests}
+BuildRequires:  %{python_module nose}
+%endif
 Requires:   python-ptyprocess
 Requires:   python-tornado
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%else
 BuildArch:  noarch
-%endif
+%python_subpackages
 
 %description
 This is a Tornado websocket backend for the term.js Javascript terminal
@@ -49,15 +54,18 @@
 %setup -q -n terminado-%{version}
 
 %build
-python setup.py build
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
+%if %{with tests}
 %check
-nosetests
+%python_expand nosetests-%{$python_bin_suffix}
+%endif
 
-%files
+%files %{python_files}
 %defattr(-,root,root,-)
 %doc README.rst
 %{python_sitelib}/*

++ terminado-0.5.tar.gz -> terminado-0.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terminado-0.5/PKG-INFO new/terminado-0.6/PKG-INFO
--- old/terminado-0.5/PKG-INFO  2015-02-18 23:15:18.0 +0100
+++ new/terminado-0.6/PKG-INFO  2016-01-04 15:13:38.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: terminado
-Version: 0.5
+Version: 0.6
 Summary: Terminals served to term.js using Tornado websockets
 Home-page: https://github.com/takluyver/terminado
 Author: Thomas Kluyver
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terminado-0.5/setup.cfg new/terminado-0.6/setup.cfg
--- old/terminado-0.5/setup.cfg 1970-01-01 01:00:00.0 +0100
+++ new/terminado-0.6/setup.cfg 2015-12-08 20:25:42.0 +0100
@@ -0,0 +1,2 @@
+[bdist_wheel]
+universal=True
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terminado-0.5/setup.py new/terminado-0.6/setup.py
--- old/terminado-0.5/setup.py  2015-02-18 23:10:27.0 +0100
+++ new/terminado-0.6/setup.py  2016-01-04 15:05:02.0 +0100
@@ -4,7 +4,7 @@
 readme = f.read()
 
 setup(name="terminado",
-