Hello community,

here is the log from the commit of package python3-jupyter_qtconsole for 
openSUSE:Factory checked in at 2016-03-26 15:22:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-jupyter_qtconsole (Old)
 and      /work/SRC/openSUSE:Factory/.python3-jupyter_qtconsole.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-jupyter_qtconsole"

Changes:
--------
New Changes file:

--- /dev/null   2016-01-27 19:41:03.648095915 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-jupyter_qtconsole.new/python3-jupyter_qtconsole-doc.changes
     2016-03-26 15:22:29.000000000 +0100
@@ -0,0 +1,54 @@
+-------------------------------------------------------------------
+Sun Mar  6 02:28:20 UTC 2016 - [email protected]
+
+- specfile:
+  * update copyright year
+
+- update to version 4.2.0:
+  * various latex display fixes
+  * improvements for embedding in Qt applications (use existing Qt API
+    if one is already loaded)
+
+-------------------------------------------------------------------
+Fri Mar  4 15:15:47 UTC 2016 - [email protected]
+
+- Fix package name.
+
+-------------------------------------------------------------------
+Fri Feb 19 13:24:50 UTC 2016 - [email protected]
+
+- Split documentation into own package
+
+-------------------------------------------------------------------
+Thu Nov 26 21:24:44 UTC 2015 - [email protected]
+
+- update to version 4.1.1:
+  * Set AppUserModelID for Windows 7 and later
+  * Switch to using qtconsole module to find qt
+  * Fix Travis tests for Python 2
+  * Updated example for creating inprocess qtconsole
+  * Enable 3.5 on travis
+
+-------------------------------------------------------------------
+Wed Oct 21 13:28:07 UTC 2015 - [email protected]
+
+- Don't build with python3-buildservice-tweak.
+  It causes package tests to fail .
+
+-------------------------------------------------------------------
+Fri Oct 16 12:15:08 UTC 2015 - [email protected]
+
+- Update to 4.1.0
+  * Fixed generating the default configuration
+  * Fixed some regressions in copy/paste from the console.
+
+-------------------------------------------------------------------
+Mon Oct  5 10:01:17 UTC 2015 - [email protected]
+
+- Build documentation
+
+-------------------------------------------------------------------
+Thu Aug 13 12:39:48 UTC 2015 - [email protected]
+
+- Initial version
+
--- 
/work/SRC/openSUSE:Factory/python3-jupyter_qtconsole/python3-jupyter_qtconsole.changes
      2016-02-01 19:57:42.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-jupyter_qtconsole.new/python3-jupyter_qtconsole.changes
 2016-03-26 15:22:29.000000000 +0100
@@ -1,0 +2,16 @@
+Sun Mar  6 02:28:20 UTC 2016 - [email protected]
+
+- specfile:
+  * update copyright year
+
+- update to version 4.2.0:
+  * various latex display fixes
+  * improvements for embedding in Qt applications (use existing Qt API
+    if one is already loaded)
+
+-------------------------------------------------------------------
+Fri Feb 19 13:24:50 UTC 2016 - [email protected]
+
+- Split documentation into own package
+
+-------------------------------------------------------------------

Old:
----
  qtconsole-4.1.1.tar.gz

New:
----
  python3-jupyter_qtconsole-doc.changes
  python3-jupyter_qtconsole-doc.spec
  qtconsole-4.2.0.tar.gz

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

Other differences:
------------------
++++++ python3-jupyter_qtconsole-doc.spec ++++++
#
# spec file for package python3-jupyter_qtconsole-doc
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


%if 0%{?suse_version} && ( 0%{?suse_version} != 1315 && 0%{?suse_version} > 
1110 )
%define build_pdf 1
%else
%define build_pdf 0
%endif

Name:           python3-jupyter_qtconsole-doc
Version:        4.2.0
Release:        0
Summary:        Documentation for python3-jupyter_qtconsole
License:        BSD-3-Clause
Group:          Development/Languages/Python
Url:            http://jupyter.org
Source:         
https://pypi.python.org/packages/source/q/qtconsole/qtconsole-%{version}.tar.gz
BuildRequires:  python3-jupyter_qtconsole
# Documentation requirements
BuildRequires:  python3-Sphinx
%if %{build_pdf}
BuildRequires:  python3-Sphinx-latex
%endif
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildArch:      noarch

%description
Documentation and help files for python3-jupyter_qtconsole.
 
%package html
Summary:        HTML documentation for python3-jupyter_qtconsole
Group:          Development/Languages/Python
Recommends:     python3-jupyter_qtconsole = %{version}

%description html
Documentation and help files for python3-jupyter_qtconsole in HTML format.

%package pdf
Summary:        PDF documentation for python3-jupyter_qtconsole
Group:          Development/Languages/Python
Recommends:     python3-jupyter_qtconsole = %{version}

%description pdf
Documentation and help files for python3-jupyter_qtconsole in PDF format.

%prep
%setup -q -n qtconsole-%{version}

%build
# Not needed

%install
# Build the documentation
pushd docs
%if %{build_pdf}
PYTHONPATH=%{buildroot}%{python3_sitelib} make latexpdf
%endif
PYTHONPATH=%{buildroot}%{python3_sitelib} make html
rm -rf build/html/.buildinfo
popd

%files html
%defattr(-,root,root,-)
%doc COPYING.md
%doc docs/build/html/

%if %{build_pdf}
%files pdf
%defattr(-,root,root,-)
%doc COPYING.md
%doc docs/build/latex/*.pdf
%endif

%changelog
++++++ python3-jupyter_qtconsole.spec ++++++
--- /var/tmp/diff_new_pack.ckty9s/_old  2016-03-26 15:22:31.000000000 +0100
+++ /var/tmp/diff_new_pack.ckty9s/_new  2016-03-26 15:22:31.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-jupyter_qtconsole
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           python3-jupyter_qtconsole
-Version:        4.1.1
+Version:        4.2.0
 Release:        0
 Summary:        Jupyter Qt console
 License:        BSD-3-Clause
@@ -43,11 +43,6 @@
 %if 0%{?suse_version} >= 1320
 BuildRequires:  python3-qt5
 %endif
-# Documentation requirements
-BuildRequires:  python3-Sphinx
-%if 0%{?suse_version} && ( 0%{?suse_version} != 1315 && 0%{?suse_version} > 
1110 )
-BuildRequires:  python3-Sphinx-latex
-%endif
 Requires:       hicolor-icon-theme
 Requires:       python3-Pygments
 Requires:       python3-jupyter_client
@@ -71,22 +66,6 @@
 A rich Qt-based console for working with Jupyter kernels,
 supporting rich media output, session export, and more.
  
-%package doc-html
-Summary:        HTML documentation for %{name}
-Group:          Development/Languages/Python
-Recommends:     %{name} = %{version}
-
-%description doc-html
-Documentation and help files for %{name} in HTML format
-
-%package doc-pdf
-Summary:        HTML documentation for %{name}
-Group:          Development/Languages/Python
-Recommends:     %{name} = %{version}
-
-%description doc-pdf
-Documentation and help files for %{name} in PDF format
-
 %prep
 %setup -q -n qtconsole-%{version}
 
@@ -115,15 +94,6 @@
 desktop-file-edit --set-comment="Jupyter qtconsole for Python %{py3_ver}" 
--set-name="Jupyter Qt console for Python %{py3_ver}" 
--set-generic-name="Jupyter shell for Python %{py3_ver}" --set-key="Exec" 
--set-value="jupyter-qtconsole-%{py3_ver}" 
--set-icon="JupyterQtConsole-%{py3_ver}" jupyter-qtconsole-%{py3_ver}.desktop
 %suse_update_desktop_file -i -r jupyter-qtconsole-%{py3_ver} 
"System;TerminalEmulator;"
 
-# Build the documentation
-pushd docs
-%if 0%{?suse_version} && ( 0%{?suse_version} != 1315 && 0%{?suse_version} > 
1110 )
-PYTHONPATH=%{buildroot}%{python3_sitelib} make latexpdf
-%endif
-PYTHONPATH=%{buildroot}%{python3_sitelib} make html
-rm -rf build/html/.buildinfo
-popd
-
 %post
 %_sbindir/update-alternatives \
    --install %{_bindir}/jupyter-qtconsole jupyter-qtconsole 
%{_bindir}/jupyter-qtconsole-%{py3_ver} 30
@@ -152,16 +122,4 @@
 %{_datadir}/icons/hicolor/scalable/apps/JupyterQtConsole-%{py3_ver}.svg
 %{python3_sitelib}/*
 
-%files doc-html
-%defattr(-,root,root,-)
-%doc COPYING.md
-%doc docs/build/html/
-
-%if 0%{?suse_version} && ( 0%{?suse_version} != 1315 && 0%{?suse_version} > 
1110 )
-%files doc-pdf
-%defattr(-,root,root,-)
-%doc COPYING.md
-%doc docs/build/latex/*.pdf
-%endif
-
 %changelog

++++++ qtconsole-4.1.1.tar.gz -> qtconsole-4.2.0.tar.gz ++++++
++++ 1691 lines of diff (skipped)


Reply via email to