commit python-ipyleaflet for openSUSE:Factory

2020-02-10 Thread root
Hello community,

here is the log from the commit of package python-ipyleaflet for 
openSUSE:Factory checked in at 2020-02-10 21:56:20

Comparing /work/SRC/openSUSE:Factory/python-ipyleaflet (Old)
 and  /work/SRC/openSUSE:Factory/.python-ipyleaflet.new.26092 (New)


Package is "python-ipyleaflet"

Mon Feb 10 21:56:20 2020 rev:5 rq:773173 version:0.12.2

Changes:

--- /work/SRC/openSUSE:Factory/python-ipyleaflet/python-ipyleaflet.changes  
2020-01-29 13:19:58.274218631 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-ipyleaflet.new.26092/python-ipyleaflet.changes
   2020-02-10 21:56:23.946289682 +0100
@@ -1,0 +2,13 @@
+Mon Feb 10 16:13:13 UTC 2020 - Todd R 
+
+- Update to 0.12.2
+  + Fixes:
+* Popup creation
+* DrawControl creation
+  + New features and improvements
+* Smoother URL changes on GridLayers
+* ScaleControl
+* Documentation improvements
+* WMSLayer: Listen for dynamic changes on parameters
+
+---

Old:

  ipyleaflet-0.12.1-py2.py3-none-any.whl

New:

  ipyleaflet-0.12.2-py2.py3-none-any.whl



Other differences:
--
++ python-ipyleaflet.spec ++
--- /var/tmp/diff_new_pack.jFMx7U/_old  2020-02-10 21:56:24.770290138 +0100
+++ /var/tmp/diff_new_pack.jFMx7U/_new  2020-02-10 21:56:24.770290138 +0100
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-ipyleaflet
-Version:0.12.1
+Version:0.12.2
 Release:0
 Summary:A Jupyter widget for dynamic Leaflet maps
 License:MIT
@@ -82,7 +82,7 @@
 
 %files -n jupyter-ipyleaflet
 %license LICENSE
-%{_jupyter_nb_notebook_confdir}/jupyter-leaflet.json
+%config %{_jupyter_nb_notebook_confdir}/jupyter-leaflet.json
 %{_jupyter_nbextension_dir}/jupyter-leaflet/
 
 %changelog




commit python-ipyleaflet for openSUSE:Factory

2020-01-29 Thread root
Hello community,

here is the log from the commit of package python-ipyleaflet for 
openSUSE:Factory checked in at 2020-01-29 13:19:04

Comparing /work/SRC/openSUSE:Factory/python-ipyleaflet (Old)
 and  /work/SRC/openSUSE:Factory/.python-ipyleaflet.new.26092 (New)


Package is "python-ipyleaflet"

Wed Jan 29 13:19:04 2020 rev:4 rq:768095 version:0.12.1

Changes:

--- /work/SRC/openSUSE:Factory/python-ipyleaflet/python-ipyleaflet.changes  
2020-01-16 18:20:39.848955240 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-ipyleaflet.new.26092/python-ipyleaflet.changes
   2020-01-29 13:19:58.274218631 +0100
@@ -1,0 +2,11 @@
+Tue Jan 28 16:03:48 UTC 2020 - Todd R 
+
+- Update to 0.12.1
+  * Update environment.yml
+  * Allow passing a TileLayer as basemap
+  * Add Here basemaps
+- Update to 0.12.0
+  * Add zoom_control_instance default value
+  * Move to modern javascript
+
+---

Old:

  ipyleaflet-0.11.7-py2.py3-none-any.whl

New:

  ipyleaflet-0.12.1-py2.py3-none-any.whl



Other differences:
--
++ python-ipyleaflet.spec ++
--- /var/tmp/diff_new_pack.8fIyhs/_old  2020-01-29 13:20:01.090220071 +0100
+++ /var/tmp/diff_new_pack.8fIyhs/_new  2020-01-29 13:20:01.090220071 +0100
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-ipyleaflet
-Version:0.11.7
+Version:0.12.1
 Release:0
 Summary:A Jupyter widget for dynamic Leaflet maps
 License:MIT




commit python-ipyleaflet for openSUSE:Factory

2020-01-16 Thread root
Hello community,

here is the log from the commit of package python-ipyleaflet for 
openSUSE:Factory checked in at 2020-01-16 18:20:38

Comparing /work/SRC/openSUSE:Factory/python-ipyleaflet (Old)
 and  /work/SRC/openSUSE:Factory/.python-ipyleaflet.new.26092 (New)


Package is "python-ipyleaflet"

Thu Jan 16 18:20:38 2020 rev:3 rq:764789 version:0.11.7

Changes:

--- /work/SRC/openSUSE:Factory/python-ipyleaflet/python-ipyleaflet.changes  
2019-11-24 00:26:15.199202301 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-ipyleaflet.new.26092/python-ipyleaflet.changes
   2020-01-16 18:20:39.848955240 +0100
@@ -1,0 +2,29 @@
+Wed Jan 15 16:03:43 UTC 2020 - Todd R 
+
+- Update to 0.11.7
+  * Add support for font-awesome icons in Markers
+  * Add support for setting layer.popup to a Popup instance
+  * Add loading attribute to TileLayer (#460)
+  * Improvements suggested by @martinRenou
+  * Add leaflet-ant-path plugin
+  * Remove on_displayed event listener
+  * Use Bunch from traitlets
+  * Add BSD copyright headers
+- Update to 0.11.5
+  * Add Leaflet.Path.Transform
+  * Bump macaddress from 0.2.8 to 0.2.9 in /js
+  * Add show_loading attribute in docs
+  * Remove show_progress Map attribute
+  * Add leaflet.py
+  * Add spinner when tiles are loading
+  * Allow rendering GeoJSON points with CircleMarkers. 
+  * Bump lodash from 4.17.5 to 4.17.15 in /js 
+  * Sync locations
+  * Improve README
+
+---
+Sat Jan 11 14:50:34 UTC 2020 - Bernhard Wiedemann 
+
+- Use pyproject_install macro (boo#1094323)
+
+---

Old:

  ipyleaflet-0.11.4-py2.py3-none-any.whl

New:

  ipyleaflet-0.11.7-py2.py3-none-any.whl



Other differences:
--
++ python-ipyleaflet.spec ++
--- /var/tmp/diff_new_pack.EHJhhZ/_old  2020-01-16 18:20:42.068956495 +0100
+++ /var/tmp/diff_new_pack.EHJhhZ/_new  2020-01-16 18:20:42.072956498 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-ipyleaflet
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-ipyleaflet
-Version:0.11.4
+Version:0.11.7
 Release:0
 Summary:A Jupyter widget for dynamic Leaflet maps
 License:MIT
@@ -68,7 +68,8 @@
 # Not Needed
 
 %install
-%python_expand pip%{$python_bin_suffix} install --root=%{buildroot} %{SOURCE0}
+cp -a %{SOURCE0} .
+%pyproject_install
 
 %{jupyter_move_config}
 cp %{buildroot}%{python3_sitelib}/ipyleaflet-%{version}.dist-info/LICENSE .




commit python-ipyleaflet for openSUSE:Factory

2019-11-23 Thread root
Hello community,

here is the log from the commit of package python-ipyleaflet for 
openSUSE:Factory checked in at 2019-11-24 00:26:12

Comparing /work/SRC/openSUSE:Factory/python-ipyleaflet (Old)
 and  /work/SRC/openSUSE:Factory/.python-ipyleaflet.new.26869 (New)


Package is "python-ipyleaflet"

Sun Nov 24 00:26:12 2019 rev:2 rq:749330 version:0.11.4

Changes:

--- /work/SRC/openSUSE:Factory/python-ipyleaflet/python-ipyleaflet.changes  
2019-05-22 11:12:00.754585605 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-ipyleaflet.new.26869/python-ipyleaflet.changes
   2019-11-24 00:26:15.199202301 +0100
@@ -1,0 +2,52 @@
+Mon Nov 18 16:08:19 UTC 2019 - Todd R 
+
+- Update to 0.11.4
+  * Add substitute_layer to LayerGroup clas
+  * fix DeprecationWarning
+- Update to 0.11.3
+  * Fix documentation
+  * Fix LocalTileLayer
+  * Clean GeoData on_hover Notebook
+  * Add screencast
+  * Add Wealth Of Nations Notebook example
+  * silence traitlet deprecation warnings
+- Update to 0.11.2
+  * Add missing installation command
+  * Add keywords to allow for package to be visible in JupyterLab extension
+  * Update Numpy.ipynb to use new USGS url for data download
+  * Geodata on hover example
+  * changes Geodata Class
+  * adding feature in on hover with ex
+  * Fix issue when the view is not rendered yet
+- Update to 0.11.1
+  * Drop lab variables polyfill
+  * Load Stamen tiles over HTTPS
+- Update to 0.11.0
+  * Add Attribution control
+  * Add missing add of the ZoomControl in __init__
+  * Add ZoomControl as an ipyleaflet.Control
+  * Feat : Add redraw method for TileLayer
+  * Options are now given to the JS control
+- Update to 0.10.8
+  * Fix Layer's Popup and typo in Popup class
+- Update to 0.10.7
+  * Make geopandas an optional dependency
+- Update to 0.10.6
+  * Trigger before-attach events and fix popup display 
+  * Trigger after-attach phosphor event in WidgetControl
+- Update to 0.10.5
+  * Add Usage section in the docs
+  * Add jlab themes support
+  * Add docs for min_native_zoom and max_native_zoom for TileLayer
+  * Features : Add attributes for TileLayer
+  * Add Select GeoJSON example
+  * Add flask for examples/CustomTileServer.ipynb on binder
+  * Create CustomTileServer.ipynb
+- Update to 0.10.4
+  * Fix wrong requirement string
+- Update to 0.10.3
+  * geodata class
+  * choropleth doc improve
+  * Add no_wrap option for TileLayer
+
+---

Old:

  ipyleaflet-0.10.2-py2.py3-none-any.whl

New:

  ipyleaflet-0.11.4-py2.py3-none-any.whl



Other differences:
--
++ python-ipyleaflet.spec ++
--- /var/tmp/diff_new_pack.F6T24Y/_old  2019-11-24 00:26:16.263202412 +0100
+++ /var/tmp/diff_new_pack.F6T24Y/_new  2019-11-24 00:26:16.267202411 +0100
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-ipyleaflet
-Version:0.10.2
+Version:0.11.4
 Release:0
 Summary:A Jupyter widget for dynamic Leaflet maps
 License:MIT