Hello community,
here is the log from the commit of package python-jupyter_hide_code for
openSUSE:Factory checked in at 2018-06-25 11:41:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jupyter_hide_code (Old)
and /work/SRC/openSUSE:Factory/.python-jupyter_hide_code.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jupyter_hide_code"
Mon Jun 25 11:41:17 2018 rev:3 rq:618564 version:0.5.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-jupyter_hide_code/python-jupyter_hide_code.changes
2018-06-19 11:55:36.499976720 +0200
+++
/work/SRC/openSUSE:Factory/.python-jupyter_hide_code.new/python-jupyter_hide_code.changes
2018-06-25 11:41:24.567676083 +0200
@@ -1,0 +2,7 @@
+Fri Jun 22 21:16:28 UTC 2018 - [email protected]
+
+- Update to 0.5.2
+ * Removed latex pdf exporter entry point.
+ Fixes bug that crashes all of jupyter.
+
+-------------------------------------------------------------------
Old:
----
hide_code-0.5.1.tar.gz
New:
----
hide_code-0.5.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jupyter_hide_code.spec ++++++
--- /var/tmp/diff_new_pack.CvmWUp/_old 2018-06-25 11:41:25.467642862 +0200
+++ /var/tmp/diff_new_pack.CvmWUp/_new 2018-06-25 11:41:25.471642714 +0200
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-jupyter_hide_code
-Version: 0.5.1
+Version: 0.5.2
Release: 0
Summary: Jupyter notebook extension to hide code, prompts and outputs
License: MIT
++++++ hide_code-0.5.1.tar.gz -> hide_code-0.5.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/hide_code-0.5.1/PKG-INFO new/hide_code-0.5.2/PKG-INFO
--- old/hide_code-0.5.1/PKG-INFO 2018-04-14 03:06:52.000000000 +0200
+++ new/hide_code-0.5.2/PKG-INFO 2018-06-16 02:22:13.000000000 +0200
@@ -1,12 +1,11 @@
Metadata-Version: 1.1
Name: hide_code
-Version: 0.5.1
+Version: 0.5.2
Summary: A Jupyter notebook extension to hide code, prompts and outputs.
Home-page: https://github.com/kirbs-/hide_code
Author: Chris Kirby
Author-email: [email protected]
License: MIT
-Description-Content-Type: UNKNOWN
Description: Hide_code
=========
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/hide_code-0.5.1/hide_code.egg-info/PKG-INFO
new/hide_code-0.5.2/hide_code.egg-info/PKG-INFO
--- old/hide_code-0.5.1/hide_code.egg-info/PKG-INFO 2018-04-14
03:06:52.000000000 +0200
+++ new/hide_code-0.5.2/hide_code.egg-info/PKG-INFO 2018-06-16
02:22:13.000000000 +0200
@@ -1,12 +1,11 @@
Metadata-Version: 1.1
Name: hide-code
-Version: 0.5.1
+Version: 0.5.2
Summary: A Jupyter notebook extension to hide code, prompts and outputs.
Home-page: https://github.com/kirbs-/hide_code
Author: Chris Kirby
Author-email: [email protected]
License: MIT
-Description-Content-Type: UNKNOWN
Description: Hide_code
=========
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/hide_code-0.5.1/hide_code.egg-info/SOURCES.txt
new/hide_code-0.5.2/hide_code.egg-info/SOURCES.txt
--- old/hide_code-0.5.1/hide_code.egg-info/SOURCES.txt 2018-04-14
03:06:52.000000000 +0200
+++ new/hide_code-0.5.2/hide_code.egg-info/SOURCES.txt 2018-06-16
02:22:13.000000000 +0200
@@ -1,4 +1,5 @@
README.rst
+setup.cfg
setup.py
hide_code/LICENSE.txt
hide_code/__init__.py
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/hide_code-0.5.1/hide_code.egg-info/entry_points.txt
new/hide_code-0.5.2/hide_code.egg-info/entry_points.txt
--- old/hide_code-0.5.1/hide_code.egg-info/entry_points.txt 2018-04-14
03:06:52.000000000 +0200
+++ new/hide_code-0.5.2/hide_code.egg-info/entry_points.txt 2018-06-16
02:22:13.000000000 +0200
@@ -1,7 +1,6 @@
[nbconvert.exporters]
hide_code_html = hide_code:HideCodeHTMLExporter
hide_code_latex = hide_code:HideCodeLatexExporter
-hide_code_latexpdf = hide_code:HideCodeLatexPDFExporter
hide_code_pdf = hide_code:HideCodePDFExporter
hide_code_slides = hide_code:HideCodeSlidesExporter
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/hide_code-0.5.1/setup.cfg
new/hide_code-0.5.2/setup.cfg
--- old/hide_code-0.5.1/setup.cfg 2018-04-14 03:06:52.000000000 +0200
+++ new/hide_code-0.5.2/setup.cfg 2018-06-16 02:22:13.000000000 +0200
@@ -1,3 +1,6 @@
+[metadata]
+license_file = LICENSE
+
[egg_info]
tag_build =
tag_date = 0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/hide_code-0.5.1/setup.py new/hide_code-0.5.2/setup.py
--- old/hide_code-0.5.1/setup.py 2018-04-14 02:14:07.000000000 +0200
+++ new/hide_code-0.5.2/setup.py 2018-06-16 02:12:44.000000000 +0200
@@ -17,7 +17,7 @@
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
- version='0.5.1',
+ version='0.5.2',
description='A Jupyter notebook extension to hide code, prompts and
outputs.',
long_description=long_description,
@@ -94,7 +94,7 @@
'nbconvert.exporters': [
'hide_code_html = hide_code:HideCodeHTMLExporter',
'hide_code_pdf = hide_code:HideCodePDFExporter',
- 'hide_code_latexpdf = hide_code:HideCodeLatexPDFExporter',
+ # 'hide_code_latexpdf = hide_code:HideCodeLatexPDFExporter',
'hide_code_latex = hide_code:HideCodeLatexExporter',
'hide_code_slides = hide_code:HideCodeSlidesExporter'
],