Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-loguru for openSUSE:Factory checked in at 2021-01-21 21:54:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-loguru (Old) and /work/SRC/openSUSE:Factory/.python-loguru.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-loguru" Thu Jan 21 21:54:48 2021 rev:3 rq:865380 version:0.4.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-loguru/python-loguru.changes 2020-02-18 10:36:56.084519624 +0100 +++ /work/SRC/openSUSE:Factory/.python-loguru.new.28504/python-loguru.changes 2021-01-21 21:54:49.785781017 +0100 @@ -1,0 +2,12 @@ +Thu Jan 21 10:44:04 UTC 2021 - Benjamin Greiner <[email protected]> + +- Add runtime requirement for contextvars and the correct BR for + Leap +- Skip failing tests on 32-bit + +------------------------------------------------------------------- +Thu Jan 21 06:00:45 UTC 2021 - Steve Kowalik <[email protected]> + +- BuildRequire python36-aiocontextvars if building under python 3.6 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-loguru.spec ++++++ --- /var/tmp/diff_new_pack.wZbkMu/_old 2021-01-21 21:54:50.209781177 +0100 +++ /var/tmp/diff_new_pack.wZbkMu/_new 2021-01-21 21:54:50.209781177 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-loguru # -# 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 @@ -31,6 +31,10 @@ BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros +BuildRequires: ((python3-aiocontextvars and python3-base < 3.7) or (python36-aiocontextvars and python36-base)) +%if 0%{?python_version_nodots} < 37 +Requires: python-aiocontextvars +%endif Recommends: python-colorama BuildArch: noarch @@ -52,7 +56,11 @@ %check export LANG=en_US.UTF-8 -%pytest +if [ $(getconf LONG_BIT) = 32 ]; then + # Threads have different references on 32-bit + donttest="(test_log_formatters and thread and not thread.name)" +fi +%pytest ${donttest:+ -k "not ($donttest)"} %files %{python_files} %license LICENSE
