Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-flex for openSUSE:Factory checked in at 2021-05-16 23:42:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-flex (Old) and /work/SRC/openSUSE:Factory/.python-flex.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-flex" Sun May 16 23:42:02 2021 rev:4 rq:893470 version:6.14.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-flex/python-flex.changes 2020-09-17 15:02:50.296595861 +0200 +++ /work/SRC/openSUSE:Factory/.python-flex.new.2988/python-flex.changes 2021-05-16 23:44:19.145091758 +0200 @@ -1,0 +2,8 @@ +Sun May 16 13:32:39 UTC 2021 - Ben Greiner <c...@bnavigator.de> + +- Skip a failing test on Python 3.9.5: request url with tabs + gh#pipermerriam/flex#234 +- Skip python2 because it fails on Leap: factory_boy does not + support Python 2 anymore + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-flex.spec ++++++ --- /var/tmp/diff_new_pack.6sp7bs/_old 2021-05-16 23:44:19.589090038 +0200 +++ /var/tmp/diff_new_pack.6sp7bs/_new 2021-05-16 23:44:19.593090022 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-flex # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,6 +17,8 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +# Python 2 is not supported by factory_boy anymore +%define skip_python2 1 Name: python-flex Version: 6.14.1 Release: 0 @@ -50,7 +52,7 @@ Requires: python-strict-rfc3339 >= 0.7 Requires: python-validate_email >= 1.2 Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives BuildArch: noarch %python_subpackages @@ -69,7 +71,9 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%pytest +# https://github.com/pipermerriam/flex/issues/234 +python39_donttest=" or (test_request_parameter_array_extraction and tsv)" +%pytest -k "not (donttestdummyprefix ${$python_donttest})" %post %python_install_alternative swagger-flex