Hello community,
here is the log from the commit of package python-jupyterlab-templates for
openSUSE:Factory checked in at 2020-05-26 17:22:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jupyterlab-templates (Old)
and /work/SRC/openSUSE:Factory/.python-jupyterlab-templates.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jupyterlab-templates"
Tue May 26 17:22:00 2020 rev:3 rq:808520 version:0.2.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-jupyterlab-templates/python-jupyterlab-templates.changes
2020-01-03 17:37:16.955304850 +0100
+++
/work/SRC/openSUSE:Factory/.python-jupyterlab-templates.new.2738/python-jupyterlab-templates.changes
2020-05-26 17:22:16.140355154 +0200
@@ -1,0 +2,14 @@
+Sun May 24 08:27:10 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Fix download url
+
+-------------------------------------------------------------------
+Sat Apr 25 16:46:11 UTC 2020 - Arun Persaud <[email protected]>
+
+- specfile:
+ * update copyright year
+
+- update to version 0.2.3:
+ * set long description type
+
+-------------------------------------------------------------------
Old:
----
jupyterlab_templates-0.2.2-py2.py3-none-any.whl
New:
----
jupyterlab_templates-0.2.3-py2.py3-none-any.whl
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jupyterlab-templates.spec ++++++
--- /var/tmp/diff_new_pack.nExTQc/_old 2020-05-26 17:22:16.880356745 +0200
+++ /var/tmp/diff_new_pack.nExTQc/_new 2020-05-26 17:22:16.880356745 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-jupyterlab-templates
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,11 +19,10 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-jupyterlab-templates
-Version: 0.2.2
+Version: 0.2.3
Release: 0
Summary: Templates for notebooks in JupyterLab
License: Apache-2.0
-Group: Development/Languages/Python
URL: https://github.com/timkpaine/jupyterlab_templates
Source:
https://files.pythonhosted.org/packages/py2.py3/j/jupyterlab-templates/jupyterlab_templates-%{version}-py2.py3-none-any.whl
BuildRequires: %{python_module pip}
@@ -33,9 +32,9 @@
BuildRequires: python-rpm-macros
Requires: jupyter-jupyterlab-templates = %{version}
Requires: python-jupyterlab >= 1.0.0
+Conflicts: jupyter-jupyterlab_templates < %{version}
Provides: python-jupyter_jupyterlab_templates = %{version}
Obsoletes: python-jupyter_jupyterlab_templates < %{version}
-Conflicts: jupyter-jupyterlab_templates < %{version}
BuildArch: noarch
%python_subpackages
@@ -44,8 +43,8 @@
%package -n jupyter-jupyterlab-templates
Summary: Templates for notebooks in JupyterLab
-Requires: python3-jupyterlab-templates = %{version}
Requires: jupyter-jupyterlab >= 1.0.0
+Requires: python3-jupyterlab-templates = %{version}
Provides: jupyter-jupyterlab_templates = %{version}
Obsoletes: jupyter-jupyterlab_templates < %{version}
@@ -61,7 +60,7 @@
%install
cp -a %{SOURCE0} .
%pyproject_install
-%{jupyter_move_config}
+%jupyter_move_config
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%{fdupes %{buildroot}%{_jupyter_prefix} %{buildroot}%{python3_sitelib}}
@@ -75,6 +74,6 @@
%files -n jupyter-jupyterlab-templates
%license LICENSE
%{_jupyter_servextension_confdir}/jupyterlab_templates.json
-%{_jupyter_labextensions_dir}/jupyterlab_templates-0.2.2.tgz
+%{_jupyter_labextensions_dir}/jupyterlab_templates-%{version}.tgz
%changelog