Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-ipyleaflet for 
openSUSE:Factory checked in at 2022-07-10 23:15:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ipyleaflet (Old)
 and      /work/SRC/openSUSE:Factory/.python-ipyleaflet.new.1523 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-ipyleaflet"

Sun Jul 10 23:15:27 2022 rev:10 rq:988046 version:0.17.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-ipyleaflet/python-ipyleaflet.changes      
2022-06-18 22:06:04.815646767 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-ipyleaflet.new.1523/python-ipyleaflet.changes
    2022-07-10 23:15:32.500968252 +0200
@@ -1,0 +2,37 @@
+Sat Jul  9 13:22:48 UTC 2022 - Arun Persaud <a...@gmx.de>
+
+- update to version 0.17.0:
+  * New Features
+    + Make it possible to use Choropleth layer with data containing
+      NaNs #972
+    + Add Map panes #999
+    + Allow setting Map.dragging #1001
+    + Add visible attribute to GeoJSON layer #1002
+  * Deprecated API
+    + Deprecate LegendControl properties name, legends, positioning,
+      and positionning #979 and #1005. Update your code with the
+      following substitutions for a LegendControl legend:
+        legend.name -> legend.title
+        legend.legends -> legend.legend
+        legend.positioning -> legend.position
+        legend.positionnning -> legend.position
+     The name argument in creating a LegendControl is also deprecated,
+     please use the title argument instead: LegendControl({},
+     title='My Title').
+    + Deprecate layer and control-specific method names for Map and
+      LayerGroup, in favor of methods that work for both layers and
+      controls #982. Update your code with the following substitutions
+      for a Map map (or LayerGroup):
+        map.add_control(...) or map.add_layer(...) -> map.add(...)
+        map.remove_control(...) or map.remove_layer(...) -> map.remove(...)
+        map.substitute_control(...) or map.substitute_layer(...) -> 
map.substitute(...)
+        map.clear_controls(...) or map.clear_layers(...) -> map.clear(...)
+      The inline operators still continue to work as before, such as
+      map += control or map -= layer.
+  * Maintenance
+    + Compute the public path automatically #988
+  * Docs
+    + Document use of multiple basemaps #971
+    + Add a small introduction text #992
+
+-------------------------------------------------------------------

Old:
----
  ipyleaflet-0.16.0-py2.py3-none-any.whl

New:
----
  ipyleaflet-0.17.0-py2.py3-none-any.whl

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-ipyleaflet.spec ++++++
--- /var/tmp/diff_new_pack.dNQiHW/_old  2022-07-10 23:15:33.760970179 +0200
+++ /var/tmp/diff_new_pack.dNQiHW/_new  2022-07-10 23:15:33.764970185 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python3-%{**}}
 %define         skip_python2 1
 Name:           python-ipyleaflet
-Version:        0.16.0
+Version:        0.17.0
 Release:        0
 Summary:        A Jupyter widget for dynamic Leaflet maps
 License:        MIT

Reply via email to