Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-Fiona for openSUSE:Factory checked in at 2025-07-10 22:10:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Fiona (Old) and /work/SRC/openSUSE:Factory/.python-Fiona.new.7373 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Fiona" Thu Jul 10 22:10:57 2025 rev:6 rq:1291523 version:1.10.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Fiona/python-Fiona.changes 2025-04-15 16:49:58.869303398 +0200 +++ /work/SRC/openSUSE:Factory/.python-Fiona.new.7373/python-Fiona.changes 2025-07-10 22:11:04.237025416 +0200 @@ -1,0 +2,6 @@ +Thu Jul 3 09:45:38 UTC 2025 - Ben Greiner <c...@bnavigator.de> + +- Skip fio cli tests because of click 8.2.1 regression + * gh#pallets/click#2939 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Fiona.spec ++++++ --- /var/tmp/diff_new_pack.oHimAU/_old 2025-07-10 22:11:04.869051703 +0200 +++ /var/tmp/diff_new_pack.oHimAU/_new 2025-07-10 22:11:04.873051869 +0200 @@ -91,12 +91,14 @@ skiptests="$skiptests or GPSTrackMaker" # December 2022: test_no_append_driver_cannot_append has started failing for FlatGeobuf and GeoJSONSeq only skiptests="$skiptests or (test_no_append_driver_cannot_append and (FlatGeobuf or GeoJSONSeq))" +# Issues with click 8.2.1 on tests: https://github.com/pallets/click/issues/2939 +skiptests="$skiptests or test_fio" mv fiona fiona_temp export GDAL_DATA=$(pkg-config --variable=datadir gdal) export PROJ_LIB=$(pkg-config --variable=datadir proj) export LANG=en_US.UTF-8 -%pytest_arch -rs -k "not ($skiptests)" +%pytest_arch -rsfE -k "not ($skiptests)" mv fiona_temp fiona %files %{python_files}