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 2024-05-06 17:54:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ipyleaflet (Old)
 and      /work/SRC/openSUSE:Factory/.python-ipyleaflet.new.1880 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-ipyleaflet"

Mon May  6 17:54:07 2024 rev:19 rq:1172016 version:0.19.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-ipyleaflet/python-ipyleaflet.changes      
2024-03-07 18:32:12.687202130 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-ipyleaflet.new.1880/python-ipyleaflet.changes
    2024-05-06 17:55:28.447939361 +0200
@@ -1,0 +2,12 @@
+Sun May  5 18:08:50 UTC 2024 - Ben Greiner <c...@bnavigator.de>
+
+- Update to 0.19.0
+  ## New Features
+  * feat: introduce leaflet-geoman as an alternative to
+    leaflet-draw by @iisakkirotko in #1181
+  ## Documentation
+  * Add colormaps to choropleth docs by @gjmooney in #1157
+  * Marker cluster api docs by @gjmooney in #1151
+- jupyter_leaflet is now a separate python/npm package
+
+-------------------------------------------------------------------

Old:
----
  ipyleaflet-0.18.2.tar.gz

New:
----
  ipyleaflet-0.19.0.tar.gz

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

Other differences:
------------------
++++++ python-ipyleaflet.spec ++++++
--- /var/tmp/diff_new_pack.WDL1bt/_old  2024-05-06 17:55:29.111963535 +0200
+++ /var/tmp/diff_new_pack.WDL1bt/_new  2024-05-06 17:55:29.111963535 +0200
@@ -16,32 +16,33 @@
 #
 
 
-%define skip_python39 1
+%define distversion 0.19
 Name:           python-ipyleaflet
-Version:        0.18.2
+Version:        0.19.0
 Release:        0
 Summary:        A Jupyter widget for dynamic Leaflet maps
 License:        MIT
 Group:          Development/Languages/Python
 URL:            https://github.com/jupyter-widgets/ipyleaflet
 Source:         
https://files.pythonhosted.org/packages/source/i/ipyleaflet/ipyleaflet-%{version}.tar.gz
-BuildRequires:  %{python_module jupyter_packaging >= 0.12 with 
%python-jupyter_packaging < 1}
-BuildRequires:  %{python_module jupyterlab >= 4.0.8}
+BuildRequires:  %{python_module base >= 3.8}
+BuildRequires:  %{python_module hatchling}
 BuildRequires:  %{python_module pip}
-BuildRequires:  %{python_module setuptools >= 40.8}
 BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  jupyter-rpm-macros
 BuildRequires:  python-rpm-macros
-Requires:       jupyter-ipyleaflet = %{version}
 Requires:       python-branca >= 0.5.0
 Requires:       python-xyzservices >= 2021.8.1
 Requires:       (python-ipywidgets >= 7.6.0 with python-ipywidgets < 9)
+Requires:       (python-jupyter_leaflet >= 0.19 with python-jupyter_leaflet < 
0.20)
 Requires:       (python-traittypes >= 0.2.1 with python-traittypes < 3)
 BuildArch:      noarch
 # SECTION test requirements
 BuildRequires:  %{python_module ipywidgets >= 7.6.0 with %python-ipywidgets < 
9}
 BuildRequires:  %{python_module branca >= 0.5.0}
+BuildRequires:  %{python_module jupyter_leaflet >= 0.19 with 
%python-jupyter_leaflet < 0.20}
+BuildRequires:  %{python_module jupyterlab}
 BuildRequires:  %{python_module nbclassic}
 BuildRequires:  %{python_module traittypes >= 0.2.1 with %python-traittypes < 
3}
 BuildRequires:  %{python_module xyzservices >= 2021.8.1}
@@ -51,22 +52,6 @@
 %description
 A Jupyter / Leaflet bridge enabling interactive maps in the Jupyter notebook.
 
-This package provides the python interface.
-
-%package     -n jupyter-ipyleaflet
-Summary:        A Jupyter widget for dynamic Leaflet maps - Jupyter files
-Requires:       (jupyter-ipywidgets >= 7.6.0 with jupyter-ipywidgets < 9)
-Requires:       (jupyter-jupyterlab or jupyter-notebook < 7 or 
jupyter-nbclassic)
-# Any flavor is okay, but suggest the primary one for automatic zypper choice 
-- boo#1214354
-Requires:       python3dist(ipyleaflet) = %{version}
-Suggests:       python3-ipyleaflet
-Provides:       jupyter-leaflet = %{version}-%{release}
-
-%description -n jupyter-ipyleaflet
-A Jupyter / Leaflet bridge enabling interactive maps in the Jupyter notebook.
-
-This package provides the extensions for jupyter notebook and jupyterlab.
-
 %prep
 %setup -q -n ipyleaflet-%{version}
 
@@ -79,24 +64,15 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-export JUPYTER_PATH=%{buildroot}%{_jupyter_prefix}
-export JUPYTER_CONFIG_PATH=%{buildroot}%{_jupyter_confdir}
 %{python_expand # no python tests available
 export PYTHONPATH=%{buildroot}%{$python_sitelib}
 $python -c 'import ipyleaflet'
 jupyter-%{$python_bin_suffix} nbclassic-extension 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
 %{python_sitelib}/ipyleaflet/
 %{python_sitelib}/ipyleaflet-%{version}.dist-info/
 
-%files -n jupyter-ipyleaflet
-%license LICENSE
-%{_jupyter_config} %{_jupyter_nb_notebook_confdir}/jupyter-leaflet.json
-%{_jupyter_nbextension_dir}/jupyter-leaflet/
-%{_jupyter_labextensions_dir3}/jupyter-leaflet
-

++++++ ipyleaflet-0.18.2.tar.gz -> ipyleaflet-0.19.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-ipyleaflet/ipyleaflet-0.18.2.tar.gz 
/work/SRC/openSUSE:Factory/.python-ipyleaflet.new.1880/ipyleaflet-0.19.0.tar.gz 
differ: char 4, line 1

Reply via email to