Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-geopandas for
openSUSE:Factory checked in at 2023-10-25 18:05:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-geopandas (Old)
and /work/SRC/openSUSE:Factory/.python-geopandas.new.24901 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-geopandas"
Wed Oct 25 18:05:17 2023 rev:5 rq:1120302 version:0.14.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-geopandas/python-geopandas.changes
2023-09-25 20:03:24.682610842 +0200
+++
/work/SRC/openSUSE:Factory/.python-geopandas.new.24901/python-geopandas.changes
2023-10-25 18:06:04.661011261 +0200
@@ -1,0 +2,7 @@
+Wed Oct 25 13:41:11 UTC 2023 - Ben Greiner <[email protected]>
+
+- Skip a test still failing with pandas 2.1.1
+ * See gh#geopandas/geopandas#2948, gh#geopandas/geopandas#2994,
+ gh#geopandas/geopandas#3038
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-geopandas.spec ++++++
--- /var/tmp/diff_new_pack.eLkk4H/_old 2023-10-25 18:06:05.437037360 +0200
+++ /var/tmp/diff_new_pack.eLkk4H/_new 2023-10-25 18:06:05.437037360 +0200
@@ -95,6 +95,8 @@
# 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