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 2021-10-18 21:59:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ipyleaflet (Old)
and /work/SRC/openSUSE:Factory/.python-ipyleaflet.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ipyleaflet"
Mon Oct 18 21:59:29 2021 rev:7 rq:925901 version:0.14.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-ipyleaflet/python-ipyleaflet.changes
2021-04-26 16:40:57.434206912 +0200
+++
/work/SRC/openSUSE:Factory/.python-ipyleaflet.new.1890/python-ipyleaflet.changes
2021-10-18 22:02:39.506113809 +0200
@@ -1,0 +2,8 @@
+Sun Oct 17 19:16:56 UTC 2021 - Ben Greiner <[email protected]>
+
+- Update to 0.14.0
+ * Remove Shapely and branca dependencies
+ (for support in JupyterLite)
+ * Add new options to marker cluster
+
+-------------------------------------------------------------------
Old:
----
ipyleaflet-0.13.6-py2.py3-none-any.whl
New:
----
ipyleaflet-0.14.0-py2.py3-none-any.whl
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-ipyleaflet.spec ++++++
--- /var/tmp/diff_new_pack.2cEi64/_old 2021-10-18 22:02:40.054114206 +0200
+++ /var/tmp/diff_new_pack.2cEi64/_new 2021-10-18 22:02:40.054114206 +0200
@@ -18,8 +18,9 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
+%define skip_python36 1
Name: python-ipyleaflet
-Version: 0.13.6
+Version: 0.14.0
Release: 0
Summary: A Jupyter widget for dynamic Leaflet maps
License: MIT
@@ -31,20 +32,18 @@
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: jupyter-ipyleaflet = %{version}
-Requires: python-Shapely
-Requires: python-branca >= 0.3.1
Requires: python-ipywidgets >= 7.6.0
+Requires: python-traittypes >= 0.2.1
Recommends: python-geopandas
Recommends: python-netCDF4
Recommends: python-scipy
Recommends: python-xarray
BuildArch: noarch
# SECTION test requirements
-BuildRequires: %{python_module branca >= 0.3.1}
-BuildRequires: %{python_module Shapely}
BuildRequires: %{python_module ipywidgets >= 7.6.0}
BuildRequires: %{python_module jupyterlab}
BuildRequires: %{python_module notebook}
+BuildRequires: %{python_module traittypes >= 0.2.1}
# /SECTION
%python_subpackages
@@ -90,6 +89,7 @@
jupyter-%{$python_bin_suffix} nbextension list 2>&1 | grep
'jupyter-leaflet.*enabled'
jupyter-%{$python_bin_suffix} labextension list 2>&1 | grep
'jupyter-leaflet.*enabled'
}
+rm -f %{buildroot}%{_jupyter_confdir}migrated
%files %{python_files}
%license LICENSE