Hello community,

here is the log from the commit of package python-jupyter_nbsphinx_link for 
openSUSE:Factory checked in at 2018-10-01 08:18:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jupyter_nbsphinx_link (Old)
 and      /work/SRC/openSUSE:Factory/.python-jupyter_nbsphinx_link.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-jupyter_nbsphinx_link"

Mon Oct  1 08:18:45 2018 rev:3 rq:638883 version:1.1.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-jupyter_nbsphinx_link/python-jupyter_nbsphinx_link.changes
        2018-08-03 12:39:42.083783689 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter_nbsphinx_link.new/python-jupyter_nbsphinx_link.changes
   2018-10-01 08:18:46.797915617 +0200
@@ -1,0 +2,6 @@
+Fri Sep 28 02:57:20 UTC 2018 - Todd R <toddrme2...@gmail.com>
+
+- Update to 1.1.1
+  * Update for sphinx 1.8
+
+-------------------------------------------------------------------

Old:
----
  nbsphinx-link-1.1.0.tar.gz

New:
----
  nbsphinx-link-1.1.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-jupyter_nbsphinx_link.spec ++++++
--- /var/tmp/diff_new_pack.3WQNCi/_old  2018-10-01 08:18:47.157915388 +0200
+++ /var/tmp/diff_new_pack.3WQNCi/_new  2018-10-01 08:18:47.157915388 +0200
@@ -18,14 +18,13 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-jupyter_nbsphinx_link
-Version:        1.1.0
+Version:        1.1.1
 Release:        0
 Summary:        Sphinx extension for including notebook files outside sphinx 
source root
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
 Url:            https://github.com/vidartf/nbsphinx-link
 Source:         
https://files.pythonhosted.org/packages/source/n/nbsphinx_link/nbsphinx-link-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module jupyter_nbsphinx}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes

++++++ nbsphinx-link-1.1.0.tar.gz -> nbsphinx-link-1.1.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nbsphinx-link-1.1.0/PKG-INFO 
new/nbsphinx-link-1.1.1/PKG-INFO
--- old/nbsphinx-link-1.1.0/PKG-INFO    2018-05-25 15:43:57.000000000 +0200
+++ new/nbsphinx-link-1.1.1/PKG-INFO    2018-09-18 18:29:52.000000000 +0200
@@ -1,8 +1,8 @@
 Metadata-Version: 1.1
 Name: nbsphinx-link
-Version: 1.1.0
+Version: 1.1.1
 Summary: A sphinx extension for including notebook files outside sphinx source 
root
-Home-page: UNKNOWN
+Home-page: https://github.com/vidartf/nbsphinx-link
 Author: Vidar Tonaas Fauske
 Author-email: vida...@gmail.com
 License: BSD-3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nbsphinx-link-1.1.0/nbsphinx_link/__init__.py 
new/nbsphinx-link-1.1.1/nbsphinx_link/__init__.py
--- old/nbsphinx-link-1.1.0/nbsphinx_link/__init__.py   2018-05-23 
18:53:11.000000000 +0200
+++ new/nbsphinx-link-1.1.1/nbsphinx_link/__init__.py   2018-09-18 
18:27:28.000000000 +0200
@@ -86,7 +86,7 @@
 def setup(app):
     """Initialize Sphinx extension."""
     app.setup_extension('nbsphinx')
-    app.add_source_parser('.nblink', LinkedNotebookParser)
+    app.add_source_parser('.nblink', LinkedNotebookParser, override=True)
     app.add_config_value('nbsphinx_link_target_root', None, rebuild='env')
 
     return {'version': __version__, 'parallel_read_safe': True}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nbsphinx-link-1.1.0/nbsphinx_link/_version.py 
new/nbsphinx-link-1.1.1/nbsphinx_link/_version.py
--- old/nbsphinx-link-1.1.0/nbsphinx_link/_version.py   2018-05-25 
15:40:51.000000000 +0200
+++ new/nbsphinx-link-1.1.1/nbsphinx_link/_version.py   2018-09-18 
18:27:28.000000000 +0200
@@ -1,2 +1,2 @@
-version_info = (1, 1, 0)
+version_info = (1, 1, 1)
 __version__ = ".".join(map(str, version_info))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nbsphinx-link-1.1.0/nbsphinx_link.egg-info/PKG-INFO 
new/nbsphinx-link-1.1.1/nbsphinx_link.egg-info/PKG-INFO
--- old/nbsphinx-link-1.1.0/nbsphinx_link.egg-info/PKG-INFO     2018-05-25 
15:43:56.000000000 +0200
+++ new/nbsphinx-link-1.1.1/nbsphinx_link.egg-info/PKG-INFO     2018-09-18 
18:29:52.000000000 +0200
@@ -1,8 +1,8 @@
 Metadata-Version: 1.1
 Name: nbsphinx-link
-Version: 1.1.0
+Version: 1.1.1
 Summary: A sphinx extension for including notebook files outside sphinx source 
root
-Home-page: UNKNOWN
+Home-page: https://github.com/vidartf/nbsphinx-link
 Author: Vidar Tonaas Fauske
 Author-email: vida...@gmail.com
 License: BSD-3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nbsphinx-link-1.1.0/setup.cfg 
new/nbsphinx-link-1.1.1/setup.cfg
--- old/nbsphinx-link-1.1.0/setup.cfg   2018-05-25 15:43:57.000000000 +0200
+++ new/nbsphinx-link-1.1.1/setup.cfg   2018-09-18 18:29:52.000000000 +0200
@@ -1,10 +1,14 @@
 [bdist_wheel]
 universal = 1
 
+[metadata]
+license_file = LICENSE
+
 [manifix]
 known_excludes = 
        .git/**
        .git*
+       **/__pycache__/**
 
 [egg_info]
 tag_build = 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nbsphinx-link-1.1.0/setup.py 
new/nbsphinx-link-1.1.1/setup.py
--- old/nbsphinx-link-1.1.0/setup.py    2018-05-25 15:10:00.000000000 +0200
+++ new/nbsphinx-link-1.1.1/setup.py    2018-09-18 18:29:16.000000000 +0200
@@ -24,6 +24,7 @@
     packages        = find_packages(here),
     author          = 'Vidar Tonaas Fauske',
     author_email    = 'vida...@gmail.com',
+    url             = 'https://github.com/vidartf/nbsphinx-link',
     license         = 'BSD-3',
     platforms       = "Linux, Mac OS X, Windows",
     keywords        = ['Interactive', 'Interpreter', 'Shell', 'Web'],


Reply via email to