commit python-nbformat for openSUSE:Factory

2020-06-30 Thread root
Hello community,

here is the log from the commit of package python-nbformat for openSUSE:Factory 
checked in at 2020-06-30 21:53:50

Comparing /work/SRC/openSUSE:Factory/python-nbformat (Old)
 and  /work/SRC/openSUSE:Factory/.python-nbformat.new.3060 (New)


Package is "python-nbformat"

Tue Jun 30 21:53:50 2020 rev:5 rq:817630 version:5.0.7

Changes:

--- /work/SRC/openSUSE:Factory/python-nbformat/python-nbformat.changes  
2020-05-28 09:09:16.220016813 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-nbformat.new.3060/python-nbformat.changes
2020-06-30 21:53:57.854294529 +0200
@@ -1,0 +2,7 @@
+Sun Jun 28 19:07:15 UTC 2020 - Arun Persaud 
+
+- update to version 5.0.7:
+  * Fixed a bug where default values for validator.get_validator()
+failed with an import error
+
+---

Old:

  nbformat-5.0.6.tar.gz

New:

  nbformat-5.0.7.tar.gz



Other differences:
--
++ python-nbformat.spec ++
--- /var/tmp/diff_new_pack.HnsYTv/_old  2020-06-30 21:53:59.506299640 +0200
+++ /var/tmp/diff_new_pack.HnsYTv/_new  2020-06-30 21:53:59.510299653 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define doc_ver 5.0.4
 Name:   python-nbformat
-Version:5.0.6
+Version:5.0.7
 Release:0
 Summary:The Jupyter Notebook format
 License:BSD-3-Clause

++ nbformat-5.0.6.tar.gz -> nbformat-5.0.7.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nbformat-5.0.6/PKG-INFO new/nbformat-5.0.7/PKG-INFO
--- old/nbformat-5.0.6/PKG-INFO 2020-04-18 20:12:38.0 +0200
+++ new/nbformat-5.0.7/PKG-INFO 2020-06-09 21:13:47.781525400 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: nbformat
-Version: 5.0.6
+Version: 5.0.7
 Summary: The Jupyter Notebook format
 Home-page: http://jupyter.org
 Author: Jupyter Development Team
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nbformat-5.0.6/docs/changelog.rst 
new/nbformat-5.0.7/docs/changelog.rst
--- old/nbformat-5.0.6/docs/changelog.rst   2020-04-18 20:10:19.0 
+0200
+++ new/nbformat-5.0.7/docs/changelog.rst   2020-06-09 21:12:56.0 
+0200
@@ -7,6 +7,11 @@
 In Development
 ==
 
+5.0.7
+=
+
+- Fixed a bug where default values for validator.get_validator() failed with 
an import error
+
 5.0.6
 =
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nbformat-5.0.6/nbformat/_version.py 
new/nbformat-5.0.7/nbformat/_version.py
--- old/nbformat-5.0.6/nbformat/_version.py 2020-04-18 20:11:57.0 
+0200
+++ new/nbformat-5.0.7/nbformat/_version.py 2020-06-09 21:13:01.0 
+0200
@@ -1,3 +1,3 @@
 # Make sure to update package.json, too!
-version_info = (5, 0, 6)
+version_info = (5, 0, 7)
 __version__ = '.'.join(map(str, version_info))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nbformat-5.0.6/nbformat/validator.py 
new/nbformat-5.0.7/nbformat/validator.py
--- old/nbformat-5.0.6/nbformat/validator.py2020-01-07 00:26:39.0 
+0100
+++ new/nbformat-5.0.7/nbformat/validator.py2020-06-09 21:12:23.0 
+0200
@@ -54,7 +54,7 @@
 def get_validator(version=None, version_minor=None, relax_add_props=False):
 """Load the JSON schema into a Validator"""
 if version is None:
-from .. import current_nbformat
+from . import current_nbformat
 version = current_nbformat
 
 v = import_item("nbformat.v%s" % version)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nbformat-5.0.6/nbformat.egg-info/PKG-INFO 
new/nbformat-5.0.7/nbformat.egg-info/PKG-INFO
--- old/nbformat-5.0.6/nbformat.egg-info/PKG-INFO   2020-04-18 
20:12:38.0 +0200
+++ new/nbformat-5.0.7/nbformat.egg-info/PKG-INFO   2020-06-09 
21:13:47.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: nbformat
-Version: 5.0.6
+Version: 5.0.7
 Summary: The Jupyter Notebook format
 Home-page: http://jupyter.org
 Author: Jupyter Development Team
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nbformat-5.0.6/nbformat.egg-info/requires.txt 
new/nbformat-5.0.7/nbformat.egg-info/requires.txt
--- old/nbformat-5.0.6/nbformat.egg-info/requires.txt   2020-04-18 
20:12:38.0 +0200
+++ new/nbformat-5.0.7/nbformat.egg-info/requires.txt   2020-06-09 
21:13:47.0 +0200
@@ -1,9 +1,9 @@
 ipython_genutils
-traitlets>=4.1
 jsonschema!=2.5.0,>=2.4
 jupyter_core
+traitlets>=4.1
 
 [test]
-testpath
 pytest
 pytest-cov
+testpath
diff -urN 

commit python-nbformat for openSUSE:Factory

2020-05-28 Thread root
Hello community,

here is the log from the commit of package python-nbformat for openSUSE:Factory 
checked in at 2020-05-28 09:09:09

Comparing /work/SRC/openSUSE:Factory/python-nbformat (Old)
 and  /work/SRC/openSUSE:Factory/.python-nbformat.new.3606 (New)


Package is "python-nbformat"

Thu May 28 09:09:09 2020 rev:4 rq:808411 version:5.0.6

Changes:

--- /work/SRC/openSUSE:Factory/python-nbformat/python-nbformat.changes  
2020-04-25 20:11:35.707952373 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-nbformat.new.3606/python-nbformat.changes
2020-05-28 09:09:16.220016813 +0200
@@ -1,0 +2,14 @@
+Sat May  2 20:16:36 UTC 2020 - Arun Persaud 
+
+- update to version 5.0.6:
+  * nbformat.read() function has a better duck-type interface and will
+raise more meaningful error messages if it can't parse a notebook
+document.
+
+- changes from version 5.0.5:
+  * Allow notebook format 4.0 and 4.1 to have the arbitrary JSON
+mimebundles from format 4.2 for pragmatic purposes.
+  * Support reading/writing path-like objects has been added to read
+operations.
+
+---

Old:

  nbformat-5.0.4.tar.gz

New:

  nbformat-5.0.6.tar.gz



Other differences:
--
++ python-nbformat.spec ++
--- /var/tmp/diff_new_pack.akPmdr/_old  2020-05-28 09:09:17.572020139 +0200
+++ /var/tmp/diff_new_pack.akPmdr/_new  2020-05-28 09:09:17.576020150 +0200
@@ -17,10 +17,10 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define doc_ver 5.0.4
 Name:   python-nbformat
-Version:5.0.4
+Version:5.0.6
 Release:0
-%define doc_ver 5.0.4
 Summary:The Jupyter Notebook format
 License:BSD-3-Clause
 Group:  Development/Languages/Python
@@ -30,14 +30,6 @@
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
-# SECTION test requirements
-BuildRequires:  %{python_module ipython_genutils}
-BuildRequires:  %{python_module jsonschema > 2.5.0}
-BuildRequires:  %{python_module jupyter_core}
-BuildRequires:  %{python_module pytest}
-BuildRequires:  %{python_module testpath}
-BuildRequires:  %{python_module traitlets >= 4.1}
-# /SECTION
 Requires:   jupyter-nbformat = %{version}
 Requires:   python-ipython_genutils
 Requires:   python-jsonschema > 2.5.0
@@ -46,6 +38,14 @@
 Provides:   python-jupyter_nbformat = %{version}
 Obsoletes:  python-jupyter_nbformat < %{version}
 BuildArch:  noarch
+# SECTION test requirements
+BuildRequires:  %{python_module ipython_genutils}
+BuildRequires:  %{python_module jsonschema > 2.5.0}
+BuildRequires:  %{python_module jupyter_core}
+BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module testpath}
+BuildRequires:  %{python_module traitlets >= 4.1}
+# /SECTION
 %python_subpackages
 
 %description

++ nbformat-5.0.4.tar.gz -> nbformat-5.0.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nbformat-5.0.4/PKG-INFO new/nbformat-5.0.6/PKG-INFO
--- old/nbformat-5.0.4/PKG-INFO 2020-01-22 22:42:51.0 +0100
+++ new/nbformat-5.0.6/PKG-INFO 2020-04-18 20:12:38.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: nbformat
-Version: 5.0.4
+Version: 5.0.6
 Summary: The Jupyter Notebook format
 Home-page: http://jupyter.org
 Author: Jupyter Development Team
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nbformat-5.0.4/docs/changelog.rst 
new/nbformat-5.0.6/docs/changelog.rst
--- old/nbformat-5.0.4/docs/changelog.rst   2020-01-22 22:40:55.0 
+0100
+++ new/nbformat-5.0.6/docs/changelog.rst   2020-04-18 20:10:19.0 
+0200
@@ -4,6 +4,22 @@
 Changes in nbformat
 =
 
+In Development
+==
+
+5.0.6
+=
+
+- nbformat.read() function has a better duck-type interface and will raise more
+  meaningful error messages if it can't parse a notebook document.
+
+5.0.5
+=
+
+- Allow notebook format 4.0 and 4.1 to have the arbitrary JSON mimebundles
+  from format 4.2 for pragmatic purposes.
+- Support reading/writing path-like objects has been added to read operations.
+
 5.0.4
 =
 
@@ -25,7 +41,7 @@
 5.0
 ===
 
-`5.0 on GitHub https://github.com/jupyter/nbformat/milestone/5`__
+`5.0 on GitHub `__
 
 - Starting with 5.0, ``nbformat`` is now Python 3 only (>= 3.5)
 - Add execution timings in code cell metadata for v4 spec.
@@ -35,7 +51,7 @@
 - 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 

commit python-nbformat for openSUSE:Factory

2020-04-25 Thread root
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 
+
+- 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 
+
+- 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:   

commit python-nbformat for openSUSE:Factory

2019-08-13 Thread root
Hello community,

here is the log from the commit of package python-nbformat for openSUSE:Factory 
checked in at 2019-08-13 13:10:50

Comparing /work/SRC/openSUSE:Factory/python-nbformat (Old)
 and  /work/SRC/openSUSE:Factory/.python-nbformat.new.9556 (New)


Package is "python-nbformat"

Tue Aug 13 13:10:50 2019 rev:2 rq:79 version:4.4.0

Changes:

--- /work/SRC/openSUSE:Factory/python-nbformat/python-nbformat.changes  
2019-05-22 11:13:32.226562378 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-nbformat.new.9556/python-nbformat.changes
2019-08-13 13:10:56.745601337 +0200
@@ -1,0 +2,5 @@
+Sun Aug 11 01:46:53 UTC 2019 - Todd R 
+
+- Merge everything into one spec file to simplify maintenance.
+
+---

Old:

  python-nbformat-doc.changes
  python-nbformat-doc.spec



Other differences:
--
++ python-nbformat.spec ++
--- /var/tmp/diff_new_pack.BTxPV2/_old  2019-08-13 13:10:57.569600888 +0200
+++ /var/tmp/diff_new_pack.BTxPV2/_new  2019-08-13 13:10:57.569600888 +0200
@@ -19,15 +19,27 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-nbformat
 Version:4.4.0
+%define doc_ver 4.4.0
 Release:0
 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
+BuildRequires:  unzip
+# SECTION test requirements
+BuildRequires:  %{python_module ipython_genutils}
+BuildRequires:  %{python_module jsonschema > 2.5.0}
+BuildRequires:  %{python_module jupyter_core}
+BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module testpath}
+BuildRequires:  %{python_module traitlets >= 4.1}
+# /SECTION
 Requires:   jupyter-nbformat = %{version}
 Requires:   python-ipython_genutils
 Requires:   python-jsonschema > 2.5.0
@@ -58,8 +70,28 @@
 
 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
@@ -68,6 +100,16 @@
 %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
+%pytest -k "not TestNotary and not SQLiteSignatureStoreTests"
+
 %files %{python_files}
 %license COPYING.md
 %doc README.md
@@ -79,4 +121,8 @@
 %files -n jupyter-nbformat
 %license COPYING.md
 
+%files -n jupyter-nbformat-doc
+%license COPYING.md
+%{_docdir}/jupyter-nbformat/
+
 %changelog