[sagenb] branch master updated (37b59c8 -> 6969e7d)

Julien Puydt julien.puydt at laposte.net
Sat Jan 17 21:41:32 UTC 2015


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

jpuydt-guest pushed a change to branch master
in repository sagenb.

      from  37b59c8   record new upstream branch and merge it
      adds  44c1a02   Import sagenb_0.11.2.orig.tar.gz
       new  999060f   record new upstream branch created by importing sagenb_0.11.2.orig.tar.gz and merge it
       new  6969e7d   Updated the package to 0.11.2

The 2 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:
 COPYING                                    |  689 -----------
 Changes                                    |   64 -
 PKG-INFO                                   |   10 +
 debian/.git-dpm                            |   14 +-
 debian/changelog                           |   10 +-
 sagenb.egg-info/PKG-INFO                   |   10 +
 sagenb.egg-info/SOURCES.txt                | 1831 ++++++++++++++++++++++++++++
 sagenb.egg-info/dependency_links.txt       |    1 +
 sagenb.egg-info/not-zip-safe               |    1 +
 sagenb.egg-info/requires.txt               |    8 +
 sagenb.egg-info/top_level.txt              |    1 +
 sagenb/babel.cfg                           |    2 +-
 sagenb/data/sage/html/notebook/cell.html   |    2 +-
 sagenb/data/sage/js/localization.js        |   79 +-
 sagenb/data/sage/js/notebook_dynamic.js    |    2 +-
 sagenb/data/sage/js/translated-messages.js |   33 -
 sagenb/flask_version/admin.py              |    6 -
 sagenb/flask_version/authentication.py     |   18 +-
 sagenb/flask_version/base.py               |   33 +-
 sagenb/flask_version/doc.py                |    5 +-
 sagenb/flask_version/settings.py           |   21 +-
 sagenb/flask_version/worksheet.py          |   22 +-
 sagenb/flask_version/worksheet_listing.py  |    9 +-
 sagenb/misc/misc.py                        |   33 +-
 sagenb/misc/sphinxify.py                   |    2 +-
 sagenb/misc/support.py                     |   73 +-
 sagenb/notebook/cell.py                    |    6 +-
 sagenb/notebook/interact.py                |    4 +-
 sagenb/notebook/js.py                      |    2 +-
 sagenb/notebook/notebook.py                |   11 +-
 sagenb/notebook/notification.py            |   39 +
 sagenb/notebook/run_notebook.py            |    5 +-
 sagenb/notebook/server_conf.py             |   11 +-
 sagenb/notebook/tutorial.py                |    6 +-
 sagenb/notebook/user.py                    |    5 +-
 sagenb/notebook/worksheet.py               |    3 +-
 sagenb/storage/filesystem_storage.py       |   31 +-
 sagenb/testing/grinder/nodoctest.py        |   10 +
 sagenb/testing/stress.py                   |    3 +-
 setup.cfg                                  |    5 +
 setup.py                                   |    2 +-
 util/translations.py                       |  662 ++++++++++
 42 files changed, 2798 insertions(+), 986 deletions(-)
 delete mode 100644 COPYING
 delete mode 100644 Changes
 create mode 100644 PKG-INFO
 create mode 100644 sagenb.egg-info/PKG-INFO
 create mode 100644 sagenb.egg-info/SOURCES.txt
 create mode 100644 sagenb.egg-info/dependency_links.txt
 create mode 100644 sagenb.egg-info/not-zip-safe
 create mode 100644 sagenb.egg-info/requires.txt
 create mode 100644 sagenb.egg-info/top_level.txt
 delete mode 100644 sagenb/data/sage/js/translated-messages.js
 create mode 100644 sagenb/notebook/notification.py
 create mode 100644 sagenb/testing/grinder/nodoctest.py
 create mode 100644 setup.cfg
 create mode 100755 util/translations.py

-- 
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