diff --git a/geopandas-0.14.1.tar.gz b/geopandas-0.14.1.tar.gz deleted file mode 100644 index beca9f5..0000000 --- a/geopandas-0.14.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4853ff89ecb6d1cfc43e7b3671092c8160e8a46a3dd7368f25906283314e42bb -size 1101518 diff --git a/geopandas-0.14.3.tar.gz b/geopandas-0.14.3.tar.gz new file mode 100644 index 0000000..ef28adb --- /dev/null +++ b/geopandas-0.14.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:748af035d4a068a4ae00cab384acb61d387685c833b0022e0729aa45216b23ac +size 1103416 diff --git a/python-geopandas.changes b/python-geopandas.changes index b472924..72bffae 100644 --- a/python-geopandas.changes +++ b/python-geopandas.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Mar 5 21:10:50 UTC 2024 - Ben Greiner + +- 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 diff --git a/python-geopandas.spec b/python-geopandas.spec index f7cb40a..74d14ae 100644 --- a/python-geopandas.spec +++ b/python-geopandas.spec @@ -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