diff --git a/jupyter_leaflet-0.19.2.tar.gz b/jupyter_leaflet-0.19.2.tar.gz deleted file mode 100644 index 413ffa45301d57e2a93c636561addd39dafb48ab..0000000000000000000000000000000000000000 Binary files a/jupyter_leaflet-0.19.2.tar.gz and /dev/null differ diff --git a/jupyter_leaflet-0.20.0.tar.gz b/jupyter_leaflet-0.20.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..68d65a87ec32504695fd1b994e84280642243158 Binary files /dev/null and b/jupyter_leaflet-0.20.0.tar.gz differ diff --git a/python-jupyter-leaflet.spec b/python-jupyter-leaflet.spec index b4767accf85a3788ed0206b3e80183cce12f23a5..640fbb4ac82928115e4c797134792b24560746d7 100644 --- a/python-jupyter-leaflet.spec +++ b/python-jupyter-leaflet.spec @@ -3,13 +3,13 @@ Name: python-%{pypi_name} -Version: 0.19.2 +Version: 0.20.0 Release: 1 Summary: ipyleaflet extensions for JupyterLab and Jupyter Notebook License: MIT URL: https://github.com/jupyter-widgets/ipyleaflet -Source0: https://files.pythonhosted.org/packages/d1/78/f71b2d3e3d99e16e33d396e2046bbab8585a403c2abc38d7239bf87a66f5/jupyter_leaflet-0.19.2.tar.gz +Source0: https://files.pythonhosted.org/packages/4e/db/870bd0f8995c9359ea1501ba82ed7daf40bbbac95efeca80a35f3705929b/jupyter_leaflet-0.20.0.tar.gz # Source1 and Source2 created with ./prepare_vendor.sh Source1: %{pypi_name}-%{version}-vendor.tar.xz Source2: %{pypi_name}-%{version}-vendor-licenses.txt @@ -82,5 +82,13 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Oct 09 2025 Yu Peng - 0.20.0-1 +- Upgrade to 0.20.0 + * Add event coordinates to GeoJSON message + * Add on_click to GeomanDrawControl + * Add scrollWheelZoom.enable() and disable() + * Make Leaflet-Geoman ignore created layers by default + * Update deprecated subdomains for tile.openstreetmap.org + * Tue Dec 03 2024 Dongxing Wang - 0.19.2-1 - Initial package.