diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 469f00f..0000000 --- a/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2014-2018, Project Jupyter Contributors - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/jupyter_leaflet-0.19.0.tar.gz b/jupyter_leaflet-0.19.0.tar.gz deleted file mode 100644 index 9ca47cb..0000000 --- a/jupyter_leaflet-0.19.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3201c9c7dee782b2f64c86c508e106452e823ad65a127656191aa0f88c44454d -size 54563535 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