From 2dbef956050a6c48c4d10b38020d0fdca98c6752496570cd55d63a9d0408a97c Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Thu, 21 Mar 2024 20:07:12 +0000 Subject: [PATCH] Accepting request 1160471 from home:bnavigator:branches:Application:Geo - Don't test folium on python39: no longer available OBS-URL: https://build.opensuse.org/request/show/1160471 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/python-geopandas?expand=0&rev=18 --- python-geopandas.changes | 5 +++++ python-geopandas.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-geopandas.changes b/python-geopandas.changes index 72bffae..8005244 100644 --- a/python-geopandas.changes +++ b/python-geopandas.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 21 20:06:36 UTC 2024 - Ben Greiner + +- Don't test folium on python39: no longer available + ------------------------------------------------------------------- Tue Mar 5 21:10:50 UTC 2024 - Ben Greiner diff --git a/python-geopandas.spec b/python-geopandas.spec index 74d14ae..f012cda 100644 --- a/python-geopandas.spec +++ b/python-geopandas.spec @@ -49,7 +49,7 @@ Recommends: python-matplotlib BuildArch: noarch %if %{with test} BuildRequires: %{python_module Rtree} -BuildRequires: %{python_module folium} +BuildRequires: %{python_module folium if %python-base >= 3.10} BuildRequires: %{python_module fsspec} BuildRequires: %{python_module geopandas = %{version}} BuildRequires: %{python_module geopy}