Hello community,

here is the log from the commit of package jupyter-jupyterlab-latex for 
openSUSE:Factory checked in at 2019-05-22 11:06:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jupyter-jupyterlab-latex (Old)
 and      /work/SRC/openSUSE:Factory/.jupyter-jupyterlab-latex.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jupyter-jupyterlab-latex"

Wed May 22 11:06:37 2019 rev:1 rq:698354 version:0.4.1

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

--- /dev/null   2019-05-02 15:18:01.516169518 +0200
+++ 
/work/SRC/openSUSE:Factory/.jupyter-jupyterlab-latex.new.5148/jupyter-jupyterlab-latex.changes
      2019-05-22 11:06:40.886593586 +0200
@@ -0,0 +1,35 @@
+-------------------------------------------------------------------
+Thu Apr 25 01:59:57 UTC 2019 - Todd R <toddrme2...@gmail.com>
+
+- Rename to to match jupyter package naming guidelines.
+
+-------------------------------------------------------------------
+Fri Sep 28 02:49:00 UTC 2018 - Todd R <toddrme2...@gmail.com>
+
+- Update to 0.4.1
+  * Allow SyncTeX to work on windows by using absolute file paths.
+
+-------------------------------------------------------------------
+Fri Sep  7 15:58:57 UTC 2018 - toddrme2...@gmail.com
+
+- Update to 0.4.0
+  * Fixes for Windows paths and line endings.
+  * Use absolute path in SyncTeX view command.
+  * Output synctex response when parse fails.
+  * Updates for JupyterLab v0.34.
+
+-------------------------------------------------------------------
+Thu Aug  2 20:24:32 UTC 2018 - toddrme2...@gmail.com
+
+- Update to 0.3.1
+  * Flip the y coordinate for PDFJS, and add a margin when scrolling.
+
+-------------------------------------------------------------------
+Wed Apr 25 20:18:43 UTC 2018 - toddrme2...@gmail.com
+
+- Don't need to manually enable extension.
+
+-------------------------------------------------------------------
+Fri Apr 20 20:18:26 UTC 2018 - toddrme2...@gmail.com
+
+- Initial version

New:
----
  jupyter-jupyterlab-latex.changes
  jupyter-jupyterlab-latex.spec
  jupyterlab_latex-0.4.1-py3-none-any.whl

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

Other differences:
------------------
++++++ jupyter-jupyterlab-latex.spec ++++++
#
# spec file for package jupyter-jupyterlab-latex
#
# Copyright (c) 2019 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 https://bugs.opensuse.org/
#


Name:           jupyter-jupyterlab-latex
Version:        0.4.1
Release:        0
Summary:        Jupyter Notebook server extension which acts as an endpoint for 
LaTeX
License:        BSD-3-Clause
Group:          Development/Languages/Python
URL:            https://github.com/jupyterlab/jupyterlab-latex
Source:         
https://files.pythonhosted.org/packages/py3/j/jupyterlab_latex/jupyterlab_latex-%{version}-py3-none-any.whl
BuildRequires:  fdupes
BuildRequires:  jupyter-notebook
BuildRequires:  python-rpm-macros
BuildRequires:  python3-base >= 3.6
BuildRequires:  python3-pip
Requires:       jupyter-notebook
Requires:       texlive-latex-bin
Provides:       python3-jupyter_jupyterlab_latex = %{version}
Obsoletes:      python3-jupyter_jupyterlab_latex <= %{version}
Provides:       python3-jupyterlab-latex = %{version}
BuildArch:      noarch
# SECTION test requirements
BuildRequires:  jupyter-jupyterlab
# /SECTION

%description
An extension for JupyterLab which allows for live-editing of LaTeX documents.

%prep
%setup -q -c -T

%build
# Not Needed

%install
pip%{python3_bin_suffix} install --root=%{buildroot} %{SOURCE0}

%{jupyter_move_config}
%{fdupes %{buildroot}%{_jupyter_prefix} %{buildroot}%{python3_sitelib}}

%files
%license %{python3_sitelib}/jupyterlab_latex-*.dist-info/LICENSE.txt
%{python3_sitelib}/jupyterlab_latex-*.dist-info
%{python3_sitelib}/jupyterlab_latex/
%config %{_jupyter_servextension_confdir}/jupyterlab_latex.json

%changelog

Reply via email to