Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-asynctest for openSUSE:Factory checked in at 2021-01-18 11:30:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-asynctest (Old) and /work/SRC/openSUSE:Factory/.python-asynctest.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-asynctest" Mon Jan 18 11:30:15 2021 rev:5 rq:863928 version:0.13.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-asynctest/python-asynctest.changes 2020-08-12 10:36:24.712288721 +0200 +++ /work/SRC/openSUSE:Factory/.python-asynctest.new.28504/python-asynctest.changes 2021-01-18 11:34:39.105092578 +0100 @@ -1,0 +2,6 @@ +Sun Jan 17 23:04:08 UTC 2021 - Benjamin Greiner <c...@bnavigator.de> + +- disable build for python38 and drop py38.patch. Nobody should + use this on Python >= 3.8. Upstream repo looks abandoned + +------------------------------------------------------------------- Old: ---- py38.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-asynctest.spec ++++++ --- /var/tmp/diff_new_pack.PJzWOv/_old 2021-01-18 11:34:39.617093657 +0100 +++ /var/tmp/diff_new_pack.PJzWOv/_new 2021-01-18 11:34:39.621093666 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-asynctest # -# 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 @@ -18,6 +18,7 @@ %{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 +%define skip_python38 1 Name: python-asynctest Version: 0.13.0 Release: 0 @@ -26,7 +27,7 @@ URL: https://github.com/Martiusweb/asynctest/ Source: https://files.pythonhosted.org/packages/source/a/asynctest/asynctest-%{version}.tar.gz Patch0: asynctest-skip-permstest.patch -Patch1: py38.patch +BuildRequires: %{python_module base < 3.8} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes @@ -50,14 +51,13 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -# Tests failing with py3.8 https://github.com/Martiusweb/asynctest/issues/132 # test_basic - it is not supposed to be launched by pytest -# test_patch and test_create_autospec - fail since 3.8 upstream knows https://github.com/Martiusweb/asynctest/issues/132 -%pytest -k 'not (test_basic or test_create_autospec_on_coroutine_and_using_assert_methods or test_awaited_from_autospec_mock or test_patch_coroutine_with_multiple_scopes or test_multiple_patches_on_coroutine or test_patch_coroutine_only_when_running or Test_patch or Test_create_autospec)' +%pytest -k "not (test_basic)" %files %{python_files} %license LICENSE.md %doc README.rst -%{python_sitelib}/* +%{python_sitelib}/asynctest +%{python_sitelib}/asynctest-%{version}*-info %changelog