[Python-modules-commits] [jupyter-client] 05/05: Version 5.1.0, updated standards-version to 4.0.0, add jupyter-run to escription

Gordon Ball chronitis-guest at moszumanska.debian.org
Fri Jun 23 11:52:05 UTC 2017


This is an automated email from the git hooks/post-receive script.

chronitis-guest pushed a commit to branch master
in repository jupyter-client.

commit 0582851ca4aaa144cf3dbfc59a47100d9f11a0bc
Author: Gordon Ball <gordon at chronitis.net>
Date:   Fri Jun 23 13:42:45 2017 +0200

    Version 5.1.0, updated standards-version to 4.0.0, add jupyter-run to escription
---
 debian/changelog |  8 +++++++-
 debian/control   | 24 ++++++++++++++----------
 2 files changed, 21 insertions(+), 11 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 38ed3a1..e92666f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,14 @@
-jupyter-client (5.0.1-1) UNRELEASED; urgency=medium
+jupyter-client (5.1.0-1) UNRELEASED; urgency=medium
 
+  [ Julien Puydt ]
   * New upstream release.
   * Added a manpage for jupyter-run (help2man and elbow grease).
 
+  [ Gordon Ball ]
+  * New upstream release
+  * Updated to Standards-Version 4.0.0
+  * Add jupyter-run to package descriptions in d/control
+
  -- Julien Puydt <julien.puydt at laposte.net>  Thu, 06 Apr 2017 08:28:45 +0200
 
 jupyter-client (4.4.0-2) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index e3cfb5f..cb62d7f 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Maintainer: Julien Puydt <julien.puydt at laposte.net>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Section: python
 Priority: optional
-Standards-Version: 3.9.8
+Standards-Version: 4.0.0
 Homepage: https://github.com/jupyter/jupyter_client
 Build-Depends: debhelper (>= 9),
                dh-python,
@@ -33,8 +33,9 @@ Depends: ${misc:Depends}, ${python:Depends}
 Description: Jupyter protocol client APIs (Python 2)
  This software component contains the reference implementation
  of the Jupyter protocol. It also provides client and kernel
- management APIs to work with kernels and the "jupyter kernelspec"
- entry point to install kernelspecs for use with Jupyter frontends.
+ management APIs to work with kernels, the "jupyter kernelspec"
+ entry point to install kernelspecs for use with Jupyter frontends,
+ and the "jupyter run" command to execute a script on a jupyter kernel.
  .
  This package installs the library for Python 2.
 
@@ -44,8 +45,9 @@ Depends: ${misc:Depends}, ${python3:Depends}
 Description: Jupyter protocol client APIs (Python 3)
  This software component contains the reference implementation
  of the Jupyter protocol. It also provides client and kernel
- management APIs to work with kernels and the "jupyter kernelspec"
- entry point to install kernelspecs for use with Jupyter frontends.
+ management APIs to work with kernels, the "jupyter kernelspec"
+ entry point to install kernelspecs for use with Jupyter frontends
+ and the "jupyter run" command to execute a script on a jupyter kernel.
  .
  This package installs the library for Python 3.
 
@@ -58,10 +60,11 @@ Depends: python3-jupyter-client (= ${binary:Version}),
 Description: Jupyter protocol client APIs (tools)
  This software component contains the reference implementation
  of the Jupyter protocol. It also provides client and kernel
- management APIs to work with kernels and the "jupyter kernelspec"
- entry point to install kernelspecs for use with Jupyter frontends.
+ management APIs to work with kernels, the "jupyter kernelspec"
+ entry point to install kernelspecs for use with Jupyter frontends
+ and the "jupyter run" command to execute a script on a jupyter kernel.
  .
- This package contains the jupyter-kernelspec tool.
+ This package contains the jupyter-kernelspec and jupyter-run tools.
 
 Package: python-jupyter-client-doc
 Architecture: all
@@ -70,7 +73,8 @@ Depends: ${misc:Depends}, ${sphinxdoc:Depends}
 Description: Jupyter protocol client APIs (documentation)
  This software component contains the reference implementation
  of the Jupyter protocol. It also provides client and kernel
- management APIs to work with kernels and the "jupyter kernelspec"
- entry point to install kernelspecs for use with Jupyter frontends.
+ management APIs to work with kernels, the "jupyter kernelspec"
+ entry point to install kernelspecs for use with Jupyter frontends
+ and the "jupyter run" command to execute a script on a jupyter kernel.
  .
  This package contains documentation.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/jupyter-client.git



More information about the Python-modules-commits mailing list