diff --git a/folium-0.18.0.tar.gz b/folium-0.18.0.tar.gz deleted file mode 100644 index f5420d9c3594944e4d63d5fdb2668aea4315535f..0000000000000000000000000000000000000000 Binary files a/folium-0.18.0.tar.gz and /dev/null differ diff --git a/folium-0.19.6.tar.gz b/folium-0.19.6.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..c620a1880a20d6c9f28d4ce6bef6cce3b64c94b6 Binary files /dev/null and b/folium-0.19.6.tar.gz differ diff --git a/python-folium.spec b/python-folium.spec index 6601314aba81411fa82bac0bc1a54998e0dfc286..a6a7f415743356798af67a0853c9f88b2d58a65a 100644 --- a/python-folium.spec +++ b/python-folium.spec @@ -1,11 +1,11 @@ Name: python-folium -Version: 0.18.0 +Version: 0.19.6 Release: 1 Summary: Python library for visualizing data on a Leaflet map License: MIT URL: https://github.com/python-visualization/folium -Source0: https://files.pythonhosted.org/packages/d8/75/4ffc50fac2a881f07c48232d6200d50ca040a83e2e0e96f523610eec27a7/folium-0.18.0.tar.gz +Source0: https://files.pythonhosted.org/packages/5d/50/3fa76b58d42dc01cc09cda2084723f9c6306b56d5cc2f04f01291da78f7e/folium-0.19.6.tar.gz BuildArch: noarch %global _description %{expand: @@ -48,6 +48,21 @@ BuildRequires: python3-hatchling %{python3_sitelib}/folium/ %changelog +* Fri May 23 2025 Dongxing Wang - 0.19.6-1 +- Update package to version 0.19.6 + Fix numeric keys for dict inputs in tojavascript + Make DivIcon and CustomIcon work with the new Marker approach + Add the GeoMan plugin + Allow users to add new Control classes without implementing a plugin + Fix add_child on Marker not returning self + Fix icon when passing Marker to GeoJson + Fix javascript template of TimelineSlider plugin + Add DivIcon and CustomIcon as accepted type of Marker icon + Fix type hints after adding Branca type checking + Remove empty values from the options + Allow jscode in **kwargs throughout Folium + Add OverlappingMarkerSpiderfier Plugin + * Wed Oct 30 2024 Dongxing Wang - 0.18.0-1 - Update package to version 0.18.0 Drop Python 3.8, add Python 3.13