Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-falcon for openSUSE:Factory checked in at 2024-03-20 21:16:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-falcon (Old) and /work/SRC/openSUSE:Factory/.python-falcon.new.1905 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-falcon" Wed Mar 20 21:16:34 2024 rev:22 rq:1159647 version:3.1.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-falcon/python-falcon.changes 2024-02-07 18:52:35.715772808 +0100 +++ /work/SRC/openSUSE:Factory/.python-falcon.new.1905/python-falcon.changes 2024-03-20 21:20:27.511521233 +0100 @@ -1,0 +2,6 @@ +Tue Mar 19 18:32:56 UTC 2024 - Daniel Garcia <daniel.gar...@suse.com> + +- Ignore "tests/asgi" for python 3.9, some ws tests stalls with this + python version + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-falcon.spec ++++++ --- /var/tmp/diff_new_pack.jkECMw/_old 2024-03-20 21:20:28.191546213 +0100 +++ /var/tmp/diff_new_pack.jkECMw/_new 2024-03-20 21:20:28.195546360 +0100 @@ -103,9 +103,12 @@ %check export LANG=en_US.UTF8 -if [ %{python3_version_nodots} -eq 36 ]; then - python3_donttest=("--ignore" "tests/asgi") +%{python_expand # +if [ %{$python_version_nodots} -lt 310 ]; then + $python_donttest=("--ignore" "tests/asgi") fi +} + %pytest "${$python_donttest[@]}" tests %post