Hello community,
here is the log from the commit of package python3-jupyter_nbformat for
openSUSE:Factory checked in at 2017-03-02 19:38:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-jupyter_nbformat (Old)
and /work/SRC/openSUSE:Factory/.python3-jupyter_nbformat.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-jupyter_nbformat"
Thu Mar 2 19:38:55 2017 rev:5 rq:461011 version:4.3.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python3-jupyter_nbformat/python3-jupyter_nbformat-doc.changes
2016-07-14 09:45:48.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python3-jupyter_nbformat.new/python3-jupyter_nbformat-doc.changes
2017-03-02 19:38:56.709969816 +0100
@@ -1,0 +2,20 @@
+Tue Feb 28 20:34:06 UTC 2017 - [email protected]
+
+- Update to 4.3.0
+ * A new pluggable ``SignatureStore`` class allows specifying different ways
to
+ record the signatures of trusted notebooks. The default is still an SQLite
+ database. See :ref:`pluggable_signature_store` for more information.
+ * :func:`nbformat.read` and :func:`nbformat.write` accept file paths as bytes
+ as well as unicode.
+ * Fix for calling :func:`nbformat.validate` on an empty dictionary.
+ * Fix for running the tests where the locale makes ASCII the default
encoding.
+- Update to 4.2.0
+ * Update nbformat spec version to 4.2, allowing JSON outputs to have any
JSONable type, not just ``object``,
+ and mime-types of the form ``application/anything+json``.
+ * Define basics of ``authors`` in notebook metadata.
+ ``nb.metadata.authors`` shall be a list of objects with the property
``name``, a string of each author's full name.
+ * Update use of traitlets API to require traitlets 4.1.
+ * Support trusting notebooks on stdin with ``cat notebook | jupyter trust``
+- Merge documentation into single rpm
+
+-------------------------------------------------------------------
python3-jupyter_nbformat.changes: same change
Old:
----
nbformat-4.0.1.tar.gz
New:
----
nbformat-4.3.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python3-jupyter_nbformat-doc.spec ++++++
--- /var/tmp/diff_new_pack.vnxj5B/_old 2017-03-02 19:38:58.305744004 +0100
+++ /var/tmp/diff_new_pack.vnxj5B/_new 2017-03-02 19:38:58.309743439 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python3-jupyter_nbformat-doc
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
%endif
Name: python3-jupyter_nbformat-doc
-Version: 4.0.1
+Version: 4.3.0
Release: 0
Summary: Documentation for python3-jupyter_nbformat
License: BSD-3-Clause
@@ -37,28 +37,16 @@
%if %{build_pdf}
BuildRequires: python3-Sphinx-latex
%endif
+Provides: %{name}-html = %{version}
+Provides: %{name}-pdf = %{version}
+Obsoletes: %{name}-html < %{version}
+Obsoletes: %{name}-pdf < %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
Documentation and help files for python3-jupyter_nbformat.
-%package html
-Summary: HTML documentation for python3-jupyter_nbformat
-Group: Documentation/HTML
-Recommends: python3-jupyter_nbformat = %{version}
-
-%description html
-Documentation and help files for python3-jupyter_nbformat in HTML format.
-
-%package pdf
-Summary: PDF documentation for python3-jupyter_nbformat
-Group: Documentation/Other
-Recommends: python3-jupyter_nbformat = %{version}
-
-%description pdf
-Documentation and help files for python3-jupyter_nbformat in PDF format.
-
%prep
%setup -q -n nbformat-%{version}
@@ -68,21 +56,17 @@
%install
# Build the documentation
pushd docs
-PYTHONPATH=%{buildroot}%{python3_sitelib} make html
%if %{build_pdf}
PYTHONPATH=%{buildroot}%{python3_sitelib} make latexpdf
%endif
+PYTHONPATH=%{buildroot}%{python3_sitelib} make html
rm -rf _build/html/.buildinfo
-%files html
+%files
%defattr(-,root,root,-)
%doc COPYING.md
%doc docs/_build/html/
-
%if %{build_pdf}
-%files pdf
-%defattr(-,root,root,-)
-%doc COPYING.md
%doc docs/_build/latex/*.pdf
%endif
++++++ python3-jupyter_nbformat.spec ++++++
--- /var/tmp/diff_new_pack.vnxj5B/_old 2017-03-02 19:38:58.329740609 +0100
+++ /var/tmp/diff_new_pack.vnxj5B/_new 2017-03-02 19:38:58.333740043 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python3-jupyter_nbformat
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: python3-jupyter_nbformat
-Version: 4.0.1
+Version: 4.3.0
Release: 0
Summary: The Jupyter Notebook format
License: BSD-3-Clause
@@ -29,13 +29,14 @@
BuildRequires: python3-jsonschema > 2.5.0
BuildRequires: python3-jupyter_core
BuildRequires: python3-setuptools
-BuildRequires: python3-traitlets
+BuildRequires: python3-traitlets >= 4.1
# Test requirements
-BuildRequires: python3-nose
+BuildRequires: python3-pytest
+BuildRequires: python3-testpath
Requires: python3-ipython_genutils
Requires: python3-jsonschema > 2.5.0
Requires: python3-jupyter_core
-Requires: python3-traitlets
+Requires: python3-traitlets >= 4.1
Requires(post): update-alternatives
Requires(postun): update-alternatives
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -73,7 +74,9 @@
fi
%check
-nosetests
+pushd docs
+PYTHONPATH=%{buildroot}%{python3_sitelib} py.test ../nbformat/tests
+popd
%files
%defattr(-,root,root,-)
++++++ nbformat-4.0.1.tar.gz -> nbformat-4.3.0.tar.gz ++++++
++++ 19226 lines of diff (skipped)