[sagenb] branch master updated (9e33292 -> c256c69)
    Ximin Luo 
    infinity0 at debian.org
       
    Tue Jun 13 18:44:25 UTC 2017
    
    
  
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a change to branch master
in repository sagenb.
      from  9e33292   Release 0.13+ds1-2 to Debian unstable.
      adds  88cb511   New upstream version 1.0.1+ds1
       new  1d55f32   Merge tag 'upstream/1.0.1+ds1'
       new  bae5c7e   Refresh patches
       new  c256c69   Update paths to offline threejs
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
 Changes                                            |   6 +
 HACKING.rst                                        |   5 +-
 debian/changelog                                   |   6 +
 debian/control                                     |   1 +
 debian/patches/debian-jmol-paths.patch             |  18 +-
 debian/patches/debian-python-paths.patch           |   2 +-
 debian/patches/debian-threejs-paths.patch          |  11 +
 debian/patches/disable-farbtastic-jpicker.patch    |  22 +-
 debian/patches/series                              |   1 +
 ...witch-system-jquery-vanderlee-colorpicker.patch |   2 +-
 debian/patches/update-flask-0.11.patch             | 145 ++++--------
 debian/patches/use-system-jquery.patch             |   4 +-
 sagenb/__init__.py                                 |   1 +
 .../html/notebook/download_or_delete_datafile.html |   6 +-
 .../data/sage/html/settings/user_management.html   |   8 +-
 sagenb/flask_version/admin.py                      |   6 +-
 sagenb/flask_version/authentication.py             |   7 +-
 sagenb/flask_version/base.py                       |  42 ++--
 sagenb/flask_version/doc.py                        |   9 +-
 sagenb/flask_version/settings.py                   |   6 +-
 sagenb/flask_version/worksheet.py                  |  17 +-
 sagenb/flask_version/worksheet_listing.py          |  30 +--
 sagenb/interfaces/__init__.py                      |   8 +-
 sagenb/interfaces/expect.py                        | 165 +++++++-------
 sagenb/interfaces/reference.py                     |  19 +-
 sagenb/misc/comments2rst.py                        |  24 +-
 sagenb/misc/format.py                              |   2 +-
 sagenb/misc/misc.py                                |  57 +++--
 sagenb/misc/remote_file.py                         |   7 +-
 sagenb/misc/sphinxify.py                           |  11 +-
 sagenb/misc/support.py                             |  46 ++--
 sagenb/misc/worksheet2rst.py                       |  13 +-
 sagenb/notebook/__init__.py                        |   2 +-
 sagenb/notebook/all.py                             |   6 +-
 sagenb/notebook/applet.py                          |  16 +-
 sagenb/notebook/auth.py                            |  10 +-
 sagenb/notebook/cell.py                            |  72 ++++--
 sagenb/notebook/challenge.py                       |  13 +-
 sagenb/notebook/colorize.py                        |  27 ++-
 sagenb/notebook/compress/JavaScriptCompressor.py   |  23 +-
 sagenb/notebook/conf.py                            |  17 +-
 sagenb/notebook/config.py                          |   2 +-
 sagenb/notebook/css.py                             |   2 +-
 sagenb/notebook/docHTMLProcessor.py                |   3 +-
 sagenb/notebook/interact.py                        | 155 ++++++-------
 sagenb/notebook/jquery.py                          |   9 +-
 sagenb/notebook/js.py                              |   7 +-
 sagenb/notebook/keyboards.py                       |   9 +-
 sagenb/notebook/mailsender.py                      |  10 +-
 sagenb/notebook/notebook.py                        | 239 ++++++++++----------
 sagenb/notebook/notebook_object.py                 |  12 +-
 sagenb/notebook/notification.py                    |   4 +-
 sagenb/notebook/run_notebook.py                    | 109 ++++-----
 sagenb/notebook/sage_email.py                      |  17 +-
 sagenb/notebook/sagetex.py                         |   8 +-
 sagenb/notebook/server_conf.py                     |   6 +-
 sagenb/notebook/smtpsend.py                        |  13 +-
 sagenb/notebook/template.py                        |   5 +-
 sagenb/notebook/tutorial.py                        |   2 +-
 sagenb/notebook/user.py                            |  37 ++--
 sagenb/notebook/user_conf.py                       |   9 +-
 sagenb/notebook/user_manager.py                    |  29 +--
 sagenb/notebook/wiki2html.py                       |  30 ++-
 sagenb/notebook/worksheet.py                       | 246 +++++++++++++++------
 sagenb/simple/twist.py                             |  37 ++--
 sagenb/storage/__init__.py                         |   5 +-
 sagenb/storage/filesystem_storage.py               |  68 ++++--
 sagenb/testing/HTMLTestRunner.py                   |  15 +-
 sagenb/testing/grinder/logineval.py                |  15 +-
 sagenb/testing/grinder/simpleeval.py               |   4 +-
 sagenb/testing/grinder/simpleeval_factor.py        |   2 +-
 sagenb/testing/grinder/simpleeval_multi.py         |   4 +-
 sagenb/testing/grinder/sstest.py                   |   2 +-
 sagenb/testing/notebook_test_case.py               |   3 +-
 sagenb/testing/run_tests.py                        |   9 +-
 sagenb/testing/selenium/selenium.py                |  14 +-
 sagenb/testing/stress.py                           |  23 +-
 sagenb/testing/tests/__init__.py                   |   2 +-
 setup.py                                           |   2 +-
 util/apply-hg.py                                   |   8 +-
 80 files changed, 1152 insertions(+), 917 deletions(-)
 create mode 100644 debian/patches/debian-threejs-paths.patch
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/sagenb.git
    
    
More information about the debian-science-commits
mailing list