Hello community,
here is the log from the commit of package python-nbformat for openSUSE:Factory
checked in at 2020-04-25 20:11:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-nbformat (Old)
and /work/SRC/openSUSE:Factory/.python-nbformat.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-nbformat"
Sat Apr 25 20:11:10 2020 rev:3 rq:795895 version:5.0.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-nbformat/python-nbformat.changes
2019-08-13 13:10:56.745601337 +0200
+++
/work/SRC/openSUSE:Factory/.python-nbformat.new.2738/python-nbformat.changes
2020-04-25 20:11:35.707952373 +0200
@@ -1,0 +2,32 @@
+Mon Feb 10 16:11:19 UTC 2020 - Todd R <[email protected]>
+
+- Update to 5.0.4
+ * Fixed issue causing python 2 to pick up 5.0.x releases.
+- Drop doc subpackage. This was a leftover from when the tests
+ were run in another package and keeping up with the
+ rapidly-changing readthedocs download URLs is difficult.
+
+-------------------------------------------------------------------
+Wed Jan 15 15:18:24 UTC 2020 - Todd R <[email protected]>
+
+- Update to 5.0.3
+ * Removed debug print statements from project.
+- Update to 5.0.2
+ * Added schema validation files for older versions. This was breaking
notebook generation.
+- Update to 5.0
+ * Starting with 5.0, ``nbformat`` is now Python 3 only (>= 3.5)
+ * Add execution timings in code cell metadata for v4 spec.
+ ``"metadata": { "execution": {...}}`` should be populated with
kernel-specific
+ timing information.
+ * Documentation for how markup is used in notebooks added
+ * Link to json schema docs from format page added
+ * Documented the editable metadata flag
+ * Update description for collapsed field
+ * Documented nbformat versions 4.0-4.3 with accurate json schema
specification files
+ * Clarified info about :ref:`name`'s meaning for cells
+ * Added a default execution_count of None for
new_output_cell('execute_result')
+ * Added support for handling nbjson kwargs
+ * Wheels now correctly have a LICENSE file
+ * Travis builds now have a few more execution environments
+
+-------------------------------------------------------------------
Old:
----
nbformat-4.4.0.tar.gz
nbformat.pdf
nbformat.zip
New:
----
nbformat-5.0.4.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-nbformat.spec ++++++
--- /var/tmp/diff_new_pack.ACp1TZ/_old 2020-04-25 20:11:38.479958088 +0200
+++ /var/tmp/diff_new_pack.ACp1TZ/_new 2020-04-25 20:11:38.483958096 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-nbformat
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,16 +18,14 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-nbformat
-Version: 4.4.0
-%define doc_ver 4.4.0
+Version: 5.0.4
Release: 0
+%define doc_ver 5.0.4
Summary: The Jupyter Notebook format
License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/jupyter/nbformat
Source:
https://files.pythonhosted.org/packages/source/n/nbformat/nbformat-%{version}.tar.gz
-Source1:
https://buildmedia.readthedocs.org/media/pdf/nbformat/%{doc_ver}/nbformat.pdf
-Source2:
https://buildmedia.readthedocs.org/media/htmlzip/nbformat/%{doc_ver}/nbformat.zip
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -46,8 +44,7 @@
Requires: python-jupyter_core
Requires: python-traitlets >= 4.1
Provides: python-jupyter_nbformat = %{version}
-# Change <= to < with next release after 4.4
-Obsoletes: python-jupyter_nbformat <= %{version}
+Obsoletes: python-jupyter_nbformat < %{version}
BuildArch: noarch
%python_subpackages
@@ -59,10 +56,12 @@
%package -n jupyter-nbformat
Summary: The Jupyter Notebook format
+Group: Development/Languages/Python
Requires: jupyter-jupyter_core
Requires: python3-nbformat = %{version}
-# uncomment with next release after 4.4:
-# Conflicts: python3-jupyter_nbformat <= 4.5
+Conflicts: python3-jupyter_nbformat < 5.0
+Provides: jupyter-nbformat-doc = %{version}
+Obsoletes: jupyter-nbformat-doc < %{version}
%description -n jupyter-nbformat
This package contains the base implementation of the Jupyter Notebook format,
@@ -70,28 +69,8 @@
This package provides the jupyter components.
-%package -n jupyter-nbformat-doc
-Summary: Documentation for the Jupyter Notebook format
-Requires: jupyter-nbformat = %{version}
-Provides: python-jupyter_nbformat-doc = %{version}
-Obsoletes: python-jupyter_nbformat-doc <= %{version}
-Provides: %{python_module jupyter_nbformat-doc = %{version}}
-Obsoletes: %{python_module jupyter_nbformat-doc <= %{version}}
-Provides: %{python_module nbformat-doc = %{version}}
-Provides: python-nbformat-html = %{version}
-Provides: python-nbformat-pdf = %{version}
-Obsoletes: python-nbformat-html < %{version}
-Obsoletes: python-nbformat-pdf < %{version}
-
-%description -n jupyter-nbformat-doc
-This package contains documentation and help files for the Jupyter
-Notebook format
-
%prep
%setup -q -n nbformat-%{version}
-unzip %{SOURCE2} -d docs
-mv docs/nbformat-* docs/html
-rm docs/html/.buildinfo
%build
%python_build
@@ -100,11 +79,6 @@
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
-mkdir -p %{buildroot}%{_docdir}/jupyter-nbformat
-
-cp %{SOURCE1} %{buildroot}%{_docdir}/jupyter-nbformat/
-cp -r docs/html %{buildroot}%{_docdir}/jupyter-nbformat/
-
%fdupes %{buildroot}%{_docdir}/jupyter-nbformat/
%check
@@ -115,14 +89,8 @@
%doc README.md
%{python_sitelib}/nbformat-%{version}-py*.egg-info
%{python_sitelib}/nbformat/
-# Move this to jupyter-nbformat with next release (after 4.4)
-%python3_only %{_bindir}/jupyter-trust
%files -n jupyter-nbformat
%license COPYING.md
-%files -n jupyter-nbformat-doc
-%license COPYING.md
-%{_docdir}/jupyter-nbformat/
-
%changelog
++++++ nbformat-4.4.0.tar.gz -> nbformat-5.0.4.tar.gz ++++++
++++ 4548 lines of diff (skipped)