commit python3-jupyter_client for openSUSE:Factory

2017-04-20 Thread root
Hello community,

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

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


Package is "python3-jupyter_client"

Thu Apr 20 20:50:50 2017 rev:9 rq:486592 version:5.0.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python3-jupyter_client/python3-jupyter_client-doc.changes
2016-10-28 10:45:07.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-jupyter_client.new/python3-jupyter_client-doc.changes
   2017-04-20 20:51:11.501913955 +0200
@@ -1,0 +2,54 @@
+Fri Apr  7 18:56:07 UTC 2017 - toddrme2...@gmail.com
+
+- Update to 5.0.1
+  * Update internal protocol version number to 5.1,
+which should have been done in 5.0.0.
+- Update to 5.0.0
+  + New features:
+* Introduce :command:`jupyter run` command for running scripts with a 
kernel, for instance::
+jupyter run --kernel python3 myscript.py
+* New method :meth:`.BlockingKernelClient.execute_interactive`
+  for running code and capturing or redisplaying its output.
+* New ``KernelManager.shutdown_wait_time`` configurable for adjusting the 
time
+  for a kernel manager to wait after politely requesting shutdown
+  before it resorts to forceful termination.
+  + Fixes:
+* Set sticky bit on connection-file directory to avoid getting cleaned up.
+* :func:`jupyter_client.launcher.launch_kernel` passes through additional 
options to the underlying Popen,
+  matching :meth:`KernelManager.start_kernel`.
+* Check types of ``buffers`` argument in :meth:`.Session.send`,
+  so that TypeErrors are raised immediately,
+  rather than in the eventloop.
+  + Changes:
+* In kernelspecs, if the executable is the string ``python`` (as opposed 
to an absolute path),
+  ``sys.executable`` will be used rather than resolving ``python`` on PATH.
+  This should enable Python-based kernels to install kernelspecs as part 
of wheels.
+* kernelspec names are now validated.
+  They should only include ascii letters and numbers, plus period, hyphen, 
and underscore.
+  + Backward-incompatible changes:
+* :py:class:`.datetime` objects returned in parsed messages are now always 
timezone-aware.
+  Timestamps in messages without timezone info are interpreted as the 
local timezone,
+  as this was the behavior in earlier versions.
+- Update to 4.4.0
+  * Add :meth:`.KernelClient.load_connection_info` on KernelClient, etc. for 
loading connection info
+directly from a dict, not just from files.
+  * Include parent headers when adapting messages from older protocol 
implementations
+(treats parent headers the same as headers).
+  * Compatibility fixes in tests for recent changes in ipykernel.
+- Update to 4.3.0
+  * Adds ``--sys-prefix`` argument to :command:`jupyter kernelspec install`,
+for better symmetry with :command:`jupyter nbextension install`, etc.
+- Update to 4.2.2
+  * Another fix for the :func:`start_new_kernel` issue in 4.2.1 affecting 
slow-starting kernels.
+- Update to 4.2.1
+  * Fix regression in 4.2 causing :func:`start_new_kernel`
+to fail while waiting for kernels to become available.
+- Update to 4.2.0
+  * added :command:`jupyter kernelspec remove` for removing kernelspecs
+  * allow specifying the environment for kernel processes via the ``env`` 
argument
+  * added ``name`` field to connection files identifying the kernelspec name,
+so that consumers of connection files (alternate frontends) can identify 
the kernelspec in use
+  * added :meth:`KernelSpecManager.get_all_specs` for getting all kernelspecs 
more efficiently
+  * various improvements to error messages and documentation
+
+---
python3-jupyter_client.changes: same change

Old:

  jupyter_client-4.4.0.tar.gz

New:

  jupyter_client-5.0.1.tar.gz



Other differences:
--
++ python3-jupyter_client-doc.spec ++
--- /var/tmp/diff_new_pack.XOmEZP/_old  2017-04-20 20:51:14.245526004 +0200
+++ /var/tmp/diff_new_pack.XOmEZP/_new  2017-04-20 20:51:14.249525439 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-jupyter_client-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,28 +16,30 @@
 #
 
 
-%if 0%{?suse_version} && ( 0%{?suse_version} != 1315 && 0%{?suse_version} > 
1110 )
-# LaTex documentation building currently broken
-%define build_pdf 0
-%else

commit python3-jupyter_client for openSUSE:Factory

2016-10-28 Thread h_root
Hello community,

here is the log from the commit of package python3-jupyter_client for 
openSUSE:Factory checked in at 2016-10-28 10:45:06

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


Package is "python3-jupyter_client"

Changes:

--- 
/work/SRC/openSUSE:Factory/python3-jupyter_client/python3-jupyter_client-doc.changes
2016-08-05 18:16:13.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-jupyter_client.new/python3-jupyter_client-doc.changes
   2016-10-28 10:45:07.0 +0200
@@ -1,0 +2,11 @@
+Sun Oct  2 17:13:10 UTC 2016 - a...@gmx.de
+
+- update to version 4.4.0:
+  * Add :meth:`.KernelClient.load_connection_info` on KernelClient,
+etc. for loading connection info directly from a dict, not just
+from files.
+  * Include parent headers when adapting messages from older protocol
+implementations (treats parent headers the same as headers).
+  * Compatibility fixes in tests for recent changes in ipykernel.
+
+---
python3-jupyter_client.changes: same change

Old:

  jupyter_client-4.3.0.tar.gz

New:

  jupyter_client-4.4.0.tar.gz



Other differences:
--
++ python3-jupyter_client-doc.spec ++
--- /var/tmp/diff_new_pack.qHsesQ/_old  2016-10-28 10:45:08.0 +0200
+++ /var/tmp/diff_new_pack.qHsesQ/_new  2016-10-28 10:45:08.0 +0200
@@ -24,7 +24,7 @@
 %endif
 
 Name:   python3-jupyter_client-doc
-Version:4.3.0
+Version:4.4.0
 Release:0
 Summary:Documentation for python3-jupyter_client
 License:BSD-3-Clause

++ python3-jupyter_client.spec ++
--- /var/tmp/diff_new_pack.qHsesQ/_old  2016-10-28 10:45:08.0 +0200
+++ /var/tmp/diff_new_pack.qHsesQ/_new  2016-10-28 10:45:08.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-jupyter_client
-Version:4.3.0
+Version:4.4.0
 Release:0
 Summary:Jupyter protocol implementation and client libraries
 License:BSD-3-Clause

++ jupyter_client-4.3.0.tar.gz -> jupyter_client-4.4.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jupyter_client-4.3.0/PKG-INFO 
new/jupyter_client-4.4.0/PKG-INFO
--- old/jupyter_client-4.3.0/PKG-INFO   2016-06-07 10:30:20.0 +0200
+++ new/jupyter_client-4.4.0/PKG-INFO   2016-08-31 16:54:39.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: jupyter_client
-Version: 4.3.0
+Version: 4.4.0
 Summary: Jupyter protocol implementation and client libraries
 Home-page: http://jupyter.org
 Author: Jupyter Development Team
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jupyter_client-4.3.0/docs/api/client.rst 
new/jupyter_client-4.4.0/docs/api/client.rst
--- old/jupyter_client-4.3.0/docs/api/client.rst2015-09-03 
11:35:14.0 +0200
+++ new/jupyter_client-4.4.0/docs/api/client.rst2016-08-31 
10:32:24.0 +0200
@@ -10,6 +10,12 @@
 
 .. autoclass:: KernelClient
 
+   .. automethod:: load_connection_file
+
+   .. automethod:: load_connection_info
+
+   .. automethod:: start_channels
+
.. automethod:: execute
 
.. automethod:: complete
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jupyter_client-4.3.0/docs/changelog.rst 
new/jupyter_client-4.4.0/docs/changelog.rst
--- old/jupyter_client-4.3.0/docs/changelog.rst 2016-06-07 10:17:10.0 
+0200
+++ new/jupyter_client-4.4.0/docs/changelog.rst 2016-08-31 10:32:24.0 
+0200
@@ -4,6 +4,20 @@
 Changes in Jupyter Client
 =
 
+4.4
+===
+
+4.4.0
+-
+
+`4.4 on GitHub `__
+
+- Add :meth:`.KernelClient.load_connection_info` on KernelClient, etc. for 
loading connection info
+  directly from a dict, not just from files.
+- Include parent headers when adapting messages from older protocol 
implementations
+  (treats parent headers the same as headers).
+- Compatibility fixes in tests for recent changes in ipykernel.
+
 4.3
 ===
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jupyter_client-4.3.0/docs/conf.py 
new/jupyter_client-4.4.0/docs/conf.py
--- old/jupyter_client-4.3.0/docs/conf.py   2015-11-27 16:15:59.0 
+0100
+++ new/jupyter_client-4.4.0/docs/conf.py   2016-08-31 10:32:24.0 
+0200
@@ -119,7 +119,7 @@
 
 # The theme to use for HTML and HTML Help pages.  See the documentation for
 # a list of builtin themes.
-# html_theme = 'alabaster'
+html_theme = 'sphinx_rtd_theme'
 
 # Theme options are 

commit python3-jupyter_client for openSUSE:Factory

2016-08-05 Thread h_root
Hello community,

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

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


Package is "python3-jupyter_client"

Changes:

--- 
/work/SRC/openSUSE:Factory/python3-jupyter_client/python3-jupyter_client-doc.changes
2016-05-25 21:24:28.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-jupyter_client.new/python3-jupyter_client-doc.changes
   2016-08-05 18:16:13.0 +0200
@@ -1,0 +2,13 @@
+Fri Jul 29 18:27:25 UTC 2016 - toddrme2...@gmail.com
+
+- Fixed source URL.
+
+---
+Wed Jul 27 21:39:26 UTC 2016 - toddrme2...@gmail.com
+
+- Update to version 4.3.0
+  * Adds ``--sys-prefix`` argument to :command:`jupyter kernelspec install`,
+for better symmetry with :command:`jupyter nbextension install`, etc.
+- Merge documentation subpackages into single package.
+
+---
--- 
/work/SRC/openSUSE:Factory/python3-jupyter_client/python3-jupyter_client.changes
2016-05-25 21:24:28.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-jupyter_client.new/python3-jupyter_client.changes
   2016-08-05 18:16:13.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 27 21:39:26 UTC 2016 - toddrme2...@gmail.com
+
+- Update to version 4.3.0
+  * Adds ``--sys-prefix`` argument to :command:`jupyter kernelspec install`,
+for better symmetry with :command:`jupyter nbextension install`, etc.
+
+---

Old:

  jupyter_client-4.2.2.tar.gz

New:

  jupyter_client-4.3.0.tar.gz



Other differences:
--
++ python3-jupyter_client-doc.spec ++
--- /var/tmp/diff_new_pack.eLDXLH/_old  2016-08-05 18:16:14.0 +0200
+++ /var/tmp/diff_new_pack.eLDXLH/_new  2016-08-05 18:16:14.0 +0200
@@ -17,49 +17,37 @@
 
 
 %if 0%{?suse_version} && ( 0%{?suse_version} != 1315 && 0%{?suse_version} > 
1110 )
-# LaTeX is broken in current version, should be fixed in next version
-#%define build_pdf 1
+# LaTex documentation building currently broken
 %define build_pdf 0
 %else
 %define build_pdf 0
 %endif
 
 Name:   python3-jupyter_client-doc
-Version:4.2.2
+Version:4.3.0
 Release:0
 Summary:Documentation for python3-jupyter_client
 License:BSD-3-Clause
 Group:  Development/Languages/Python
 Url:http://jupyter.org
-Source: 
https://pypi.python.org/packages/source/j/jupyter_client/jupyter_client-%{version}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/j/jupyter_client/jupyter_client-%{version}.tar.gz
 BuildRequires:  python3-jupyter_client
 # Documentation requirements
 BuildRequires:  python3-Sphinx
 %if %{build_pdf}
 BuildRequires:  python3-Sphinx-latex
 %endif
+Recommends: python3-jupyter_client = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
+Provides:   %{name}-html = %{version}
+Provides:   %{name}-pdf = %{version}
+Obsoletes:  %{name}-html < %{version}
+Obsoletes:  %{name}-pdf < %{version}
 
 %description
 Documentation and help files for python3-jupyter_client.
  
-%package html
-Summary:HTML documentation for python3-jupyter_client
-Group:  Development/Languages/Python
-Recommends: python3-jupyter_client = %{version}
-
-%description html
-Documentation and help files for python3-jupyter_client in HTML format.
-
-%package pdf
-Summary:PDF documentation for python3-jupyter_client
-Group:  Development/Languages/Python
-Recommends: python3-jupyter_client = %{version}
-
-%description pdf
-Documentation and help files for python3-jupyter_client in PDF format.
-
 %prep
 %setup -q -n jupyter_client-%{version}
 
@@ -76,15 +64,11 @@
 rm -rf _build/html/.buildinfo
 popd
 
-%files html
+%files
 %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/jupyter_core.pdf
 %endif
 

++ python3-jupyter_client.spec ++
--- /var/tmp/diff_new_pack.eLDXLH/_old  2016-08-05 18:16:14.0 +0200
+++ /var/tmp/diff_new_pack.eLDXLH/_new  2016-08-05 18:16:14.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-jupyter_client
-Version:4.2.2
+Version:4.3.0
 Release:0
 Summary:Jupyter protocol implementation and client libraries
 License:BSD-3-Clause
@@ -31,6 +31,7 @@
 BuildRequires:  python3-traitlets
 # Test Requirements
 BuildRequires:  python3-nose

commit python3-jupyter_client for openSUSE:Factory

2016-05-25 Thread h_root
Hello community,

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

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


Package is "python3-jupyter_client"

Changes:

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



Other differences:
--
++ python3-jupyter_client.spec ++
--- /var/tmp/diff_new_pack.Xs8soE/_old  2016-05-25 21:24:29.0 +0200
+++ /var/tmp/diff_new_pack.Xs8soE/_new  2016-05-25 21:24:29.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_client/jupyter_client-%{version}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/j/jupyter_client/jupyter_client-%{version}.tar.gz
 BuildRequires:  python3-devel
 BuildRequires:  python3-jupyter_core
 BuildRequires:  python3-pyzmq >= 13




commit python3-jupyter_client for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

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

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


Package is "python3-jupyter_client"

Changes:

New Changes file:

--- /dev/null   2016-01-27 19:41:03.648095915 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-jupyter_client.new/python3-jupyter_client-doc.changes
   2016-03-26 15:22:53.0 +0100
@@ -0,0 +1,78 @@
+---
+Sat Mar 12 18:57:00 UTC 2016 - a...@gmx.de
+
+- update to version 4.2.2:
+  * Another fix for the :func:`start_new_kernel` issue in 4.2.1
+affecting slow-starting kernels.
+
+---
+Mon Mar  7 03:51:42 UTC 2016 - a...@gmx.de
+
+- update to version 4.2.1:
+  * Fix regression in 4.2 causing :func:`start_new_kernel` to fail
+while waiting for kernels to become available.
+
+---
+Sat Mar  5 18:48:21 UTC 2016 - a...@gmx.de
+
+- update to version 4.2.0:
+  * added :command:`jupyter kernelspec remove` for removing
+kernelspecs
+  * allow specifying the environment for kernel processes via the env
+argument
+  * added name field to connection files identifying the kernelspec
+name, so that consumers of connection files (alternate frontends)
+can identify the kernelspec in use
+  * added :meth:`KernelSpecManager.get_all_specs` for getting all
+kernelspecs more efficiently
+  * various improvements to error messages and documentation
+
+---
+Wed Feb 17 14:46:15 UTC 2016 - toddrme2...@gmail.com
+
+- PDF docs still broken
+
+---
+Wed Feb 17 10:14:51 UTC 2016 - toddrme2...@gmail.com
+
+- Split documentation to speed up building.
+  This is a dependency of a lot of other packages, and the 
+  dependencies for the documentation are very heavy.  So build
+  the documentation separately to avoid holding up the build 
+  process.
+
+---
+Thu Jan  7 14:04:10 UTC 2016 - toddrme2...@gmail.com
+
+- Tests fail with python3-buildservice-tweak
+
+---
+Sat Oct 10 16:22:42 UTC 2015 - a...@gmx.de
+
+- update to version 4.1.1:
+  * Setuptools fixes for jupyter kernelspec
+  * jupyter kernelspec list includes paths
+  * add :meth:`KernelManager.blocking_client`
+  * provisional implementation of comm_info requests from upcoming 5.1
+release of the protocol
+
+---
+Thu Oct  1 12:52:38 UTC 2015 - toddrme2...@gmail.com
+
+- Fix documentation location.
+
+---
+Thu Oct  1 12:04:25 UTC 2015 - toddrme2...@gmail.com
+
+- Build documentation
+
+---
+Fri Aug 14 07:03:18 UTC 2015 - toddrme2...@gmail.com
+
+- Fix update-alternatives usage
+
+---
+Tue Jul 21 14:28:11 UTC 2015 - toddrme2...@gmail.com
+
+- Initial version
+
--- 
/work/SRC/openSUSE:Factory/python3-jupyter_client/python3-jupyter_client.changes
2016-01-12 16:12:35.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-jupyter_client.new/python3-jupyter_client.changes
   2016-03-26 15:22:54.0 +0100
@@ -1,0 +2,38 @@
+Sat Mar 12 18:57:00 UTC 2016 - a...@gmx.de
+
+- update to version 4.2.2:
+  * Another fix for the :func:`start_new_kernel` issue in 4.2.1
+affecting slow-starting kernels.
+
+---
+Mon Mar  7 03:51:42 UTC 2016 - a...@gmx.de
+
+- update to version 4.2.1:
+  * Fix regression in 4.2 causing :func:`start_new_kernel` to fail
+while waiting for kernels to become available.
+
+---
+Sat Mar  5 18:48:21 UTC 2016 - a...@gmx.de
+
+- update to version 4.2.0:
+  * added :command:`jupyter kernelspec remove` for removing
+kernelspecs
+  * allow specifying the environment for kernel processes via the env
+argument
+  * added name field to connection files identifying the kernelspec
+name, so that consumers of connection files (alternate frontends)
+can identify the kernelspec in use
+  * added :meth:`KernelSpecManager.get_all_specs` for getting all
+kernelspecs more efficiently
+  * various improvements to error messages and documentation
+
+---

commit python3-jupyter_client for openSUSE:Factory

2016-01-12 Thread h_root
Hello community,

here is the log from the commit of package python3-jupyter_client for 
openSUSE:Factory checked in at 2016-01-12 16:12:31

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


Package is "python3-jupyter_client"

Changes:

--- 
/work/SRC/openSUSE:Factory/python3-jupyter_client/python3-jupyter_client.changes
2015-10-20 00:04:09.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-jupyter_client.new/python3-jupyter_client.changes
   2016-01-12 16:12:35.0 +0100
@@ -1,0 +2,5 @@
+Thu Jan  7 14:04:10 UTC 2016 - toddrme2...@gmail.com
+
+- Tests fail with python3-buildservice-tweak
+
+---



Other differences:
--
++ python3-jupyter_client.spec ++
--- /var/tmp/diff_new_pack.YzxxT9/_old  2016-01-12 16:12:37.0 +0100
+++ /var/tmp/diff_new_pack.YzxxT9/_new  2016-01-12 16:12:37.0 +0100
@@ -41,6 +41,7 @@
 Requires:   python3-traitlets
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
+BuildConflicts: python3-buildservice-tweak
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 




commit python3-jupyter_client for openSUSE:Factory

2015-10-19 Thread h_root
Hello community,

here is the log from the commit of package python3-jupyter_client for 
openSUSE:Factory checked in at 2015-10-19 22:50:08

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


Package is "python3-jupyter_client"

Changes:

--- 
/work/SRC/openSUSE:Factory/python3-jupyter_client/python3-jupyter_client.changes
2015-10-08 08:24:13.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-jupyter_client.new/python3-jupyter_client.changes
   2015-10-20 00:04:09.0 +0200
@@ -1,0 +2,10 @@
+Sat Oct 10 16:22:42 UTC 2015 - a...@gmx.de
+
+- update to version 4.1.1:
+  * Setuptools fixes for jupyter kernelspec
+  * jupyter kernelspec list includes paths
+  * add :meth:`KernelManager.blocking_client`
+  * provisional implementation of comm_info requests from upcoming 5.1
+release of the protocol
+
+---

Old:

  jupyter_client-4.0.0.tar.gz

New:

  jupyter_client-4.1.1.tar.gz



Other differences:
--
++ python3-jupyter_client.spec ++
--- /var/tmp/diff_new_pack.Ik1Vq4/_old  2015-10-20 00:04:10.0 +0200
+++ /var/tmp/diff_new_pack.Ik1Vq4/_new  2015-10-20 00:04:10.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-jupyter_client
-Version:4.0.0
+Version:4.1.1
 Release:0
 Summary:Jupyter protocol implementation and client libraries
 License:BSD-3-Clause
@@ -53,6 +53,7 @@
  
 %package doc-html
 Summary:HTML documentation for %{name}
+Group:  Development/Languages/Python
 Recommends: %{name} = %{version}
 
 %description doc-html
@@ -60,6 +61,7 @@
 
 %package doc-pdf
 Summary:HTML documentation for %{name}
+Group:  Development/Languages/Python
 Recommends: %{name} = %{version}
 
 %description doc-pdf

++ jupyter_client-4.0.0.tar.gz -> jupyter_client-4.1.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jupyter_client-4.0.0/MANIFEST.in 
new/jupyter_client-4.1.1/MANIFEST.in
--- old/jupyter_client-4.0.0/MANIFEST.in2015-04-09 09:15:10.0 
+0200
+++ new/jupyter_client-4.1.1/MANIFEST.in1970-01-01 01:00:00.0 
+0100
@@ -1,22 +0,0 @@
-include COPYING.md
-include CONTRIBUTING.md
-include README.md
-
-# Documentation
-graft docs
-exclude docs/\#*
-
-# Examples
-graft examples
-
-# docs subdirs we want to skip
-prune docs/build
-prune docs/gh-pages
-prune docs/dist
-
-# Patterns to exclude from any directory
-global-exclude *~
-global-exclude *.pyc
-global-exclude *.pyo
-global-exclude .git
-global-exclude .ipynb_checkpoints
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jupyter_client-4.0.0/PKG-INFO 
new/jupyter_client-4.1.1/PKG-INFO
--- old/jupyter_client-4.0.0/PKG-INFO   2015-07-12 20:44:34.0 +0200
+++ new/jupyter_client-4.1.1/PKG-INFO   2015-10-08 13:41:25.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: jupyter_client
-Version: 4.0.0
+Version: 4.1.1
 Summary: Jupyter protocol implementation and client libraries
 Home-page: http://jupyter.org
 Author: Jupyter Development Team
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jupyter_client-4.0.0/docs/api/client.rst 
new/jupyter_client-4.1.1/docs/api/client.rst
--- old/jupyter_client-4.0.0/docs/api/client.rst2015-05-29 
02:03:06.0 +0200
+++ new/jupyter_client-4.1.1/docs/api/client.rst2015-09-03 
11:35:14.0 +0200
@@ -18,6 +18,8 @@
 
.. automethod:: history
 
+   .. automethod:: comm_info
+
.. automethod:: is_complete
 
.. automethod:: input
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jupyter_client-4.0.0/docs/api/index.rst 
new/jupyter_client-4.1.1/docs/api/index.rst
--- old/jupyter_client-4.0.0/docs/api/index.rst 2015-05-29 02:03:06.0 
+0200
+++ new/jupyter_client-4.1.1/docs/api/index.rst 2015-09-23 10:59:33.0 
+0200
@@ -5,6 +5,7 @@
 
 .. toctree::
:maxdepth: 2
+   :caption: Jupyter API
 
kernelspec
manager
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jupyter_client-4.0.0/docs/api/manager.rst 
new/jupyter_client-4.1.1/docs/api/manager.rst
--- old/jupyter_client-4.0.0/docs/api/manager.rst   2015-05-29 
02:03:06.0 +0200
+++ new/jupyter_client-4.1.1/docs/api/manager.rst   2015-10-08 
10:43:27.0 +0200
@@ -26,6 +26,8 @@
 
   For the client API, see :mod:`jupyter_client.client`.
 
+   .. automethod:: blocking_client
+
.. automethod:: shutdown_kernel
 
.. 

commit python3-jupyter_client for openSUSE:Factory

2015-10-08 Thread h_root
Hello community,

here is the log from the commit of package python3-jupyter_client for 
openSUSE:Factory checked in at 2015-10-08 08:24:12

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


Package is "python3-jupyter_client"

Changes:

--- 
/work/SRC/openSUSE:Factory/python3-jupyter_client/python3-jupyter_client.changes
2015-09-30 05:49:17.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-jupyter_client.new/python3-jupyter_client.changes
   2015-10-08 08:24:13.0 +0200
@@ -1,0 +2,10 @@
+Thu Oct  1 12:52:38 UTC 2015 - toddrme2...@gmail.com
+
+- Fix documentation location.
+
+---
+Thu Oct  1 12:04:25 UTC 2015 - toddrme2...@gmail.com
+
+- Build documentation
+
+---



Other differences:
--
++ python3-jupyter_client.spec ++
--- /var/tmp/diff_new_pack.qJBuR3/_old  2015-10-08 08:24:13.0 +0200
+++ /var/tmp/diff_new_pack.qJBuR3/_new  2015-10-08 08:24:13.0 +0200
@@ -26,11 +26,16 @@
 Source: 
https://pypi.python.org/packages/source/j/jupyter_client/jupyter_client-%{version}.tar.gz
 BuildRequires:  python3-devel
 BuildRequires:  python3-jupyter_core
-BuildRequires:  python3-mock
-BuildRequires:  python3-nose
 BuildRequires:  python3-pyzmq >= 13
 BuildRequires:  python3-setuptools
 BuildRequires:  python3-traitlets
+# 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_core
 Requires:   python3-pyzmq >= 13
 Requires:   python3-traitlets
@@ -46,6 +51,19 @@
 It also provides the jupyter kernelspec entrypoint for installing kernelspecs
 for use with Jupyter frontends.
 
+%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_client-%{version}
@@ -57,12 +75,24 @@
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
 # Prepare for update-alternatives usage
+mv %{buildroot}%{_bindir}/jupyter-kernelspec 
%{buildroot}%{_bindir}/jupyter3-kernelspec
+ln -s -f %{_bindir}/jupyter3-kernelspec 
%{buildroot}%{_bindir}/jupyter-kernelspec-%{py3_ver} 
+
 mkdir -p %{buildroot}%{_sysconfdir}/alternatives
-mv %{buildroot}%{_bindir}/jupyter-kernelspec 
%{buildroot}%{_bindir}/jupyter-kernelspec-%{py3_ver}
 ln -s -f %{_sysconfdir}/alternatives/jupyter-kernelspec 
%{buildroot}%{_bindir}/jupyter-kernelspec
 # create a dummy target for /etc/alternatives/jupyter-kernelspec
 touch %{buildroot}%{_sysconfdir}/alternatives/jupyter-kernelspec
 
+# Build the documentation
+pushd docs
+# LaTeX is broken in current version, should be fixed in next version
+# %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
+
 %check
 # We can't test the kernel manager because that requires the ipython kernel,
 # which requires this package, causing a dependency loop.  So those tests are
@@ -84,8 +114,21 @@
 %defattr(-,root,root,-)
 %doc CONTRIBUTING.md COPYING.md README.md
 %{_bindir}/jupyter-kernelspec
+%{_bindir}/jupyter3-kernelspec
 %{_bindir}/jupyter-kernelspec-%{py3_ver}
 %ghost %{_sysconfdir}/alternatives/jupyter-kernelspec
 %{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/jupyter_core.pdf
+# %endif
+
 %changelog