diff --git a/jupyter-leaflet-0.19.2-vendor-licenses.txt b/jupyter-leaflet-0.20.0-vendor-licenses.txt similarity index 81% rename from jupyter-leaflet-0.19.2-vendor-licenses.txt rename to jupyter-leaflet-0.20.0-vendor-licenses.txt index 60e3a1904bffa139a1f74e377fffc2319c0dba13..d9394867e333419d2dbdd6e1e86fef64b1d9b8b7 100644 --- a/jupyter-leaflet-0.19.2-vendor-licenses.txt +++ b/jupyter-leaflet-0.20.0-vendor-licenses.txt @@ -1,12 +1,12 @@ -├─ MIT: 697 -├─ ISC: 167 -├─ BSD-3-Clause: 47 +├─ MIT: 725 +├─ ISC: 164 +├─ BSD-3-Clause: 45 ├─ BSD-2-Clause: 26 ├─ Apache-2.0: 18 +├─ BlueOak-1.0.0: 5 ├─ Artistic-2.0: 4 +├─ BSD*: 3 ├─ (WTFPL OR MIT): 3 -├─ BSD*: 2 -├─ BlueOak-1.0.0: 2 ├─ (MIT OR Apache-2.0): 1 ├─ Python-2.0: 1 ├─ CC-BY-4.0: 1 @@ -20,6 +20,7 @@ ├─ CC-BY-3.0: 1 ├─ CC0-1.0: 1 ├─ (MIT AND CC-BY-3.0): 1 +├─ 0BSD: 1 ├─ Unlicense: 1 └─ (MIT OR CC0-1.0): 1 diff --git a/jupyter-leaflet-0.19.2-vendor.tar.xz b/jupyter-leaflet-0.20.0-vendor.tar.xz similarity index 79% rename from jupyter-leaflet-0.19.2-vendor.tar.xz rename to jupyter-leaflet-0.20.0-vendor.tar.xz index f1a1dd65779964d8909c2f877a509d64210622a2..ff821102a3b7c1fdd381a7951a7c9bdad76d4998 100644 Binary files a/jupyter-leaflet-0.19.2-vendor.tar.xz and b/jupyter-leaflet-0.20.0-vendor.tar.xz differ 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..a2364ba974c28b7ee7cecfbbf7f1a9607f95d995 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: %{pypi_source %{source_name}} # 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,21 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Oct 29 2025 lichenguang - 0.20.0-1 +- Upgrade to 0.20.0 +- New features +- * Add event coordinates to GeoJSON message by @lopezvoliver in #1228 +- * Default zoom level to 4 instead of 12 so that default Map() don't onl… by @SylvainCorlay in #1252 +- * Preserve {r} in basemap urls by @letmaik in #1241 +- * Fix geoman controls option update + snapping option by @mangecoeur in #1247 +- * Add on_click to GeomanDrawControl by @arjxn-py in #1261 +- Bug fixes +- * Add scrollWheelZoom.enable() and disable() by @lopezvoliver in #1225 +- * Make Leaflet-Geoman ignore created layers by default by @riccardoporreca in #1220 +- * Make cluster "bubbles" ignorable by Geoman by @lopezvoliver in #1249 +- * Update deprecated subdomains for tile.openstreetmap.org by @arjxn-py in #1257 +- * Add workaround for MeasureControl map panning bug by @gjmooney in #1171 +- * geojson layers pmIgnore by @lopezvoliver in #1251 + * Tue Dec 03 2024 Dongxing Wang - 0.19.2-1 - Initial package.