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 <a...@gmx.de>
+
+- 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.000000000 +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.000000000 
+0200
+++ new/nbformat-5.0.7/docs/changelog.rst       2020-06-09 21:12:56.000000000 
+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.000000000 
+0200
+++ new/nbformat-5.0.7/nbformat/_version.py     2020-06-09 21:13:01.000000000 
+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.py    2020-01-07 00:26:39.000000000 
+0100
+++ new/nbformat-5.0.7/nbformat/validator.py    2020-06-09 21:12:23.000000000 
+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.000000000 +0200
+++ new/nbformat-5.0.7/nbformat.egg-info/PKG-INFO       2020-06-09 
21:13:47.000000000 +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.000000000 +0200
+++ new/nbformat-5.0.7/nbformat.egg-info/requires.txt   2020-06-09 
21:13:47.000000000 +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 '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nbformat-5.0.6/package.json 
new/nbformat-5.0.7/package.json
--- old/nbformat-5.0.6/package.json     2020-04-18 20:11:57.000000000 +0200
+++ new/nbformat-5.0.7/package.json     2020-06-09 21:13:01.000000000 +0200
@@ -1,6 +1,6 @@
 {
   "name": "nbformat-schema",
-  "version": "5.0.6",
+  "version": "5.0.7",
   "description": "JSON schemata for Jupyter notebook formats",
   "main": "index.js",
   "files": [


Reply via email to