From 01d89ba115f289d44a8b10906d7ce2ab601fecbd831e66c2f39ebc89fcd2635a Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Fri, 30 Aug 2024 09:56:37 +0000 Subject: [PATCH] - Update to 0.19.2 * fix(docs): GeomanDrawControl was not included in docs navigation by @iisakkirotko in #1197 * Fix velocity display_options bug by @giswqs in #1199 * remove broken, deprecated nbextension enable from installation docs by @minrk in #1200 * Add basemap model_id to Map._layer_ids attribute by @giswqs in #1208 * Improve vector tile layer by @lopezvoliver in #1206 * Vector tile layer opacity and visible by @lopezvoliver in #1210 * Updated integration tests workflow by @krassowski in #1216 * Interactive vector tile layers by @lopezvoliver in #1213 - Release * Missing license in sdist by @martinRenou in #1190 * fix: do not include gifs in ipyleaflet source distribution (26mb->27kb) 96e898f * fix: do not include .yarn dir in jupyter-leaflet source, (54mbmb->1.3mb) d3b07af * fix: include dist directory for npm release of jupyter-leaflet fd02487 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-leaflet?expand=0&rev=4 --- jupyter_leaflet-0.19.2.tar.gz | 3 +++ python-jupyter-leaflet.changes | 24 ++++++++++++++++++++++++ python-jupyter-leaflet.spec | 7 +++---- 3 files changed, 30 insertions(+), 4 deletions(-) create mode 100644 jupyter_leaflet-0.19.2.tar.gz diff --git a/jupyter_leaflet-0.19.2.tar.gz b/jupyter_leaflet-0.19.2.tar.gz new file mode 100644 index 0000000..3361243 --- /dev/null +++ b/jupyter_leaflet-0.19.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b09b5ba48b1488cb61da37a6f558347269eb53ff6d64dc1a73e005ffc4420063 +size 1268223 diff --git a/python-jupyter-leaflet.changes b/python-jupyter-leaflet.changes index 90aa551..c3d6759 100644 --- a/python-jupyter-leaflet.changes +++ b/python-jupyter-leaflet.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Fri Aug 30 09:31:38 UTC 2024 - Ben Greiner + +- Update to 0.19.2 + * fix(docs): GeomanDrawControl was not included in docs + navigation by @iisakkirotko in #1197 + * Fix velocity display_options bug by @giswqs in #1199 + * remove broken, deprecated nbextension enable from installation + docs by @minrk in #1200 + * Add basemap model_id to Map._layer_ids attribute by @giswqs in + #1208 + * Improve vector tile layer by @lopezvoliver in #1206 + * Vector tile layer opacity and visible by @lopezvoliver in #1210 + * Updated integration tests workflow by @krassowski in #1216 + * Interactive vector tile layers by @lopezvoliver in #1213 +- Release + * Missing license in sdist by @martinRenou in #1190 + * fix: do not include gifs in ipyleaflet source distribution + (26mb->27kb) 96e898f + * fix: do not include .yarn dir in jupyter-leaflet source, + (54mbmb->1.3mb) d3b07af + * fix: include dist directory for npm release of jupyter-leaflet + fd02487 + ------------------------------------------------------------------- Sun May 5 18:15:48 UTC 2024 - Ben Greiner diff --git a/python-jupyter-leaflet.spec b/python-jupyter-leaflet.spec index 17c0069..d34b0b8 100644 --- a/python-jupyter-leaflet.spec +++ b/python-jupyter-leaflet.spec @@ -16,15 +16,14 @@ # -%define distversion 0.19 +%define distversion 0.19.2 Name: python-jupyter-leaflet -Version: 0.19.0 +Version: 0.19.2 Release: 0 Summary: Leaflet extensions for JupyterLab and Jupyter Notebook License: MIT URL: https://github.com/jupyter-widgets/ipyleaflet Source0: https://files.pythonhosted.org/packages/source/j/jupyter_leaflet/jupyter_leaflet-%{version}.tar.gz -Source1: https://github.com/jupyter-widgets/ipyleaflet/raw/%{version}/LICENSE BuildRequires: %{python_module hatch-jupyter-builder >= 0.8.1} BuildRequires: %{python_module hatch-nodejs-version >= 0.3.2} BuildRequires: %{python_module hatchling} @@ -59,7 +58,7 @@ This package provides the extensions for jupyter notebook and jupyterlab. %prep %autosetup -p1 -n jupyter_leaflet-%{version} -cp %{SOURCE1} ./ +sed -i '/\[tool.hatch.build.hooks.jupyter-builder\]/ a \ skip-if-exists = ["labextension/static"]' pyproject.toml %build %pyproject_wheel