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