[Python-modules-commits] [nbformat] branch master updated (adeb4b5 -> ee55967)

Gordon Ball chronitis-guest at moszumanska.debian.org
Sun Dec 4 12:29:55 UTC 2016


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

chronitis-guest pushed a change to branch master
in repository nbformat.

      from  adeb4b5   Upload to unstable.
       new  ba4b6f3   record new upstream branch created by importing nbformat_4.2.0.orig.tar.gz
       new  abea36f   Import nbformat_4.2.0.orig.tar.gz
       new  1f14738   Use setuptools for all targets so python*:Depends substitutions work
       new  80aaddb   merge patched into master
       new  1e6f395   New upstream: 4.2.0
       new  4edfc10   Add build-dep on python{,3}-pytest
       new  ee55967   Set default encoding in d/rules

The 7 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:
 .gitignore                                         |  8 +--
 .travis.yml                                        |  7 +-
 debian/.git-dpm                                    | 14 ++--
 debian/changelog                                   |  8 +++
 debian/control                                     |  2 +
 ...ols-for-all-targets-so-python-Depends-sub.patch |  4 +-
 debian/rules                                       |  1 +
 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 +-
 25 files changed, 386 insertions(+), 125 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