[Python-modules-commits] [nbformat] branch upstream updated	(6be481e -> abea36f)
    Gordon Ball 
    chronitis-guest at moszumanska.debian.org
       
    Sun Dec 11 10:11:20 UTC 2016
    
    
  
This is an automated email from the git hooks/post-receive script.
chronitis-guest pushed a change to branch upstream
in repository nbformat.
      from  6be481e   Import nbformat_4.1.0.orig.tar.gz
      adds  abea36f   Import nbformat_4.2.0.orig.tar.gz
No new revisions were added by this update.
Summary of changes:
 .gitignore                                         |  8 +--
 .travis.yml                                        |  7 +-
 docs/changelog.rst                                 | 18 ++++++
 docs/format_description.rst                        | 23 +++++--
 nbformat/_version.py                               |  2 +-
 nbformat/sign.py                                   | 74 +++++++++++++++-------
 nbformat/tests/test4custom.ipynb                   | 52 +++++++++++++++
 nbformat/tests/{test4.ipynb => test4docinfo.ipynb} |  7 +-
 nbformat/tests/test_sign.py                        | 22 ++++++-
 nbformat/tests/test_validator.py                   | 18 +++++-
 nbformat/v4/convert.py                             |  8 ++-
 nbformat/v4/nbbase.py                              |  2 +-
 nbformat/v4/nbformat.v4.schema.json                | 38 +++++++----
 nbformat/v4/rwbase.py                              | 41 +++++++++---
 nbformat/v4/tests/nbexamples.py                    | 33 +++++++++-
 nbformat/v4/tests/test_convert.py                  |  6 +-
 nbformat/v4/tests/test_json.py                     | 31 +++++++++
 nbformat/v4/tests/test_nbbase.py                   | 60 +++++++++---------
 nbformat/v4/tests/test_validate.py                 | 26 ++++----
 setup.py                                           |  6 +-
 20 files changed, 366 insertions(+), 116 deletions(-)
 create mode 100644 nbformat/tests/test4custom.ipynb
 copy nbformat/tests/{test4.ipynb => test4docinfo.ipynb} (99%)
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/nbformat.git
    
    
More information about the Python-modules-commits
mailing list