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 2026-05-12 19:27:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-loguru (Old) and /work/SRC/openSUSE:Factory/.python-loguru.new.1966 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-loguru" Tue May 12 19:27:39 2026 rev:18 rq:1352595 version:0.7.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-loguru/python-loguru.changes 2025-11-12 21:14:52.683367893 +0100 +++ /work/SRC/openSUSE:Factory/.python-loguru.new.1966/python-loguru.changes 2026-05-12 19:29:12.845417733 +0200 @@ -1,0 +2,6 @@ +Tue May 12 05:39:17 UTC 2026 - Steve Kowalik <[email protected]> + +- Skip the mypy portion of the testsuite, it is incredibly brittle. +- Drop patch support-new-mypy.patch, no longer required. + +------------------------------------------------------------------- Old: ---- support-new-mypy.patch ----------(Old B)---------- Old:- Skip the mypy portion of the testsuite, it is incredibly brittle. - Drop patch support-new-mypy.patch, no longer required. ----------(Old E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-loguru.spec ++++++ --- /var/tmp/diff_new_pack.PYbX1k/_old 2026-05-12 19:29:15.301519525 +0200 +++ /var/tmp/diff_new_pack.PYbX1k/_new 2026-05-12 19:29:15.313520022 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-loguru # -# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,10 +24,8 @@ License: MIT URL: https://github.com/Delgan/loguru Source: https://github.com/Delgan/loguru/archive/refs/tags/%{version}.tar.gz#/loguru-%{version}.tar.gz -# PATCH-FIX-OPENSUSE Support newer mypy than upstream -Patch0: support-new-mypy.patch # PATCH-FIX-UPSTREAM gh#Delgan/loguru#84023e2bd8339de95250470f422f096edcb8f7b7 -Patch1: support-python314.patch +Patch0: support-python314.patch BuildRequires: %{python_module colorama} BuildRequires: %{python_module flit-core} BuildRequires: %{python_module freezegun} @@ -64,7 +62,9 @@ # Threads have different references on 32-bit donttest=" or (test_log_formatters and thread and not thread.name)" fi -%pytest -k "not (donttestexprprefixdummy $donttest)" +# Do not run mypy https://github.com/Delgan/loguru/issues/1460 +ignore="--ignore=tests/typesafety/test_logger.yml" +%pytest $ignore -k "not (donttestexprprefixdummy $donttest)" %files %{python_files} %license LICENSE
