From 3e38bb421f5ea7fe75819bf7f5b060fc69c27b7518fd94e75196dd7765182380 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Fri, 24 Nov 2023 16:48:57 +0000 Subject: [PATCH] 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 --- geopandas-0.14.0.tar.gz | 3 --- geopandas-0.14.1.tar.gz | 3 +++ python-geopandas.changes | 11 +++++++++++ python-geopandas.spec | 5 +---- 4 files changed, 15 insertions(+), 7 deletions(-) delete mode 100644 geopandas-0.14.0.tar.gz create mode 100644 geopandas-0.14.1.tar.gz diff --git a/geopandas-0.14.0.tar.gz b/geopandas-0.14.0.tar.gz deleted file mode 100644 index b7fa81c..0000000 --- a/geopandas-0.14.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ea6c031889e1e1888aecaa6e182ca620d78f63551c49b3002a998bcbb280531f -size 1100371 diff --git a/geopandas-0.14.1.tar.gz b/geopandas-0.14.1.tar.gz new file mode 100644 index 0000000..beca9f5 --- /dev/null +++ b/geopandas-0.14.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4853ff89ecb6d1cfc43e7b3671092c8160e8a46a3dd7368f25906283314e42bb +size 1101518 diff --git a/python-geopandas.changes b/python-geopandas.changes index 241c948..b472924 100644 --- a/python-geopandas.changes +++ b/python-geopandas.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Nov 24 16:40:15 UTC 2023 - Ben Greiner + +- 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 diff --git a/python-geopandas.spec b/python-geopandas.spec index 8c005b2..f7cb40a 100644 --- a/python-geopandas.spec +++ b/python-geopandas.spec @@ -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