14
0
forked from pool/python-loguru

Accepting request 1086767 from devel:languages:python

- drop optional mypy testing dependency

OBS-URL: https://build.opensuse.org/request/show/1086767
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-loguru?expand=0&rev=12
This commit is contained in:
2023-05-12 18:38:59 +00:00
committed by Git OBS Bridge
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri May 12 13:31:07 UTC 2023 - Dirk Müller <dmueller@suse.com>
- drop optional mypy testing dependency
-------------------------------------------------------------------
Fri May 5 12:35:44 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -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