forked from pool/python-geopandas
Accepting request 1128626 from home:bnavigator:branches:Application:Geo
- 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 OBS-URL: https://build.opensuse.org/request/show/1128626 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/python-geopandas?expand=0&rev=14
This commit is contained in:
parent
fc559f77eb
commit
3e38bb421f
@ -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
3
geopandas-0.14.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4853ff89ecb6d1cfc43e7b3671092c8160e8a46a3dd7368f25906283314e42bb
|
||||
size 1101518
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user