commit python3-jupyter_console for openSUSE:Factory

2017-04-20 Thread root
Hello community,

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

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


Package is "python3-jupyter_console"

Thu Apr 20 20:51:08 2017 rev:9 rq:486616 version:5.1.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python3-jupyter_console/python3-jupyter_console-doc.changes
  2016-08-05 18:16:15.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-jupyter_console.new/python3-jupyter_console-doc.changes
 2017-04-20 20:51:27.083710660 +0200
@@ -1,0 +2,16 @@
+Fri Apr  7 18:51:14 UTC 2017 - toddrme2...@gmail.com
+
+- Update to 5.1
+  * New ``ZMQTerminalInteractiveShell.true_color`` config option to use 24-bit
+  colour.
+  * New ``ZMQTerminalInteractiveShell.confirm_exit`` config option to turn off
+  asking 'are you sure' on exit.
+  * New ``--simple-prompt`` flag to explicitly use the fallback mode without
+  prompt_toolkit.
+  * Fixed executing an empty input.
+  * Fixed formatting for code and outputs from other frontends executing code.
+  * Avoid using functions which will be removed in IPython 6.
+- Move tests to doc subpackage
+- Clean up doc building
+
+---
python3-jupyter_console.changes: same change

Old:

  jupyter_console-5.0.0.tar.gz

New:

  jupyter_console-5.1.0.tar.gz



Other differences:
--
++ python3-jupyter_console-doc.spec ++
--- /var/tmp/diff_new_pack.2IhZBS/_old  2017-04-20 20:51:27.775612823 +0200
+++ /var/tmp/diff_new_pack.2IhZBS/_new  2017-04-20 20:51:27.779612258 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-jupyter_console-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,27 +16,34 @@
 #
 
 
-%if 0%{?suse_version} && ( 0%{?suse_version} != 1315 && 0%{?suse_version} > 
1110 )
-%define build_pdf 1
+%if 0%{?suse_version} && 0%{?suse_version} != 1315
+%bcond_without pdf
 %else
-%define build_pdf 0
+%bcond_with pdf
 %endif
 
+# Tests require an active console
+%bcond_with tests
+
 Name:   python3-jupyter_console-doc
-Version:5.0.0
+Version:5.1.0
 Release:0
 Summary:Documentation for python3-jupyter_console
 License:BSD-3-Clause
-Group:  Documentation/Other
+Group:  Development/Languages/Python
 Url:http://jupyter.org
 Source: 
https://files.pythonhosted.org/packages/source/j/jupyter_console/jupyter_console-%{version}.tar.gz
+BuildRequires:  fdupes
 BuildRequires:  python3-jupyter_console
 # Documentation requirements
 BuildRequires:  python3-Sphinx
-%if %{build_pdf}
+%if %{with pdf}
 BuildRequires:  python3-Sphinx-latex
 %endif
-Recommends: python3-jupyter_console = %{version}
+%if %{with tests}
+# Test requirements
+BuildRequires:  python3-nose
+%endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 Provides:   %{name}-html = %{version}
@@ -51,24 +58,33 @@
 %setup -q -n jupyter_console-%{version}
 
 %build
-# Not Needed
-
-%install
 # Build the documentation
 pushd docs
-%if %{build_pdf}
-PYTHONPATH=%{buildroot}%{python3_sitelib} make latexpdf
+%if %{with pdf}
+make latexpdf
 %endif
-PYTHONPATH=%{buildroot}%{python3_sitelib} make html
+make html
 rm -rf _build/html/.buildinfo
 popd
 
+%install
+mkdir -p %{buildroot}%{_docdir}/python3-jupyter_console
+
+%if %{with pdf}
+cp docs/_build/latex/*.pdf %{buildroot}%{_docdir}/python3-jupyter_console/
+%endif
+
+cp -r docs/_build/html %{buildroot}%{_docdir}/python3-jupyter_console/
+%fdupes %{buildroot}%{_docdir}/python3-jupyter_console/
+
+%if %{with tests}
+%check
+nosetests jupyter_console
+%endif
+
 %files
 %defattr(-,root,root,-)
 %doc COPYING.md
-%doc docs/_build/html/
-%if %{build_pdf}
-%doc docs/_build/latex/*.pdf
-%endif
+%{_docdir}/python3-jupyter_console/
 
 %changelog

++ python3-jupyter_console.spec ++
--- /var/tmp/diff_new_pack.2IhZBS/_old  2017-04-20 20:51:27.803608865 +0200
+++ /var/tmp/diff_new_pack.2IhZBS/_new  2017-04-20 20:51:27.807608299 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-jupyter_console
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:   python3-jupyte

commit python3-jupyter_console for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package python3-jupyter_console for 
openSUSE:Factory checked in at 2016-09-25 14:44:29

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


Package is "python3-jupyter_console"

Changes:

--- 
/work/SRC/openSUSE:Factory/python3-jupyter_console/python3-jupyter_console.changes
  2016-08-05 18:16:15.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-jupyter_console.new/python3-jupyter_console.changes
 2016-09-25 14:44:30.0 +0200
@@ -1,0 +2,7 @@
+Thu Sep 22 19:20:46 UTC 2016 - toddrme2...@gmail.com
+
+- Add missing dependencies
+- Disable tests since they don't work without an interactive
+  console
+
+---



Other differences:
--
++ python3-jupyter_console.spec ++
--- /var/tmp/diff_new_pack.b1ceFP/_old  2016-09-25 14:44:31.0 +0200
+++ /var/tmp/diff_new_pack.b1ceFP/_new  2016-09-25 14:44:31.0 +0200
@@ -26,17 +26,27 @@
 Source: 
https://files.pythonhosted.org/packages/source/j/jupyter_console/jupyter_console-%{version}.tar.gz
 BuildRequires:  python3-devel
 BuildRequires:  python3-Pillow
+BuildRequires:  python3-Pygments
+BuildRequires:  python3-jupyter_core
 BuildRequires:  python3-jupyter_client
 BuildRequires:  python3-jupyter_ipykernel
 BuildRequires:  python3-jupyter_ipython
 BuildRequires:  python3-prompt_toolkit
+BuildRequires:  python3-pyzmq
 BuildRequires:  python3-setuptools
+BuildRequires:  python3-traitlets
 # Test requirements
+BuildRequires:  python3-ipython_genutils
 BuildRequires:  python3-nose
+BuildRequires:  python3-pexpect
+Requires:   python3-Pygments
+Requires:   python3-jupyter_core
 Requires:   python3-jupyter_client
 Requires:   python3-jupyter_ipykernel
 Requires:   python3-jupyter_ipython
 Requires:   python3-prompt_toolkit
+Requires:   python3-pyzmq
+Requires:   python3-traitlets
 Recommends: python3-Pillow
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
@@ -74,8 +84,9 @@
 %_sbindir/update-alternatives --remove jupyter-console 
%{_bindir}/jupyter-console-%{py3_ver}
 fi
 
-%check
-nosetests jupyter_console
+# Tests require an interactive console
+# %check
+# nosetests -s -e ZMQTerminalInteractiveShellTestCase jupyter_console
 
 %files
 %defattr(-,root,root,-)




commit python3-jupyter_console for openSUSE:Factory

2016-08-05 Thread h_root
Hello community,

here is the log from the commit of package python3-jupyter_console for 
openSUSE:Factory checked in at 2016-08-05 18:16:14

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


Package is "python3-jupyter_console"

Changes:

--- 
/work/SRC/openSUSE:Factory/python3-jupyter_console/python3-jupyter_console-doc.changes
  2016-05-25 21:24:31.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-jupyter_console.new/python3-jupyter_console-doc.changes
 2016-08-05 18:16:15.0 +0200
@@ -1,0 +2,22 @@
+Fri Jul 29 18:28:11 UTC 2016 - toddrme2...@gmail.com
+
+- Fixed source URL.
+
+---
+Wed Jul 27 21:39:26 UTC 2016 - toddrme2...@gmail.com
+
+- Update to version 5.0.0
+  + Interactive Shell architecture
+* disinherit shell class from IPython Interactive Shell `#68 
`_
+  This separates jupyter_console's ZMQTerminalInteractiveShell from 
IPython's TerminalInteractiveShell and InteractiveShell classes.
+* update SIGINT handler to not use the old interactive API shell `#80 
`_
+  + Image Handling improvement
+* use PIL as default image handler `#79 
`_
+* better indication of whether image data was handled `#77 
`_
+  + Prompts improvement
+* use prompt_toolkit 1.0 `#74 
`_
+* don't use prompt_manager `#75 
`_
+* remove ``colors_force`` flag that have no effects: `#88 
`_
+- Merge documentation subpackages into single package.
+
+---
--- 
/work/SRC/openSUSE:Factory/python3-jupyter_console/python3-jupyter_console.changes
  2016-05-25 21:24:31.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-jupyter_console.new/python3-jupyter_console.changes
 2016-08-05 18:16:15.0 +0200
@@ -1,0 +2,16 @@
+Wed Jul 27 21:39:26 UTC 2016 - toddrme2...@gmail.com
+
+- Update to version 5.0.0
+  + Interactive Shell architecture
+* disinherit shell class from IPython Interactive Shell `#68 
`_
+  This separates jupyter_console's ZMQTerminalInteractiveShell from 
IPython's TerminalInteractiveShell and InteractiveShell classes.
+* update SIGINT handler to not use the old interactive API shell `#80 
`_
+  + Image Handling improvement
+* use PIL as default image handler `#79 
`_
+* better indication of whether image data was handled `#77 
`_
+  + Prompts improvement
+* use prompt_toolkit 1.0 `#74 
`_
+* don't use prompt_manager `#75 
`_
+* remove ``colors_force`` flag that have no effects: `#88 
`_
+
+---

Old:

  jupyter_console-4.1.1.tar.gz

New:

  jupyter_console-5.0.0.tar.gz



Other differences:
--
++ python3-jupyter_console-doc.spec ++
--- /var/tmp/diff_new_pack.olkBIV/_old  2016-08-05 18:16:16.0 +0200
+++ /var/tmp/diff_new_pack.olkBIV/_new  2016-08-05 18:16:16.0 +0200
@@ -23,41 +23,30 @@
 %endif
 
 Name:   python3-jupyter_console-doc
-Version:4.1.1
+Version:5.0.0
 Release:0
 Summary:Documentation for python3-jupyter_console
 License:BSD-3-Clause
-Group:  Development/Languages/Python
+Group:  Documentation/Other
 Url:http://jupyter.org
-Source: 
https://pypi.python.org/packages/source/j/jupyter_console/jupyter_console-%{version}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/j/jupyter_console/jupyter_console-%{version}.tar.gz
 BuildRequires:  python3-jupyter_console
 # Documentation requirements
 BuildRequires:  python3-Sphinx
 %if %{build_pdf}
 BuildRequires:  python3-Sphinx-latex
 %endif
+Recommends: python3-jupyter_console = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
+Provides:   %{name}-html = %{version}
+Provides:   %{name}-pdf = %{version}
+Obsoletes:  %{name}-html < %{version}
+Obsoletes:  %{name}-p

commit python3-jupyter_console for openSUSE:Factory

2016-05-25 Thread h_root
Hello community,

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

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


Package is "python3-jupyter_console"

Changes:

--- 
/work/SRC/openSUSE:Factory/python3-jupyter_console/python3-jupyter_console-doc.changes
  2016-03-26 15:22:19.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-jupyter_console.new/python3-jupyter_console-doc.changes
 2016-05-25 21:24:31.0 +0200
@@ -1,0 +2,7 @@
+Sun May  8 07:12:59 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * updated source url to files.pythonhosted.org
+
+
+---
--- 
/work/SRC/openSUSE:Factory/python3-jupyter_console/python3-jupyter_console.changes
  2016-03-26 15:22:19.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-jupyter_console.new/python3-jupyter_console.changes
 2016-05-25 21:24:31.0 +0200
@@ -1,0 +2,7 @@
+Sun May  8 07:12:57 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * updated source url to files.pythonhosted.org
+
+
+---



Other differences:
--
++ python3-jupyter_console.spec ++
--- /var/tmp/diff_new_pack.XUcLdJ/_old  2016-05-25 21:24:32.0 +0200
+++ /var/tmp/diff_new_pack.XUcLdJ/_new  2016-05-25 21:24:32.0 +0200
@@ -23,7 +23,7 @@
 License:BSD-3-Clause
 Group:  Development/Languages/Python
 Url:http://jupyter.org
-Source: 
https://pypi.python.org/packages/source/j/jupyter_console/jupyter_console-%{version}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/j/jupyter_console/jupyter_console-%{version}.tar.gz
 BuildRequires:  python3-devel
 BuildRequires:  python3-jupyter_client
 BuildRequires:  python3-jupyter_ipykernel




commit python3-jupyter_console for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

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

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


Package is "python3-jupyter_console"

Changes:

New Changes file:

--- /dev/null   2016-01-27 19:41:03.648095915 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-jupyter_console.new/python3-jupyter_console-doc.changes
 2016-03-26 15:22:19.0 +0100
@@ -0,0 +1,56 @@
+---
+Sat Feb 27 16:32:49 UTC 2016 - a...@gmx.de
+
+- update to version 4.1.1:
+  * fix for readline history
+  * don't confuse sys.path with virtualenvs
+
+---
+Wed Feb 17 13:20:34 UTC 2016 - toddrme2...@gmail.com
+
+- Split documentation into subpackage
+
+---
+Sat Jan 16 23:47:08 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+
+- update to version 4.1.0:
+  * readline/completion fixes
+  * use is_complete messages to determine if input is complete
+(important for non-Python kernels)
+  * fix: 4.0 was looking for jupyter_console_config in IPython config
+directories, not Jupyter
+
+---
+Mon Oct 12 13:46:17 UTC 2015 - toddrme2...@gmail.com
+
+- Update to 4.0.3
+  * fix jupyter console --generate-config
+
+---
+Mon Oct  5 10:01:17 UTC 2015 - toddrme2...@gmail.com
+
+- Build documentation
+
+---
+Sat Sep 19 14:36:43 UTC 2015 - a...@gmx.de
+
+- update to version 4.0.2:
+  * add long_description
+  * fix setuptools entrypoint
+
+- changes from version 4.0.1:
+  * entrypoints only when setuptools invoked
+  * suggestion for windows users
+  * Fix printing errors when execute_reply and error messages come
+  * Try installing IPython from Github on RTD
+  * Try installing on RTD with --pre to get IPython 4
+  *  Add requirements file for RTD
+
+---
+Tue Jul 21 15:06:50 UTC 2015 - toddrme2...@gmail.com
+
+- Initial version
+
--- 
/work/SRC/openSUSE:Factory/python3-jupyter_console/python3-jupyter_console.changes
  2016-02-01 19:57:43.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-jupyter_console.new/python3-jupyter_console.changes
 2016-03-26 15:22:19.0 +0100
@@ -1,0 +2,12 @@
+Sat Feb 27 16:32:49 UTC 2016 - a...@gmx.de
+
+- update to version 4.1.1:
+  * fix for readline history
+  * don't confuse sys.path with virtualenvs
+
+---
+Wed Feb 17 13:20:34 UTC 2016 - toddrme2...@gmail.com
+
+- Split documentation into subpackage
+
+---

Old:

  jupyter_console-4.1.0.tar.gz

New:

  jupyter_console-4.1.1.tar.gz
  python3-jupyter_console-doc.changes
  python3-jupyter_console-doc.spec



Other differences:
--
++ python3-jupyter_console-doc.spec ++
#
# spec file for package python3-jupyter_console-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_console-doc
Version:4.1.1
Release:0
Summary:Documentation for python3-jupyter_console
License:BSD-3-Clause
Group:  Development/Languages/Python
Url:http://jupyter.org
Source: 
https://pypi.python.org/packages/source/j/jupyter_console/jupyter_console-%{version}.tar.gz
BuildRequires:  python3-jupyter_console
# Documentation requirements
BuildRequires:  python3-Sphinx
%if %{build_pdf}
BuildRequires:  python3-Sphinx-latex
%endif
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildArch:  noarch

%description
Documenta

commit python3-jupyter_console for openSUSE:Factory

2016-02-01 Thread h_root
Hello community,

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

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


Package is "python3-jupyter_console"

Changes:

--- 
/work/SRC/openSUSE:Factory/python3-jupyter_console/python3-jupyter_console.changes
  2015-10-14 16:45:16.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-jupyter_console.new/python3-jupyter_console.changes
 2016-02-01 19:57:43.0 +0100
@@ -1,0 +2,13 @@
+Sat Jan 16 23:47:08 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+
+- update to version 4.1.0:
+  * readline/completion fixes
+  * use is_complete messages to determine if input is complete
+(important for non-Python kernels)
+  * fix: 4.0 was looking for jupyter_console_config in IPython config
+directories, not Jupyter
+
+---

Old:

  jupyter_console-4.0.3.tar.gz

New:

  jupyter_console-4.1.0.tar.gz



Other differences:
--
++ python3-jupyter_console.spec ++
--- /var/tmp/diff_new_pack.SgrqEj/_old  2016-02-01 19:57:44.0 +0100
+++ /var/tmp/diff_new_pack.SgrqEj/_new  2016-02-01 19:57:44.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-jupyter_console
 #
-# 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-jupyter_console
-Version:4.0.3
+Version:4.1.0
 Release:0
 Summary:Jupyter terminal console
 License:BSD-3-Clause
@@ -50,6 +50,7 @@
  
 %package doc-html
 Summary:HTML documentation for %{name}
+Group:  Development/Languages/Python
 Recommends: %{name} = %{version}
 
 %description doc-html
@@ -57,6 +58,7 @@
 
 %package doc-pdf
 Summary:HTML documentation for %{name}
+Group:  Development/Languages/Python
 Recommends: %{name} = %{version}
 
 %description doc-pdf

++ jupyter_console-4.0.3.tar.gz -> jupyter_console-4.1.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jupyter_console-4.0.3/PKG-INFO 
new/jupyter_console-4.1.0/PKG-INFO
--- old/jupyter_console-4.0.3/PKG-INFO  2015-10-07 13:37:49.0 +0200
+++ new/jupyter_console-4.1.0/PKG-INFO  2016-01-13 13:02:30.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: jupyter_console
-Version: 4.0.3
+Version: 4.1.0
 Summary: Jupyter terminal console
 Home-page: https://jupyter.org
 Author: Jupyter Development Team
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jupyter_console-4.0.3/README.md 
new/jupyter_console-4.1.0/README.md
--- old/jupyter_console-4.0.3/README.md 2015-07-16 00:56:24.0 +0200
+++ new/jupyter_console-4.1.0/README.md 2016-01-13 11:59:23.0 +0100
@@ -1,6 +1,8 @@
 # Jupyter Console
+[![Build 
Status](https://travis-ci.org/jupyter/jupyter_console.svg?branch=master)](https://travis-ci.org/jupyter/jupyter_console)
+[![Documentation 
Status](http://readthedocs.org/projects/jupyter-console/badge/?version=latest)](http://jupyter-console.readthedocs.org/en/latest/?badge=latest)
 
-A terminal-based console frontend for Jupter kernels.
+A terminal-based console frontend for Jupyter kernels.
 This code is based on the single-process IPython terminal.
 
 Install:
@@ -15,3 +17,9 @@
 
 jupyter console -h
 
+## Resources
+- [Project Jupyter website](https://jupyter.org)
+- [Documentation for Jupyter 
Console](http://jupyter-console.readthedocs.org/en/latest/) 
[[PDF](https://media.readthedocs.org/pdf/jupyter-console/latest/jupyter-notebook.pdf)]
+- [Documentation for Project 
Jupyter](http://jupyter.readthedocs.org/en/latest/index.html) 
[[PDF](https://media.readthedocs.org/pdf/jupyter/latest/jupyter.pdf)]
+- [Issues](https://github.com/jupyter/jupyter_console/issues)
+- [Technical support - Jupyter Google 
Group](https://groups.google.com/forum/#!forum/jupyter)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jupyter_console-4.0.3/docs/changelog.rst 
new/jupyter_console-4.1.0/docs/changelog.rst
--- old/jupyter_console-4.0.3/docs/changelog.rst2015-10-07 
13:07:11.0 +0200
+++ new/jupyter_console-4.1.0/docs/changelog.rst2016-01-13 
11:59:25.0 +0100
@@ -3,6 +3,17 @@
 
 A summary of changes in Jupyter console releases.
 
+4.1
+---
+
+4.1.0
+~

commit python3-jupyter_console for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package python3-jupyter_console for 
openSUSE:Factory checked in at 2015-10-14 16:45:15

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


Package is "python3-jupyter_console"

Changes:

--- 
/work/SRC/openSUSE:Factory/python3-jupyter_console/python3-jupyter_console.changes
  2015-10-12 10:01:48.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-jupyter_console.new/python3-jupyter_console.changes
 2015-10-14 16:45:16.0 +0200
@@ -1,0 +2,6 @@
+Mon Oct 12 13:46:17 UTC 2015 - toddrme2...@gmail.com
+
+- Update to 4.0.3
+  * fix jupyter console --generate-config
+
+---

Old:

  jupyter_console-4.0.2.tar.gz

New:

  jupyter_console-4.0.3.tar.gz



Other differences:
--
++ python3-jupyter_console.spec ++
--- /var/tmp/diff_new_pack.2GwNs8/_old  2015-10-14 16:45:17.0 +0200
+++ /var/tmp/diff_new_pack.2GwNs8/_new  2015-10-14 16:45:17.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-jupyter_console
-Version:4.0.2
+Version:4.0.3
 Release:0
 Summary:Jupyter terminal console
 License:BSD-3-Clause
@@ -99,9 +99,7 @@
 fi
 
 %check
-pushd jupyter_console
-PYTHONPATH=%{buildroot}%{python3_sitelib} nosetests
-popd
+nosetests jupyter_console
 
 %files
 %defattr(-,root,root,-)

++ jupyter_console-4.0.2.tar.gz -> jupyter_console-4.0.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jupyter_console-4.0.2/PKG-INFO 
new/jupyter_console-4.0.3/PKG-INFO
--- old/jupyter_console-4.0.2/PKG-INFO  2015-09-01 18:37:06.0 +0200
+++ new/jupyter_console-4.0.3/PKG-INFO  2015-10-07 13:37:49.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: jupyter_console
-Version: 4.0.2
+Version: 4.0.3
 Summary: Jupyter terminal console
 Home-page: https://jupyter.org
 Author: Jupyter Development Team
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jupyter_console-4.0.2/docs/changelog.rst 
new/jupyter_console-4.0.3/docs/changelog.rst
--- old/jupyter_console-4.0.2/docs/changelog.rst1970-01-01 
01:00:00.0 +0100
+++ new/jupyter_console-4.0.3/docs/changelog.rst2015-10-07 
13:07:11.0 +0200
@@ -0,0 +1,22 @@
+Changes in Jupyter console
+==
+
+A summary of changes in Jupyter console releases.
+
+4.0
+---
+
+4.0.3
+~
+
+-  fix ``jupyter console --generate-config``
+
+4.0.2
+~
+
+-  setuptools fixes for Windows
+
+4.0.0
+~
+
+First release as a standalone package.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jupyter_console-4.0.2/docs/conf.py 
new/jupyter_console-4.0.3/docs/conf.py
--- old/jupyter_console-4.0.2/docs/conf.py  2015-07-16 00:56:24.0 
+0200
+++ new/jupyter_console-4.0.3/docs/conf.py  2015-10-07 13:11:01.0 
+0200
@@ -63,10 +63,16 @@
 # |version| and |release|, also used in various other places throughout the
 # built documents.
 #
+
+version_ns = {}
+version_py = os.path.join('..', 'jupyter_console', '_version.py')
+with open(version_py) as f:
+exec(compile(f.read(), version_py, 'exec'), version_ns)
+
 # The short X.Y version.
-version = '4.0'
+version = '%i.%i' % version_ns['version_info'][:2]
 # The full version, including alpha/beta/rc tags.
-release = '4.0'
+release = version_ns['__version__']
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jupyter_console-4.0.2/docs/index.rst 
new/jupyter_console-4.0.3/docs/index.rst
--- old/jupyter_console-4.0.2/docs/index.rst2015-07-16 00:56:24.0 
+0200
+++ new/jupyter_console-4.0.3/docs/index.rst2015-10-07 13:06:10.0 
+0200
@@ -37,4 +37,5 @@
:maxdepth: 2
 
config_options
+   changelog
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jupyter_console-4.0.2/jupyter_console/_version.py 
new/jupyter_console-4.0.3/jupyter_console/_version.py
--- old/jupyter_console-4.0.2/jupyter_console/_version.py   2015-09-01 
18:30:58.0 +0200
+++ new/jupyter_console-4.0.3/jupyter_console/_version.py   2015-10-07 
13:35:59.0 +0200
@@ -1,2 +1,2 @@
-version_info = (4, 0, 2)
+version_info = (4, 0, 3)
 __version__ = '.'.join(map(str, version_info))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jupyter_console-4.0.2/jupyter_console/app.

commit python3-jupyter_console for openSUSE:Factory

2015-10-12 Thread h_root
Hello community,

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

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


Package is "python3-jupyter_console"

Changes:

--- 
/work/SRC/openSUSE:Factory/python3-jupyter_console/python3-jupyter_console.changes
  2015-09-30 05:49:38.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-jupyter_console.new/python3-jupyter_console.changes
 2015-10-12 10:01:48.0 +0200
@@ -1,0 +2,20 @@
+Mon Oct  5 10:01:17 UTC 2015 - toddrme2...@gmail.com
+
+- Build documentation
+
+---
+Sat Sep 19 14:36:43 UTC 2015 - a...@gmx.de
+
+- update to version 4.0.2:
+  * add long_description
+  * fix setuptools entrypoint
+
+- changes from version 4.0.1:
+  * entrypoints only when setuptools invoked
+  * suggestion for windows users
+  * Fix printing errors when execute_reply and error messages come
+  * Try installing IPython from Github on RTD
+  * Try installing on RTD with --pre to get IPython 4
+  *  Add requirements file for RTD
+
+---

Old:

  jupyter_console-4.0.0.tar.gz

New:

  jupyter_console-4.0.2.tar.gz



Other differences:
--
++ python3-jupyter_console.spec ++
--- /var/tmp/diff_new_pack.MLP4xj/_old  2015-10-12 10:01:48.0 +0200
+++ /var/tmp/diff_new_pack.MLP4xj/_new  2015-10-12 10:01:48.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-jupyter_console
-Version:4.0.0
+Version:4.0.2
 Release:0
 Summary:Jupyter terminal console
 License:BSD-3-Clause
@@ -31,6 +31,11 @@
 BuildRequires:  python3-setuptools
 # Test requirements
 BuildRequires:  python3-nose
+# Documentation requirements
+BuildRequires:  python3-Sphinx
+%if 0%{?suse_version} && ( 0%{?suse_version} != 1315 && 0%{?suse_version} > 
1110 )
+BuildRequires:  python3-Sphinx-latex
+%endif
 Requires:   python3-jupyter_client
 Requires:   python3-jupyter_ipykernel
 Requires:   python3-jupyter_ipython
@@ -43,6 +48,20 @@
 A terminal-based console frontend for Jupter kernels.
 This code is based on the single-process IPython terminal.
 
+%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 jupyter_console-%{version}
 
@@ -52,13 +71,24 @@
 %install
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
+mv %{buildroot}%{_bindir}/jupyter-console 
%{buildroot}%{_bindir}/jupyter3-console
+ln -s -f %{_bindir}/jupyter3-console 
%{buildroot}%{_bindir}/jupyter-console-%{py3_ver}
+
 # Prepare for update-alternatives usage
 mkdir -p %{buildroot}%{_sysconfdir}/alternatives
-mv %{buildroot}%{_bindir}/jupyter-console 
%{buildroot}%{_bindir}/jupyter-console-%{py3_ver}
 ln -s -f %{_sysconfdir}/alternatives/jupyter-console 
%{buildroot}%{_bindir}/jupyter-console
 # create a dummy target for /etc/alternatives/jupyter-console
 touch %{buildroot}%{_sysconfdir}/alternatives/jupyter-console
 
+# 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-console jupyter-console 
%{_bindir}/jupyter-console-%{py3_ver} 30
@@ -77,8 +107,21 @@
 %defattr(-,root,root,-)
 %doc CONTRIBUTING.md COPYING.md README.md
 %{_bindir}/jupyter-console
+%{_bindir}/jupyter3-console
 %{_bindir}/jupyter-console-%{py3_ver}
 %ghost %{_sysconfdir}/alternatives/jupyter-console
 %{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

++ jupyter_console-4.0.0.tar.gz -> jupyter_console-4.0.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jupyter_console-4.0.0/PKG-INFO 
new/jupyter_console-4.0.2/PKG-INFO
--- old/jupyter_console-4.0.0/PKG-INFO  2015-07-16 00:56:40.0 +0200
+++ new/jupyter_console-4.0.2/PKG-INFO