From 67e3b369b4c28fd5fb16d48277b975e66a244ea34e90cb08d140f2c7515e27b4 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 12 May 2023 13:32:08 +0000 Subject: [PATCH] - drop optional mypy testing dependency OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-loguru?expand=0&rev=24 --- python-loguru.changes | 5 +++++ python-loguru.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-loguru.changes b/python-loguru.changes index 213a3ca..ce88ae3 100644 --- a/python-loguru.changes +++ b/python-loguru.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri May 12 13:31:07 UTC 2023 - Dirk Müller + +- drop optional mypy testing dependency + ------------------------------------------------------------------- Fri May 5 12:35:44 UTC 2023 - Dirk Müller diff --git a/python-loguru.spec b/python-loguru.spec index 8e6ccac..ddf1e04 100644 --- a/python-loguru.spec +++ b/python-loguru.spec @@ -30,7 +30,6 @@ URL: https://github.com/Delgan/loguru Source: https://files.pythonhosted.org/packages/source/l/loguru/loguru-%{version}.tar.gz BuildRequires: %{python_module colorama} BuildRequires: %{python_module freezegun} -BuildRequires: %{python_module mypy} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes @@ -55,6 +54,7 @@ which dispatches log messages to configured handlers. %python_expand %fdupes %{buildroot}%{$python_sitelib} %check +rm -v tests/test_type_hinting.py export LANG=en_US.UTF-8 if [ $(getconf LONG_BIT) = 32 ]; then # Threads have different references on 32-bit