- 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
This commit is contained in:
Benjamin Greiner 2024-08-30 09:56:37 +00:00 committed by Git OBS Bridge
parent 35ea2fc2ab
commit 01d89ba115
3 changed files with 30 additions and 4 deletions

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b09b5ba48b1488cb61da37a6f558347269eb53ff6d64dc1a73e005ffc4420063
size 1268223

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Fri Aug 30 09:31:38 UTC 2024 - Ben Greiner <code@bnavigator.de>
- 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 <code@bnavigator.de>

View File

@ -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