Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-resolvelib for openSUSE:Factory checked in at 2023-01-18 13:12:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-resolvelib (Old) and /work/SRC/openSUSE:Factory/.python-resolvelib.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-resolvelib" Wed Jan 18 13:12:35 2023 rev:12 rq:1059315 version:0.8.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-resolvelib/python-resolvelib.changes 2022-12-16 17:51:54.340101530 +0100 +++ /work/SRC/openSUSE:Factory/.python-resolvelib.new.32243/python-resolvelib.changes 2023-01-18 13:13:16.277462191 +0100 @@ -1,0 +2,6 @@ +Wed Jan 18 08:12:49 UTC 2023 - Torsten Gruner <simmpho...@opensuse.org> + +- ignore some faulty tests + Because of python-packaging version: gh#sarugaku/resolvelib#114 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-resolvelib.spec ++++++ --- /var/tmp/diff_new_pack.aW4hn2/_old 2023-01-18 13:13:16.833465182 +0100 +++ /var/tmp/diff_new_pack.aW4hn2/_new 2023-01-18 13:13:16.841465225 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-resolvelib # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,7 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-resolvelib # ansible-core 2.14.x is currently requiring < 0.9.0 Version: 0.8.1 @@ -27,8 +26,9 @@ URL: https://github.com/sarugaku/resolvelib Source: https://github.com/sarugaku/resolvelib/archive/%{version}.tar.gz#/resolvelib-%{version}.tar.gz BuildRequires: %{python_module commentjson} +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch @@ -41,17 +41,20 @@ %setup -q -n resolvelib-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%pytest +# Ignoring some faulty tests because of python-packaging version: +# gh#sarugaku/resolvelib#114 +%pytest --ignore tests/functional/cocoapods/test_resolvers_cocoapods.py --ignore tests/functional/python/test_resolvers_python.py %files %{python_files} %doc README.rst -%{python_sitelib}/* +%{python_sitelib}/resolvelib +%{python_sitelib}/resolvelib-%{version}*info %changelog