Hello community, here is the log from the commit of package python-incremental for openSUSE:Factory checked in at 2020-05-01 11:07:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-incremental (Old) and /work/SRC/openSUSE:Factory/.python-incremental.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-incremental" Fri May 1 11:07:00 2020 rev:4 rq:798928 version:17.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-incremental/python-incremental.changes 2019-06-18 14:47:52.409706091 +0200 +++ /work/SRC/openSUSE:Factory/.python-incremental.new.2738/python-incremental.changes 2020-05-01 11:07:03.223025463 +0200 @@ -1,0 +2,6 @@ +Wed Apr 29 13:35:51 UTC 2020 - Tomáš Chvátal <[email protected]> + +- Skip two tests that fail due to changes in pytest framework + needs to be fixed by upstream + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-incremental.spec ++++++ --- /var/tmp/diff_new_pack.qQcWqk/_old 2020-05-01 11:07:04.147027473 +0200 +++ /var/tmp/diff_new_pack.qQcWqk/_new 2020-05-01 11:07:04.147027473 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-incremental # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -30,7 +30,6 @@ Release: 0 Summary: Library that versions your Python projects License: MIT -Group: Development/Languages/Python URL: https://github.com/twisted/incremental Source: https://files.pythonhosted.org/packages/source/i/incremental/incremental-%{version}.tar.gz BuildRequires: %{python_module setuptools} @@ -63,7 +62,9 @@ %if %{with test} %check -%pytest +# test_prereleaseAttributeDeprecated - same as bellow +# test_prereleaseDeprecated - uses deprecated pytest behaviour removed with pytest 5.4 +%pytest -k 'not test_prereleaseAttributeDeprecated and not test_prereleaseDeprecated' %endif %if !%{with test}
