Hello community,

here is the log from the commit of package python-jupyter_wysiwyg for 
openSUSE:Factory checked in at 2019-01-08 12:27:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jupyter_wysiwyg (Old)
 and      /work/SRC/openSUSE:Factory/.python-jupyter_wysiwyg.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-jupyter_wysiwyg"

Tue Jan  8 12:27:59 2019 rev:3 rq:662854 version:0.1.9

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-jupyter_wysiwyg/python-jupyter_wysiwyg.changes
    2018-06-15 14:46:16.752333386 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter_wysiwyg.new.28833/python-jupyter_wysiwyg.changes
 2019-01-08 12:30:34.576134934 +0100
@@ -1,0 +2,6 @@
+Sat Dec 22 07:16:41 UTC 2018 - Todd R <[email protected]>
+
+- Update to 0.1.9
+  * Fixed a bug in the install process for Jupyter 5.3+
+
+-------------------------------------------------------------------

Old:
----
  jupyter-wysiwyg-0.1.8.tar.gz

New:
----
  jupyter-wysiwyg-0.1.9.tar.gz

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

Other differences:
------------------
++++++ python-jupyter_wysiwyg.spec ++++++
--- /var/tmp/diff_new_pack.N62Exl/_old  2019-01-08 12:30:35.208134246 +0100
+++ /var/tmp/diff_new_pack.N62Exl/_new  2019-01-08 12:30:35.208134246 +0100
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %bcond_without  test
 Name:           python-jupyter_wysiwyg
-Version:        0.1.8
+Version:        0.1.9
 Release:        0
 Summary:        WYSIWYG editing functionality for markdown/HTML cells in 
Jupyter
 License:        BSD-3-Clause
@@ -59,6 +59,13 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 PYTHONPATH=%{buildroot}%{python3_sitelib} jupyter nbextension install 
--nbextensions=%{buildroot}%{_datadir}/jupyter/nbextensions/ --py 
jupyter_wysiwyg
+
+if [ "$(dirname %{_prefix}/etc/jupyter)" != "$(dirname 
%{_sysconfdir}/jupyter)" ]; then
+mkdir -p %{buildroot}%{_sysconfdir}
+mv %{buildroot}%{_prefix}/etc/jupyter %{buildroot}%{_sysconfdir}/jupyter
+rm -d %{buildroot}%{_prefix}/etc
+fi
+
 %python_expand %fdupes %{buildroot}%{_datadir}/jupyter/nbextensions/
 
 %post -n python3-jupyter_wysiwyg
@@ -70,10 +77,10 @@
 fi
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %license LICENSE.txt
 %{python_sitelib}/jupyter_wysiwyg/
 %{python_sitelib}/jupyter_wysiwyg-%{version}-py*.egg-info
 %python3_only %{_datadir}/jupyter/nbextensions/jupyter_wysiwyg/
+%python3_only %config 
%{_sysconfdir}/jupyter/nbconfig/notebook.d/jupyter_wysiwyg.json
 
 %changelog

++++++ jupyter-wysiwyg-0.1.8.tar.gz -> jupyter-wysiwyg-0.1.9.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jupyter-wysiwyg-0.1.8/PKG-INFO 
new/jupyter-wysiwyg-0.1.9/PKG-INFO
--- old/jupyter-wysiwyg-0.1.8/PKG-INFO  2018-05-03 18:42:39.000000000 +0200
+++ new/jupyter-wysiwyg-0.1.9/PKG-INFO  2018-12-05 01:58:06.000000000 +0100
@@ -1,12 +1,12 @@
 Metadata-Version: 1.1
 Name: jupyter-wysiwyg
-Version: 0.1.8
+Version: 0.1.9
 Summary: WYSIWYG editing functionality for markdown/HTML cells in Jupyter
 Home-page: https://github.com/genepattern/jupyter-wysiwyg/tree/master/wysiwyg
 Author: Thorin Tabor
 Author-email: [email protected]
 License: BSD
-Download-URL: 
https://github.com/genepattern/jupyter-wysiwyg/archive/0.1.8.tar.gz
+Download-URL: 
https://github.com/genepattern/jupyter-wysiwyg/archive/0.1.9.tar.gz
 Description: UNKNOWN
 Keywords: genepattern,wysiwyg,ipython,jupyter
 Platform: UNKNOWN
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jupyter-wysiwyg-0.1.8/jupyter_wysiwyg/__init__.py 
new/jupyter-wysiwyg-0.1.9/jupyter_wysiwyg/__init__.py
--- old/jupyter-wysiwyg-0.1.8/jupyter_wysiwyg/__init__.py       2018-05-03 
18:41:24.000000000 +0200
+++ new/jupyter-wysiwyg-0.1.9/jupyter_wysiwyg/__init__.py       2018-12-05 
01:47:04.000000000 +0100
@@ -1,6 +1,6 @@
 __author__ = 'Thorin Tabor'
 __copyright__ = 'Copyright 2016-2018, Regents of the University of California 
& Broad Institute'
-__version__ = '0.1.8'
+__version__ = '0.1.9'
 __status__ = 'Beta'
 __license__ = 'BSD'
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jupyter-wysiwyg-0.1.8/jupyter_wysiwyg.json 
new/jupyter-wysiwyg-0.1.9/jupyter_wysiwyg.json
--- old/jupyter-wysiwyg-0.1.8/jupyter_wysiwyg.json      1970-01-01 
01:00:00.000000000 +0100
+++ new/jupyter-wysiwyg-0.1.9/jupyter_wysiwyg.json      2018-04-02 
21:12:48.000000000 +0200
@@ -0,0 +1,5 @@
+{
+  "load_extensions": {
+    "jupyter_wysiwyg/index": true
+  }
+}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jupyter-wysiwyg-0.1.8/setup.cfg 
new/jupyter-wysiwyg-0.1.9/setup.cfg
--- old/jupyter-wysiwyg-0.1.8/setup.cfg 2016-04-26 23:46:04.000000000 +0200
+++ new/jupyter-wysiwyg-0.1.9/setup.cfg 2018-12-05 01:57:36.000000000 +0100
@@ -1,2 +1,3 @@
 [metadata]
-description-file = README.md
\ No newline at end of file
+description-file = README.md
+license_file = LICENSE.txt
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jupyter-wysiwyg-0.1.8/setup.py 
new/jupyter-wysiwyg-0.1.9/setup.py
--- old/jupyter-wysiwyg-0.1.8/setup.py  2018-05-03 18:41:08.000000000 +0200
+++ new/jupyter-wysiwyg-0.1.9/setup.py  2018-12-05 01:53:34.000000000 +0100
@@ -11,18 +11,20 @@
             paths.append(
                 (alt_path, [os.path.join(path, filename)],)
             )
+
+    paths.append(('etc/jupyter/nbconfig/notebook.d', 
['jupyter_wysiwyg.json']),)
     return paths
 
 
 setup(name='jupyter-wysiwyg',
       packages=['jupyter_wysiwyg'],
-      version='0.1.8',
+      version='0.1.9',
       description='WYSIWYG editing functionality for markdown/HTML cells in 
Jupyter',
       license='BSD',
       author='Thorin Tabor',
       author_email='[email protected]',
       url='https://github.com/genepattern/jupyter-wysiwyg/tree/master/wysiwyg',
-      
download_url='https://github.com/genepattern/jupyter-wysiwyg/archive/0.1.8.tar.gz',
+      
download_url='https://github.com/genepattern/jupyter-wysiwyg/archive/0.1.9.tar.gz',
       keywords=['genepattern', 'wysiwyg', 'ipython', 'jupyter'],
       classifiers=[
           'Development Status :: 4 - Beta',


Reply via email to