[Python-modules-commits] r23810 - in packages/ipython/trunk/debian (2 files)
jtaylor-guest at users.alioth.debian.org
jtaylor-guest at users.alioth.debian.org
Mon Apr 1 12:35:24 UTC 2013
Date: Monday, April 1, 2013 @ 12:35:22
Author: jtaylor-guest
Revision: 23810
revert adding of DEFAULT_STATIC_PATH
location and nbconvert api is not stable
Modified:
packages/ipython/trunk/debian/changelog
packages/ipython/trunk/debian/patches/shared-static-path.patch
Modified: packages/ipython/trunk/debian/changelog
===================================================================
--- packages/ipython/trunk/debian/changelog 2013-04-01 12:35:18 UTC (rev 23809)
+++ packages/ipython/trunk/debian/changelog 2013-04-01 12:35:22 UTC (rev 23810)
@@ -15,7 +15,6 @@
* add tkinter package to debianize-error-messages.patch (Closes: #701707)
* add more autopkgtests testing profile creation and cython magics
* use canonical vcs fields in control
- * update shared-static-path.patch so nbconvert works with the package
-- Julian Taylor <jtaylor.debian at googlemail.com> Sat, 02 Feb 2013 11:14:27 +0100
Modified: packages/ipython/trunk/debian/patches/shared-static-path.patch
===================================================================
--- packages/ipython/trunk/debian/patches/shared-static-path.patch 2013-04-01 12:35:18 UTC (rev 23809)
+++ packages/ipython/trunk/debian/patches/shared-static-path.patch 2013-04-01 12:35:22 UTC (rev 23810)
@@ -1,21 +1,10 @@
Description: use usr/share/ipython/notebook by default for the static data
provided by ipython-notebook-common
- also add DEFAULT_STATIC_FILES_PATH as in version 1.0 so nbconvert works
- with the packaged version (see ipython/nbconvert #97)
Author: Julian Taylor <jtaylor.debian at googlemail.com>
Forwarded: not-needed
--- a/IPython/frontend/html/notebook/notebookapp.py
+++ b/IPython/frontend/html/notebook/notebookapp.py
-@@ -89,6 +89,8 @@ ipython notebook --certfile=mycert.pem #
- ipython notebook --port=5555 --ip=* # Listen on port 5555, all interfaces
- """
-
-+DEFAULT_STATIC_FILES_PATH = "/usr/share/ipython/notebook/static"
-+
- #-----------------------------------------------------------------------------
- # Helper functions
- #-----------------------------------------------------------------------------
@@ -157,7 +159,7 @@ class NotebookWebApplication(web.Applica
settings = dict(
More information about the Python-modules-commits
mailing list