Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-web.py for openSUSE:Factory checked in at 2021-07-01 07:05:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-web.py (Old) and /work/SRC/openSUSE:Factory/.python-web.py.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-web.py" Thu Jul 1 07:05:41 2021 rev:14 rq:903207 version:0.62 Changes: -------- --- /work/SRC/openSUSE:Factory/python-web.py/python-web.py.changes 2020-11-10 13:53:27.962848553 +0100 +++ /work/SRC/openSUSE:Factory/.python-web.py.new.2625/python-web.py.changes 2021-07-01 07:05:56.299334657 +0200 @@ -1,0 +2,5 @@ +Wed Jun 30 10:44:53 UTC 2021 - Matej Cepl <mcepl@suse.com> + +- Skip ApplicationTest.test_routing test (reported upstream as gh#webpy/webpy#712) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-web.py.spec ++++++ --- /var/tmp/diff_new_pack.r4XnRz/_old 2021-07-01 07:05:56.927329752 +0200 +++ /var/tmp/diff_new_pack.r4XnRz/_new 2021-07-01 07:05:56.931329720 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-web.py # -# 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 @@ -23,7 +23,7 @@ Version: 0.62 Release: 0 Summary: web.py: makes web apps -License: SUSE-Public-Domain AND BSD-3-Clause +License: BSD-3-Clause AND SUSE-Public-Domain URL: https://webpy.org/ Source: https://files.pythonhosted.org/packages/source/w/web.py/web.py-%{version}.tar.gz BuildRequires: %{python_module setuptools} @@ -51,7 +51,8 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%pytest +# gh#webpy/webpy#712 +%pytest -k 'not test_routing' %files %{python_files} %{python_sitelib}/*