1
0

Accepting request 1128627 from Application:Geo

OBS-URL: https://build.opensuse.org/request/show/1128627
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-geopandas?expand=0&rev=6
This commit is contained in:
Ana Guerrero 2023-11-24 22:35:36 +00:00 committed by Git OBS Bridge
commit 3140407422
4 changed files with 15 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ea6c031889e1e1888aecaa6e182ca620d78f63551c49b3002a998bcbb280531f
size 1100371

3
geopandas-0.14.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4853ff89ecb6d1cfc43e7b3671092c8160e8a46a3dd7368f25906283314e42bb
size 1101518

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Nov 24 16:40:15 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Update to 0.14.1
* The Parquet and Feather IO functions now support the latest
1.0.0 version of the GeoParquet specification (geoparquet.org)
(#2663).
* Fix read_parquet and read_feather for CVE-2023-47248 (#3070).
- Remove deprecated pygeos from testing: It is included in Shapely
now
-------------------------------------------------------------------
Wed Oct 25 13:41:11 UTC 2023 - Ben Greiner <code@bnavigator.de>

View File

@ -25,7 +25,7 @@
%bcond_with test
%endif
Name: python-geopandas%{psuffix}
Version: 0.14.0
Version: 0.14.1
Release: 0
Summary: Geographic pandas extensions
License: BSD-3-Clause
@ -56,7 +56,6 @@ BuildRequires: %{python_module geopy}
BuildRequires: %{python_module matplotlib >= 3.5.0}
BuildRequires: %{python_module psycopg2}
BuildRequires: %{python_module pyarrow}
BuildRequires: %{python_module pygeos >= 0.10}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module scipy}
BuildRequires: %{python_module sqlalchemy}
@ -95,8 +94,6 @@ donttest="$donttest or (test_arrow and (test_read_versioned_file or test_read_gd
# wrong shapely type
donttest="$donttest or (test_geom_methods and test_sample_points_array)"
donttest="$donttest or (test_random and test_uniform and geom)"
# https://github.com/geopandas/geopandas/issues/2948, https://github.com/geopandas/geopandas/pull/2994
donttest="$donttest or (test_pandas_method and test_astype)"
if [ $(getconf LONG_BIT) -eq 32 ]; then
donttest="$donttest or test_explode or test_get_coordinates_parts"
fi