Accepting request 1197778 from devel:languages:python:jupyter

- 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/request/show/1197778
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jupyter-leaflet?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2024-09-01 17:21:15 +00:00 committed by Git OBS Bridge
commit 988ba286ad
5 changed files with 30 additions and 28 deletions

21
LICENSE
View File

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

View File

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

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