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-09-28 17:51:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ipyleaflet (Old)
 and      /work/SRC/openSUSE:Factory/.python-ipyleaflet.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-ipyleaflet"

Wed Sep 28 17:51:46 2022 rev:11 rq:1006538 version:0.17.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-ipyleaflet/python-ipyleaflet.changes      
2022-07-10 23:15:32.500968252 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-ipyleaflet.new.2275/python-ipyleaflet.changes
    2022-09-28 17:51:47.759237427 +0200
@@ -1,0 +2,13 @@
+Tue Sep 27 22:31:15 UTC 2022 - Matej Cepl <[email protected]>
+
+- Update to version 0.17.1:
+  - Add a colormap control to be used with Choropleth layer
+  - Add zoom_offset param to TileLayer by @ned2
+  - Add support for as_leaflet_layer in Map.add
+  - ipywidgets 8.0 support
+  - Pin nodejs=16, drop base setup
+  - Remove HikeBike basemap from the examples
+  - Use the latest jupyterlite-sphinx release on ReadTheDocs
+  - Lazy-load the JupyterLite embedded page in documentation
+
+-------------------------------------------------------------------

Old:
----
  ipyleaflet-0.17.0-py2.py3-none-any.whl

New:
----
  ipyleaflet-0.17.1.tar.gz

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

Other differences:
------------------
++++++ python-ipyleaflet.spec ++++++
--- /var/tmp/diff_new_pack.mx4ONU/_old  2022-09-28 17:51:48.263238441 +0200
+++ /var/tmp/diff_new_pack.mx4ONU/_new  2022-09-28 17:51:48.267238449 +0200
@@ -17,15 +17,16 @@
 
 
 %{?!python_module:%define python_module() python3-%{**}}
+%define modname  ipyleaflet
 %define         skip_python2 1
 Name:           python-ipyleaflet
-Version:        0.17.0
+Version:        0.17.1
 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/py2.py3/i/ipyleaflet/ipyleaflet-%{version}-py2.py3-none-any.whl
+Source:         
https://files.pythonhosted.org/packages/source/i/%{modname}/%{modname}-%{version}.tar.gz
 BuildRequires:  %{python_module notebook}
 BuildRequires:  %{python_module pip}
 BuildRequires:  fdupes
@@ -53,6 +54,9 @@
 
 %package     -n jupyter-ipyleaflet
 Summary:        A Jupyter widget for dynamic Leaflet maps - Jupyter files
+BuildRequires:  %{python_module jupyter_packaging}
+BuildRequires:  %{python_module pip}
+BuildRequires:  %{python_module wheel}
 Requires:       jupyter-ipywidgets >= 7.0.0
 Requires:       jupyter-jupyterlab
 Requires:       jupyter-notebook
@@ -65,13 +69,13 @@
 This package provides the extensions for jupyter notebook and jupyterlab.
 
 %prep
-%setup -q -c -T
+%setup -q -n %{modname}-%{version}
 
 %build
-# Not Needed
+%pyproject_wheel
 
 %install
-%pyproject_install %{SOURCE0}
+%pyproject_install
 
 %jupyter_move_config
 %fdupes %{buildroot}%{_jupyter_prefix}

Reply via email to