forked from pool/python-geopandas
Accepting request 1171986 from Application:Geo
OBS-URL: https://build.opensuse.org/request/show/1171986 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-geopandas?expand=0&rev=9
This commit is contained in:
commit
cd4ace8f49
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:748af035d4a068a4ae00cab384acb61d387685c833b0022e0729aa45216b23ac
|
||||
size 1103416
|
3
geopandas-0.14.4.tar.gz
Normal file
3
geopandas-0.14.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:56765be9d58e2c743078085db3bd07dc6be7719f0dbe1dfdc1d705cb80be7c25
|
||||
size 1106304
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun May 5 10:59:24 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- 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 <code@bnavigator.de>
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user