Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-ipyleaflet for
openSUSE:Factory checked in at 2022-02-27 22:43:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ipyleaflet (Old)
and /work/SRC/openSUSE:Factory/.python-ipyleaflet.new.1958 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ipyleaflet"
Sun Feb 27 22:43:09 2022 rev:8 rq:957878 version:0.15.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-ipyleaflet/python-ipyleaflet.changes
2021-10-18 22:02:39.506113809 +0200
+++
/work/SRC/openSUSE:Factory/.python-ipyleaflet.new.1958/python-ipyleaflet.changes
2022-02-27 22:44:17.386651303 +0100
@@ -1,0 +2,13 @@
+Sun Feb 27 01:00:40 UTC 2022 - Arun Persaud <[email protected]>
+
+- specfile:
+ * update copyright year
+
+- update to version 0.15.0:
+ * Add prefer_canvas option to the Map class
+ * Use xyzservices for base maps
+ * Add Colab support by default
+ * Support any layer type in MarkerCluster
+ * Add location_found event to the SearchControl
+
+-------------------------------------------------------------------
Old:
----
ipyleaflet-0.14.0-py2.py3-none-any.whl
New:
----
ipyleaflet-0.15.0-py2.py3-none-any.whl
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-ipyleaflet.spec ++++++
--- /var/tmp/diff_new_pack.lohQoW/_old 2022-02-27 22:44:17.778651417 +0100
+++ /var/tmp/diff_new_pack.lohQoW/_new 2022-02-27 22:44:17.782651418 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-ipyleaflet
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,11 +16,10 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
-%define skip_python36 1
Name: python-ipyleaflet
-Version: 0.14.0
+Version: 0.15.0
Release: 0
Summary: A Jupyter widget for dynamic Leaflet maps
License: MIT
@@ -74,7 +73,7 @@
%install
%pyproject_install %{SOURCE0}
-%{jupyter_move_config}
+%jupyter_move_config
%fdupes %{buildroot}%{_jupyter_prefix}
%python_expand %fdupes %{buildroot}%{$python_sitelib}
@@ -83,7 +82,7 @@
%check
export JUPYTER_PATH=%{buildroot}%{_jupyter_prefix}
export JUPYTER_CONFIG_DIR=%{buildroot}%{_jupyter_confdir}
-%{python_expand # no python tests available
+%{python_expand # no $python tests available
export PYTHONPATH=%{buildroot}%{$python_sitelib}
$python -c 'import ipyleaflet'
jupyter-%{$python_bin_suffix} nbextension list 2>&1 | grep
'jupyter-leaflet.*enabled'
@@ -98,9 +97,8 @@
%files -n jupyter-ipyleaflet
%license LICENSE
-%config %{_jupyter_nb_notebook_confdir}/jupyter-leaflet.json
+%{_jupyter_config} %{_jupyter_nb_notebook_confdir}/jupyter-leaflet.json
%{_jupyter_nbextension_dir}/jupyter-leaflet/
-%dir %{_jupyter_prefix}/labextensions
-%{_jupyter_prefix}/labextensions/jupyter-leaflet
+%{_jupyter_labextensions_dir3}/jupyter-leaflet
%changelog