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.000000000 +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.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-jupyter_console.new/python3-jupyter_console.changes
     2016-03-26 15:22:19.000000000 +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
Documentation and help files for python3-jupyter_console.
 
%package html
Summary:        HTML documentation for python3-jupyter_console
Group:          Development/Languages/Python
Recommends:     python3-jupyter_console = %{version}

%description html
Documentation and help files for python3-jupyter_console in HTML format.

%package pdf
Summary:        PDF documentation for python3-jupyter_console
Group:          Development/Languages/Python
Recommends:     python3-jupyter_console = %{version}

%description pdf
Documentation and help files for python3-jupyter_console in PDF format.

%prep
%setup -q -n jupyter_console-%{version}

%build
# Not Needed

%install
# Build the documentation
pushd docs
%if %{build_pdf}
PYTHONPATH=%{buildroot}%{python3_sitelib} make latexpdf
%endif
PYTHONPATH=%{buildroot}%{python3_sitelib} make html
rm -rf _build/html/.buildinfo
popd

%files html
%defattr(-,root,root,-)
%doc COPYING.md
%doc docs/_build/html/

%if %{build_pdf}
%files pdf
%defattr(-,root,root,-)
%doc COPYING.md
%doc docs/_build/latex/*.pdf
%endif

%changelog
++++++ python3-jupyter_console.spec ++++++
--- /var/tmp/diff_new_pack.VHSQmk/_old  2016-03-26 15:22:20.000000000 +0100
+++ /var/tmp/diff_new_pack.VHSQmk/_new  2016-03-26 15:22:20.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           python3-jupyter_console
-Version:        4.1.0
+Version:        4.1.1
 Release:        0
 Summary:        Jupyter terminal console
 License:        BSD-3-Clause
@@ -31,11 +31,6 @@
 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
@@ -48,22 +43,6 @@
 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}
-Group:          Development/Languages/Python
-Recommends:     %{name} = %{version}
-
-%description doc-html
-Documentation and help files for %{name} in HTML format
-
-%package doc-pdf
-Summary:        HTML documentation for %{name}
-Group:          Development/Languages/Python
-Recommends:     %{name} = %{version}
-
-%description doc-pdf
-Documentation and help files for %{name} in PDF format
-
 %prep
 %setup -q -n jupyter_console-%{version}
 
@@ -82,15 +61,6 @@
 # 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
@@ -112,16 +82,4 @@
 %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.1.0.tar.gz -> jupyter_console-4.1.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jupyter_console-4.1.0/PKG-INFO 
new/jupyter_console-4.1.1/PKG-INFO
--- old/jupyter_console-4.1.0/PKG-INFO  2016-01-13 13:02:30.000000000 +0100
+++ new/jupyter_console-4.1.1/PKG-INFO  2016-02-24 14:24:08.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: jupyter_console
-Version: 4.1.0
+Version: 4.1.1
 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.1.0/docs/changelog.rst 
new/jupyter_console-4.1.1/docs/changelog.rst
--- old/jupyter_console-4.1.0/docs/changelog.rst        2016-01-13 
11:59:25.000000000 +0100
+++ new/jupyter_console-4.1.1/docs/changelog.rst        2016-02-24 
14:23:36.000000000 +0100
@@ -6,6 +6,12 @@
 4.1
 ---
 
+4.1.1
+~~~~~
+
+- fix for readline history
+- don't confuse sys.path with virtualenvs
+
 4.1.0
 ~~~~~
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jupyter_console-4.1.0/jupyter_console/_version.py 
new/jupyter_console-4.1.1/jupyter_console/_version.py
--- old/jupyter_console-4.1.0/jupyter_console/_version.py       2016-01-13 
13:01:53.000000000 +0100
+++ new/jupyter_console-4.1.1/jupyter_console/_version.py       2016-02-24 
14:23:56.000000000 +0100
@@ -1,2 +1,2 @@
-version_info = (4, 1, 0)
+version_info = (4, 1, 1)
 __version__ = '.'.join(map(str, version_info))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jupyter_console-4.1.0/jupyter_console/app.py 
new/jupyter_console-4.1.1/jupyter_console/app.py
--- old/jupyter_console-4.1.0/jupyter_console/app.py    2016-01-13 
11:59:23.000000000 +0100
+++ new/jupyter_console-4.1.1/jupyter_console/app.py    2016-02-24 
14:21:36.000000000 +0100
@@ -7,6 +7,8 @@
 # Copyright (c) IPython Development Team.
 # Distributed under the terms of the Modified BSD License.
 
+from __future__ import print_function
+
 import logging
 import signal
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/jupyter_console-4.1.0/jupyter_console/interactiveshell.py 
new/jupyter_console-4.1.1/jupyter_console/interactiveshell.py
--- old/jupyter_console-4.1.0/jupyter_console/interactiveshell.py       
2016-01-13 11:59:23.000000000 +0100
+++ new/jupyter_console-4.1.1/jupyter_console/interactiveshell.py       
2016-02-24 14:16:07.000000000 +0100
@@ -570,8 +570,8 @@
 
         if self.has_readline:
             self.readline_startup_hook(self.pre_readline)
-            hlen_b4_cell = self.readline.get_current_history_length()
             self.refill_readline_hist()
+            hlen_b4_cell = self.readline.get_current_history_length()
         else:
             hlen_b4_cell = 0
         # exit_now is set by a call to %Exit or %Quit, through the
@@ -687,3 +687,7 @@
         else:
             more = (line != "")
             return more, ""
+
+    def init_virtualenv(self):
+        # No need to do this in the frontend, and the warning is confusing
+        pass


Reply via email to