commit python3-jupyter_qtconsole for openSUSE:Factory

2017-04-20 Thread root
Hello community,

here is the log from the commit of package python3-jupyter_qtconsole for 
openSUSE:Factory checked in at 2017-04-20 20:51:24

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


Package is "python3-jupyter_qtconsole"

Thu Apr 20 20:51:24 2017 rev:7 rq:486639 version:4.3.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python3-jupyter_qtconsole/python3-jupyter_qtconsole-doc.changes
  2016-06-02 09:38:28.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-jupyter_qtconsole.new/python3-jupyter_qtconsole-doc.changes
 2017-04-20 20:51:31.759049556 +0200
@@ -1,0 +2,39 @@
+Fri Apr  7 19:55:21 UTC 2017 - toddrme2...@gmail.com
+
+- Update to 4.3
+  + Additions
+* Add :kbd:`Shift-Tab` shortcut to unindent text
+* Add :kbd:`Control-R` shortcut to rename the current tab
+* Add :kbd:`Alt-R` shortcut to set the main window title
+* Add :kbd:`Command-Alt-Left` and :kbd:`Command-Alt-Right` shortcut to 
switch
+  tabs on macOS
+* Add support for PySide2
+* Add support for Python 3.5
+* Add support for 24 bit ANSI color codes
+* Add option to create new tab connected to the existing kernel
+  + Changes
+* Change :kbd:`Tab` key behavior to always indent to the next increment of 
4 spaces
+* Change :kbd:`Home` key behavior to alternate cursor between the 
beginning of text
+  (ignoring leading spaces) and beginning of the line
+* Improve documentation of various options and clarified the docs in some 
places
+* Move documentation to ReadTheDocs
+* Rename `ConsoleWidget.width/height` traits to 
`console_width/console_height`
+  to avoid a name clash with the `QWidget` properties. Note: the name 
change
+  could be, in rare cases if a name collision exists, a code-breaking
+  change.
+  + Fixes
+* Fix automatic indentation of new lines that are inserted in the middle 
of a
+  cell
+* Fix regression where prompt would never be shown for `--existing` 
consoles
+* Fix `python.exe -m qtconsole` on Windows
+* Fix showing error messages when running a script using `%run`
+* Fix `invalid cursor position` error and subsequent freezing of user input
+* Fix syntax coloring when attaching to non-IPython kernels
+* Fix printing when using QT5
+* Fix :kbd:`Control-K` shortcut (delete until end of line) on macOS
+* Fix history browsing (:kbd:`Up`/:kbd:`Down` keys) when lines are longer 
than
+  the terminal width
+* Fix saving HTML with inline PNG for Python 3
+* Various internal bugfixes
+
+---
python3-jupyter_qtconsole.changes: same change

Old:

  qtconsole-4.2.1.tar.gz

New:

  qtconsole-4.3.0.tar.gz



Other differences:
--
++ python3-jupyter_qtconsole-doc.spec ++
--- /var/tmp/diff_new_pack.23lEVy/_old  2017-04-20 20:51:33.042868021 +0200
+++ /var/tmp/diff_new_pack.23lEVy/_new  2017-04-20 20:51:33.046867455 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-jupyter_qtconsole-doc
 #
-# Copyright (c) 2016 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,76 +16,81 @@
 #
 
 
-%if 0%{?suse_version} && ( 0%{?suse_version} != 1315 && 0%{?suse_version} > 
1110 )
-# PDF Documentation currently broken
-# %define build_pdf 1
-%define build_pdf 0
+%if 0%{?suse_version} && 0%{?suse_version} != 1315
+%bcond_without pdf
 %else
-%define build_pdf 0
+%bcond_with pdf
 %endif
 
+%bcond_without tests
+
 Name:   python3-jupyter_qtconsole-doc
-Version:4.2.1
+Version:4.3.0
 Release:0
 Summary:Documentation for python3-jupyter_qtconsole
 License:BSD-3-Clause
 Group:  Development/Languages/Python
 Url:http://jupyter.org
-Source: 
https://pypi.python.org/packages/source/q/qtconsole/qtconsole-%{version}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/q/qtconsole/qtconsole-%{version}.tar.gz
+BuildRequires:  fdupes
 BuildRequires:  python3-jupyter_qtconsole
+%if %{with tests}
+# Test requirements
+BuildRequires:  python3-nose
+BuildRequires:  python3-pexpect
+BuildRequires:  python3-pyside
+BuildRequires:  python3-qt4
+%if 0%{?suse_version} >= 1320
+BuildRequires:  python3-qt5
+%endif
+%endif
 # Documentation requirements
 BuildRequires:  python3-Sphinx
-%if %{build_pdf}
+%if %{with pdf}
 BuildRequires:  python3-Sphinx-latex
 %endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  

commit python3-jupyter_qtconsole for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package python3-jupyter_qtconsole for 
openSUSE:Factory checked in at 2016-06-02 09:38:27

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


Package is "python3-jupyter_qtconsole"

Changes:

--- 
/work/SRC/openSUSE:Factory/python3-jupyter_qtconsole/python3-jupyter_qtconsole-doc.changes
  2016-03-26 15:22:29.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-jupyter_qtconsole.new/python3-jupyter_qtconsole-doc.changes
 2016-06-02 09:38:28.0 +0200
@@ -1,0 +2,13 @@
+Mon May  9 20:04:45 UTC 2016 - toddrme2...@gmail.com
+
+- Update to 4.2.1
+  * Fix compatibility with some Qt bindings and traitlets ≥ 4.2.
+
+---
+Sun May  8 07:13:15 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * updated source url to files.pythonhosted.org
+
+
+---
--- 
/work/SRC/openSUSE:Factory/python3-jupyter_qtconsole/python3-jupyter_qtconsole.changes
  2016-03-26 15:22:29.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-jupyter_qtconsole.new/python3-jupyter_qtconsole.changes
 2016-06-02 09:38:28.0 +0200
@@ -1,0 +2,13 @@
+Mon May  9 20:04:45 UTC 2016 - toddrme2...@gmail.com
+
+- Update to 4.2.1
+  * Fix compatibility with some Qt bindings and traitlets ≥ 4.2.
+
+---
+Sun May  8 07:13:13 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * updated source url to files.pythonhosted.org
+
+
+---

Old:

  qtconsole-4.2.0.tar.gz

New:

  qtconsole-4.2.1.tar.gz



Other differences:
--
++ python3-jupyter_qtconsole-doc.spec ++
--- /var/tmp/diff_new_pack.XAgQvQ/_old  2016-06-02 09:38:29.0 +0200
+++ /var/tmp/diff_new_pack.XAgQvQ/_new  2016-06-02 09:38:29.0 +0200
@@ -17,13 +17,15 @@
 
 
 %if 0%{?suse_version} && ( 0%{?suse_version} != 1315 && 0%{?suse_version} > 
1110 )
-%define build_pdf 1
+# PDF Documentation currently broken
+# %define build_pdf 1
+%define build_pdf 0
 %else
 %define build_pdf 0
 %endif
 
 Name:   python3-jupyter_qtconsole-doc
-Version:4.2.0
+Version:4.2.1
 Release:0
 Summary:Documentation for python3-jupyter_qtconsole
 License:BSD-3-Clause

++ python3-jupyter_qtconsole.spec ++
--- /var/tmp/diff_new_pack.XAgQvQ/_old  2016-06-02 09:38:29.0 +0200
+++ /var/tmp/diff_new_pack.XAgQvQ/_new  2016-06-02 09:38:29.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   python3-jupyter_qtconsole
-Version:4.2.0
+Version:4.2.1
 Release:0
 Summary:Jupyter Qt console
 License:BSD-3-Clause
 Group:  Development/Languages/Python
 Url:http://jupyter.org
-Source: 
https://pypi.python.org/packages/source/q/qtconsole/qtconsole-%{version}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/q/qtconsole/qtconsole-%{version}.tar.gz
 BuildRequires:  desktop-file-utils
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  python3-Pygments

++ qtconsole-4.2.0.tar.gz -> qtconsole-4.2.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtconsole-4.2.0/PKG-INFO new/qtconsole-4.2.1/PKG-INFO
--- old/qtconsole-4.2.0/PKG-INFO2016-02-23 09:02:11.0 +0100
+++ new/qtconsole-4.2.1/PKG-INFO2016-03-30 18:36:56.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: qtconsole
-Version: 4.2.0
+Version: 4.2.1
 Summary: Jupyter Qt console
 Home-page: http://jupyter.org
 Author: Jupyter Development Team
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtconsole-4.2.0/docs/source/changelog.rst 
new/qtconsole-4.2.1/docs/source/changelog.rst
--- old/qtconsole-4.2.0/docs/source/changelog.rst   2016-02-23 
09:00:10.0 +0100
+++ new/qtconsole-4.2.1/docs/source/changelog.rst   2016-03-30 
18:14:33.0 +0200
@@ -5,6 +5,13 @@
 
 .. _4.2:
 
+4.2.1
+-
+
+`4.2.1 on GitHub `__
+
+Fix compatibility with some Qt bindings and traitlets ≥ 4.2.
+
 4.2
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtconsole-4.2.0/qtconsole/_version.py 
new/qtconsole-4.2.1/qtconsole/_version.py
--- old/qtconsole-4.2.0/qtconsole/_version.py   2016-02-23 09:01:47.0 
+0100
+++ new/qtconsole-4.2.1/qtconsole/_version.py   2016-03-30 18:35:33.0 
+0200
@@ -1,2 +1,2 @@
-version_info = (4, 2, 0)

commit python3-jupyter_qtconsole for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package python3-jupyter_qtconsole for 
openSUSE:Factory checked in at 2016-03-26 15:22:23

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


Package is "python3-jupyter_qtconsole"

Changes:

New Changes file:

--- /dev/null   2016-01-27 19:41:03.648095915 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-jupyter_qtconsole.new/python3-jupyter_qtconsole-doc.changes
 2016-03-26 15:22:29.0 +0100
@@ -0,0 +1,54 @@
+---
+Sun Mar  6 02:28:20 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+
+- update to version 4.2.0:
+  * various latex display fixes
+  * improvements for embedding in Qt applications (use existing Qt API
+if one is already loaded)
+
+---
+Fri Mar  4 15:15:47 UTC 2016 - toddrme2...@gmail.com
+
+- Fix package name.
+
+---
+Fri Feb 19 13:24:50 UTC 2016 - toddrme2...@gmail.com
+
+- Split documentation into own package
+
+---
+Thu Nov 26 21:24:44 UTC 2015 - a...@gmx.de
+
+- update to version 4.1.1:
+  * Set AppUserModelID for Windows 7 and later
+  * Switch to using qtconsole module to find qt
+  * Fix Travis tests for Python 2
+  * Updated example for creating inprocess qtconsole
+  * Enable 3.5 on travis
+
+---
+Wed Oct 21 13:28:07 UTC 2015 - toddrme2...@gmail.com
+
+- Don't build with python3-buildservice-tweak.
+  It causes package tests to fail .
+
+---
+Fri Oct 16 12:15:08 UTC 2015 - toddrme2...@gmail.com
+
+- Update to 4.1.0
+  * Fixed generating the default configuration
+  * Fixed some regressions in copy/paste from the console.
+
+---
+Mon Oct  5 10:01:17 UTC 2015 - toddrme2...@gmail.com
+
+- Build documentation
+
+---
+Thu Aug 13 12:39:48 UTC 2015 - toddrme2...@gmail.com
+
+- Initial version
+
--- 
/work/SRC/openSUSE:Factory/python3-jupyter_qtconsole/python3-jupyter_qtconsole.changes
  2016-02-01 19:57:42.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-jupyter_qtconsole.new/python3-jupyter_qtconsole.changes
 2016-03-26 15:22:29.0 +0100
@@ -1,0 +2,16 @@
+Sun Mar  6 02:28:20 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+
+- update to version 4.2.0:
+  * various latex display fixes
+  * improvements for embedding in Qt applications (use existing Qt API
+if one is already loaded)
+
+---
+Fri Feb 19 13:24:50 UTC 2016 - toddrme2...@gmail.com
+
+- Split documentation into own package
+
+---

Old:

  qtconsole-4.1.1.tar.gz

New:

  python3-jupyter_qtconsole-doc.changes
  python3-jupyter_qtconsole-doc.spec
  qtconsole-4.2.0.tar.gz



Other differences:
--
++ python3-jupyter_qtconsole-doc.spec ++
#
# spec file for package python3-jupyter_qtconsole-doc
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/
#


%if 0%{?suse_version} && ( 0%{?suse_version} != 1315 && 0%{?suse_version} > 
1110 )
%define build_pdf 1
%else
%define build_pdf 0
%endif

Name:   python3-jupyter_qtconsole-doc
Version:4.2.0
Release:0
Summary:Documentation for python3-jupyter_qtconsole
License:BSD-3-Clause
Group:  Development/Languages/Python
Url:http://jupyter.org
Source: 
https://pypi.python.org/packages/source/q/qtconsole/qtconsole-%{version}.tar.gz
BuildRequires:  python3-jupyter_qtconsole
# Documentation requirements
BuildRequires:  python3-Sphinx
%if %{build_pdf}
BuildRequires:  python3-Sphinx-latex
%endif
BuildRoot:  

commit python3-jupyter_qtconsole for openSUSE:Factory

2016-02-01 Thread h_root
Hello community,

here is the log from the commit of package python3-jupyter_qtconsole for 
openSUSE:Factory checked in at 2016-02-01 19:57:26

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


Package is "python3-jupyter_qtconsole"

Changes:

--- 
/work/SRC/openSUSE:Factory/python3-jupyter_qtconsole/python3-jupyter_qtconsole.changes
  2015-11-18 22:34:13.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-jupyter_qtconsole.new/python3-jupyter_qtconsole.changes
 2016-02-01 19:57:42.0 +0100
@@ -1,0 +2,10 @@
+Thu Nov 26 21:24:44 UTC 2015 - a...@gmx.de
+
+- update to version 4.1.1:
+  * Set AppUserModelID for Windows 7 and later
+  * Switch to using qtconsole module to find qt
+  * Fix Travis tests for Python 2
+  * Updated example for creating inprocess qtconsole
+  * Enable 3.5 on travis
+
+---

Old:

  qtconsole-4.1.0.tar.gz

New:

  qtconsole-4.1.1.tar.gz



Other differences:
--
++ python3-jupyter_qtconsole.spec ++
--- /var/tmp/diff_new_pack.zvl5OD/_old  2016-02-01 19:57:43.0 +0100
+++ /var/tmp/diff_new_pack.zvl5OD/_new  2016-02-01 19:57:43.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-jupyter_qtconsole
-Version:4.1.0
+Version:4.1.1
 Release:0
 Summary:Jupyter Qt console
 License:BSD-3-Clause
@@ -26,7 +26,6 @@
 Source: 
https://pypi.python.org/packages/source/q/qtconsole/qtconsole-%{version}.tar.gz
 BuildRequires:  desktop-file-utils
 BuildRequires:  hicolor-icon-theme
-BuildRequires:  update-desktop-files
 BuildRequires:  python3-Pygments
 BuildRequires:  python3-devel
 BuildRequires:  python3-jupyter_client
@@ -34,6 +33,7 @@
 BuildRequires:  python3-jupyter_ipykernel
 BuildRequires:  python3-setuptools
 BuildRequires:  python3-traitlets
+BuildRequires:  update-desktop-files
 # Test requirements
 BuildRequires:  python3-nose
 BuildRequires:  python3-pexpect
@@ -73,6 +73,7 @@
  
 %package doc-html
 Summary:HTML documentation for %{name}
+Group:  Development/Languages/Python
 Recommends: %{name} = %{version}
 
 %description doc-html
@@ -80,6 +81,7 @@
 
 %package doc-pdf
 Summary:HTML documentation for %{name}
+Group:  Development/Languages/Python
 Recommends: %{name} = %{version}
 
 %description doc-pdf

++ qtconsole-4.1.0.tar.gz -> qtconsole-4.1.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtconsole-4.1.0/PKG-INFO new/qtconsole-4.1.1/PKG-INFO
--- old/qtconsole-4.1.0/PKG-INFO2015-10-16 13:39:58.0 +0200
+++ new/qtconsole-4.1.1/PKG-INFO2015-11-25 15:42:50.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: qtconsole
-Version: 4.1.0
+Version: 4.1.1
 Summary: Jupyter Qt console
 Home-page: http://jupyter.org
 Author: Jupyter Development Team
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtconsole-4.1.0/docs/source/changelog.rst 
new/qtconsole-4.1.1/docs/source/changelog.rst
--- old/qtconsole-4.1.0/docs/source/changelog.rst   2015-10-16 
13:38:00.0 +0200
+++ new/qtconsole-4.1.1/docs/source/changelog.rst   2015-11-25 
15:42:02.0 +0100
@@ -4,6 +4,16 @@
 
 
 .. _4.1:
+
+.. _4.1.1:
+
+4.1.1
+-
+
+`4.1.1 on GitHub `__
+
+- Set AppUserModelID for taskbar icon on Windows 7 and later
+
 .. _4.1.0:
 
 4.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtconsole-4.1.0/docs/source/config_options.rst 
new/qtconsole-4.1.1/docs/source/config_options.rst
--- old/qtconsole-4.1.0/docs/source/config_options.rst  1970-01-01 
01:00:00.0 +0100
+++ new/qtconsole-4.1.1/docs/source/config_options.rst  2015-10-16 
13:40:58.0 +0200
@@ -0,0 +1,442 @@
+Configuration options
+=
+
+These options can be set in ``~/.jupyer/jupyter_qtconsole_config.py``, or
+at the command line when you start it.
+
+
+ConnectionFileMixin.connection_file : Unicode
+Default: ``''``
+
+JSON file in which to store connection info [default: kernel-.json]
+
+This file will contain the IP, ports, and authentication key needed to 
connect
+clients to this kernel. By default, this file will be created in the 
security dir
+of the current profile, but can be specified by absolute path.
+
+
+ConnectionFileMixin.control_port : Int
+Default: ``0``
+
+set the control (ROUTER) port [default: random]
+
+ConnectionFileMixin.hb_port : Int
+Default: ``0``
+
+set 

commit python3-jupyter_qtconsole for openSUSE:Factory

2015-11-18 Thread h_root
Hello community,

here is the log from the commit of package python3-jupyter_qtconsole for 
openSUSE:Factory checked in at 2015-11-18 22:34:11

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


Package is "python3-jupyter_qtconsole"

Changes:

--- 
/work/SRC/openSUSE:Factory/python3-jupyter_qtconsole/python3-jupyter_qtconsole.changes
  2015-10-12 10:01:50.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-jupyter_qtconsole.new/python3-jupyter_qtconsole.changes
 2015-11-18 22:34:13.0 +0100
@@ -1,0 +2,13 @@
+Wed Oct 21 13:28:07 UTC 2015 - toddrme2...@gmail.com
+
+- Don't build with python3-buildservice-tweak.
+  It causes package tests to fail .
+
+---
+Fri Oct 16 12:15:08 UTC 2015 - toddrme2...@gmail.com
+
+- Update to 4.1.0
+  * Fixed generating the default configuration
+  * Fixed some regressions in copy/paste from the console.
+
+---

Old:

  qtconsole-4.0.1.tar.gz

New:

  qtconsole-4.1.0.tar.gz



Other differences:
--
++ python3-jupyter_qtconsole.spec ++
--- /var/tmp/diff_new_pack.eJjJbZ/_old  2015-11-18 22:34:14.0 +0100
+++ /var/tmp/diff_new_pack.eJjJbZ/_new  2015-11-18 22:34:14.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-jupyter_qtconsole
-Version:4.0.1
+Version:4.1.0
 Release:0
 Summary:Jupyter Qt console
 License:BSD-3-Clause

++ qtconsole-4.0.1.tar.gz -> qtconsole-4.1.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtconsole-4.0.1/PKG-INFO new/qtconsole-4.1.0/PKG-INFO
--- old/qtconsole-4.0.1/PKG-INFO2015-08-17 23:21:37.0 +0200
+++ new/qtconsole-4.1.0/PKG-INFO2015-10-16 13:39:58.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: qtconsole
-Version: 4.0.1
+Version: 4.1.0
 Summary: Jupyter Qt console
 Home-page: http://jupyter.org
 Author: Jupyter Development Team
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtconsole-4.0.1/docs/source/changelog.rst 
new/qtconsole-4.1.0/docs/source/changelog.rst
--- old/qtconsole-4.0.1/docs/source/changelog.rst   1970-01-01 
01:00:00.0 +0100
+++ new/qtconsole-4.1.0/docs/source/changelog.rst   2015-10-16 
13:38:00.0 +0200
@@ -0,0 +1,38 @@
+.. _changelog:
+
+Changes in Jupyter QtConsole
+
+
+.. _4.1:
+.. _4.1.0:
+
+4.1
+---
+
+`4.1 on GitHub `__
+
+-  fix regressions in copy/paste, completion
+-  fix issues with inprocess IPython kernel
+-  fix ``jupyter qtconsole --generate-config``
+
+.. _4.0:
+
+4.0
+---
+
+.. _4.0.1:
+
+4.0.1
+~
+
+-  fix installation issues, including setuptools entrypoints for Windows
+-  Qt5 fixes
+
+.. _4.0.0:
+
+4.0.0
+~
+
+`4.0 on GitHub `__
+
+First release of qtconsole as a standalone package.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtconsole-4.0.1/docs/source/index.rst 
new/qtconsole-4.1.0/docs/source/index.rst
--- old/qtconsole-4.0.1/docs/source/index.rst   2015-08-17 23:21:18.0 
+0200
+++ new/qtconsole-4.1.0/docs/source/index.rst   2015-10-16 13:38:00.0 
+0200
@@ -4,6 +4,9 @@
 A Qt Console for Jupyter
 
 
+:Release: |release|
+:Date: |today|
+
 To start the Qt console::
 
 $> jupyter qtconsole
@@ -12,6 +15,7 @@
:maxdepth: 2
 
config_options
+   changelog
 
 You can use any Jupyter kernel with this PyQt_ console GUI.
 This is a very lightweight widget that
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtconsole-4.0.1/qtconsole/_version.py 
new/qtconsole-4.1.0/qtconsole/_version.py
--- old/qtconsole-4.0.1/qtconsole/_version.py   2015-08-17 23:21:18.0 
+0200
+++ new/qtconsole-4.1.0/qtconsole/_version.py   2015-10-16 13:38:31.0 
+0200
@@ -1,2 +1,2 @@
-version_info = (4, 0, 1)
+version_info = (4, 1, 0)
 __version__ = '.'.join(map(str, version_info))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtconsole-4.0.1/qtconsole/base_frontend_mixin.py 
new/qtconsole-4.1.0/qtconsole/base_frontend_mixin.py
--- old/qtconsole-4.0.1/qtconsole/base_frontend_mixin.py2015-08-17 
23:21:18.0 +0200
+++ new/qtconsole-4.1.0/qtconsole/base_frontend_mixin.py2015-10-08 
16:28:13.0 +0200
@@ -69,12 +69,18 @@
 kc = self.kernel_client
 if kc is 

commit python3-jupyter_qtconsole for openSUSE:Factory

2015-10-12 Thread h_root
Hello community,

here is the log from the commit of package python3-jupyter_qtconsole for 
openSUSE:Factory checked in at 2015-10-12 10:01:49

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


Package is "python3-jupyter_qtconsole"

Changes:

--- 
/work/SRC/openSUSE:Factory/python3-jupyter_qtconsole/python3-jupyter_qtconsole.changes
  2015-09-30 05:49:55.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-jupyter_qtconsole.new/python3-jupyter_qtconsole.changes
 2015-10-12 10:01:50.0 +0200
@@ -1,0 +2,5 @@
+Mon Oct  5 10:01:17 UTC 2015 - toddrme2...@gmail.com
+
+- Build documentation
+
+---



Other differences:
--
++ python3-jupyter_qtconsole.spec ++
--- /var/tmp/diff_new_pack.KAviba/_old  2015-10-12 10:01:50.0 +0200
+++ /var/tmp/diff_new_pack.KAviba/_new  2015-10-12 10:01:50.0 +0200
@@ -43,6 +43,11 @@
 %if 0%{?suse_version} >= 1320
 BuildRequires:  python3-qt5
 %endif
+# Documentation requirements
+BuildRequires:  python3-Sphinx
+%if 0%{?suse_version} && ( 0%{?suse_version} != 1315 && 0%{?suse_version} > 
1110 )
+BuildRequires:  python3-Sphinx-latex
+%endif
 Requires:   hicolor-icon-theme
 Requires:   python3-Pygments
 Requires:   python3-jupyter_client
@@ -66,6 +71,20 @@
 A rich Qt-based console for working with Jupyter kernels,
 supporting rich media output, session export, and more.
 
+%package doc-html
+Summary:HTML documentation for %{name}
+Recommends: %{name} = %{version}
+
+%description doc-html
+Documentation and help files for %{name} in HTML format
+
+%package doc-pdf
+Summary:HTML documentation for %{name}
+Recommends: %{name} = %{version}
+
+%description doc-pdf
+Documentation and help files for %{name} in PDF format
+
 %prep
 %setup -q -n qtconsole-%{version}
 
@@ -76,9 +95,11 @@
 export LANG=en_US.UTF-8
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
+mv %{buildroot}%{_bindir}/jupyter-qtconsole 
%{buildroot}%{_bindir}/jupyter3-qtconsole
+ln -s -f %{_bindir}/jupyter3-qtconsole 
%{buildroot}%{_bindir}/jupyter-qtconsole-%{py3_ver}
+
 # Prepare for update-alternatives usage
 mkdir -p %{buildroot}%{_sysconfdir}/alternatives
-mv %{buildroot}%{_bindir}/jupyter-qtconsole 
%{buildroot}%{_bindir}/jupyter-qtconsole-%{py3_ver}
 ln -s -f %{_sysconfdir}/alternatives/jupyter-qtconsole 
%{buildroot}%{_bindir}/jupyter-qtconsole
 # create a dummy target for /etc/alternatives/jupyter-qtconsole
 touch %{buildroot}%{_sysconfdir}/alternatives/jupyter-qtconsole
@@ -92,6 +113,15 @@
 desktop-file-edit --set-comment="Jupyter qtconsole for Python %{py3_ver}" 
--set-name="Jupyter Qt console for Python %{py3_ver}" 
--set-generic-name="Jupyter shell for Python %{py3_ver}" --set-key="Exec" 
--set-value="jupyter-qtconsole-%{py3_ver}" 
--set-icon="JupyterQtConsole-%{py3_ver}" jupyter-qtconsole-%{py3_ver}.desktop
 %suse_update_desktop_file -i -r jupyter-qtconsole-%{py3_ver} 
"System;TerminalEmulator;"
 
+# Build the documentation
+pushd docs
+%if 0%{?suse_version} && ( 0%{?suse_version} != 1315 && 0%{?suse_version} > 
1110 )
+PYTHONPATH=%{buildroot}%{python3_sitelib} make latexpdf
+%endif
+PYTHONPATH=%{buildroot}%{python3_sitelib} make html
+rm -rf build/html/.buildinfo
+popd
+
 %post
 %_sbindir/update-alternatives \
--install %{_bindir}/jupyter-qtconsole jupyter-qtconsole 
%{_bindir}/jupyter-qtconsole-%{py3_ver} 30
@@ -111,11 +141,25 @@
 %files
 %defattr(-,root,root,-)
 %doc COPYING.md README.md
+%doc examples
 %{_bindir}/jupyter-qtconsole
+%{_bindir}/jupyter3-qtconsole
 %{_bindir}/jupyter-qtconsole-%{py3_ver}
 %ghost %{_sysconfdir}/alternatives/jupyter-qtconsole
 %{_datadir}/applications/jupyter-qtconsole-%{py3_ver}.desktop
 %{_datadir}/icons/hicolor/scalable/apps/JupyterQtConsole-%{py3_ver}.svg
 %{python3_sitelib}/*
 
+%files doc-html
+%defattr(-,root,root,-)
+%doc COPYING.md
+%doc docs/build/html/
+
+%if 0%{?suse_version} && ( 0%{?suse_version} != 1315 && 0%{?suse_version} > 
1110 )
+%files doc-pdf
+%defattr(-,root,root,-)
+%doc COPYING.md
+%doc docs/build/latex/*.pdf
+%endif
+
 %changelog