Accepting request 1155357 from Application:Geo
OBS-URL: https://build.opensuse.org/request/show/1155357 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-geopandas?expand=0&rev=7
This commit is contained in:
commit
6da1d4542e
@ -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
3
geopandas-0.14.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:748af035d4a068a4ae00cab384acb61d387685c833b0022e0729aa45216b23ac
|
||||||
|
size 1103416
|
@ -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>
|
Fri Nov 24 16:40:15 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -25,7 +25,7 @@
|
|||||||
%bcond_with test
|
%bcond_with test
|
||||||
%endif
|
%endif
|
||||||
Name: python-geopandas%{psuffix}
|
Name: python-geopandas%{psuffix}
|
||||||
Version: 0.14.1
|
Version: 0.14.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Geographic pandas extensions
|
Summary: Geographic pandas extensions
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Loading…
x
Reference in New Issue
Block a user