Accepting request 1155356 from home:bnavigator:branches:Application:Geo

- Update to 0.14.3
  * Several fixes for compatibility with the latest pandas 2.2
    release.
  * Fix bug in pandas.concat CRS consistency checking where CRS
    differing by WKT whitespace only were treated as incompatible
    (#3023).
- Version 0.14.2 (Jan 4, 2024)
  * Fix regression in overlay where using buffer(0) instead of
    make_valid internally produced invalid results (#3074).
  * Fix explore() method when the active geometry contains missing
    and empty geometries (#3094).

OBS-URL: https://build.opensuse.org/request/show/1155356
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/python-geopandas?expand=0&rev=16
This commit is contained in:
Benjamin Greiner 2024-03-05 21:35:11 +00:00 committed by Git OBS Bridge
parent 3e38bb421f
commit 18379c7702
4 changed files with 21 additions and 6 deletions

View File

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

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

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Mar 5 21:10:50 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Update to 0.14.3
* Several fixes for compatibility with the latest pandas 2.2
release.
* Fix bug in pandas.concat CRS consistency checking where CRS
differing by WKT whitespace only were treated as incompatible
(#3023).
- Version 0.14.2 (Jan 4, 2024)
* Fix regression in overlay where using buffer(0) instead of
make_valid internally produced invalid results (#3074).
* Fix explore() method when the active geometry contains missing
and empty geometries (#3094).
-------------------------------------------------------------------
Fri Nov 24 16:40:15 UTC 2023 - Ben Greiner <code@bnavigator.de>

View File

@ -1,7 +1,7 @@
#
# spec file
# spec file for package python-geopandas
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -25,7 +25,7 @@
%bcond_with test
%endif
Name: python-geopandas%{psuffix}
Version: 0.14.1
Version: 0.14.3
Release: 0
Summary: Geographic pandas extensions
License: BSD-3-Clause