From db321bee386010eb3d73b629303b49b7c849d93529b9a44a5f584071061bca32 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Sun, 5 May 2024 14:15:54 +0000 Subject: [PATCH] Accepting request 1171979 from home:bnavigator:branches:Application:Geo OBS-URL: https://build.opensuse.org/request/show/1171979 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/python-geopandas?expand=0&rev=20 --- geopandas-0.14.3.tar.gz | 3 --- geopandas-0.14.4.tar.gz | 3 +++ python-geopandas.changes | 7 +++++++ python-geopandas.spec | 5 ++++- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 geopandas-0.14.3.tar.gz create mode 100644 geopandas-0.14.4.tar.gz diff --git a/geopandas-0.14.3.tar.gz b/geopandas-0.14.3.tar.gz deleted file mode 100644 index ef28adb..0000000 --- a/geopandas-0.14.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:748af035d4a068a4ae00cab384acb61d387685c833b0022e0729aa45216b23ac -size 1103416 diff --git a/geopandas-0.14.4.tar.gz b/geopandas-0.14.4.tar.gz new file mode 100644 index 0000000..7233a81 --- /dev/null +++ b/geopandas-0.14.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56765be9d58e2c743078085db3bd07dc6be7719f0dbe1dfdc1d705cb80be7c25 +size 1106304 diff --git a/python-geopandas.changes b/python-geopandas.changes index 8005244..03497b1 100644 --- a/python-geopandas.changes +++ b/python-geopandas.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun May 5 10:59:24 UTC 2024 - Ben Greiner + +- Update to 0.14.4 + * Several fixes for compatibility with the upcoming pandas 3.0, + numpy 2.0 and fiona 1.10 releases. + ------------------------------------------------------------------- Thu Mar 21 20:06:36 UTC 2024 - Ben Greiner diff --git a/python-geopandas.spec b/python-geopandas.spec index f012cda..43e46df 100644 --- a/python-geopandas.spec +++ b/python-geopandas.spec @@ -25,12 +25,13 @@ %bcond_with test %endif Name: python-geopandas%{psuffix} -Version: 0.14.3 +Version: 0.14.4 Release: 0 Summary: Geographic pandas extensions License: BSD-3-Clause Group: Development/Languages/Python URL: https://geopandas.org +# SourceRepository: https://github.com/geopandas/geopandas Source: https://files.pythonhosted.org/packages/source/g/geopandas/geopandas-%{version}.tar.gz BuildRequires: %{python_module base >= 3.9} BuildRequires: %{python_module pip} @@ -40,6 +41,7 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: proj Requires: python-Fiona >= 1.8.21 +Requires: python-numpy >= 1.22 Requires: python-packaging Requires: python-pandas >= 1.4.0 Requires: python-pyproj >= 3.3.0 @@ -54,6 +56,7 @@ BuildRequires: %{python_module fsspec} BuildRequires: %{python_module geopandas = %{version}} BuildRequires: %{python_module geopy} BuildRequires: %{python_module matplotlib >= 3.5.0} +BuildRequires: %{python_module numpy >= 1.22} BuildRequires: %{python_module psycopg2} BuildRequires: %{python_module pyarrow} BuildRequires: %{python_module pytest}