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 2023-05-12 20:38:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-loguru (Old) and /work/SRC/openSUSE:Factory/.python-loguru.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-loguru" Fri May 12 20:38:59 2023 rev:12 rq:1086767 version:0.7.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-loguru/python-loguru.changes 2023-05-05 17:33:24.634275816 +0200 +++ /work/SRC/openSUSE:Factory/.python-loguru.new.1533/python-loguru.changes 2023-05-12 20:41:35.359285916 +0200 @@ -1,0 +2,5 @@ +Fri May 12 13:31:07 UTC 2023 - Dirk Müller <dmuel...@suse.com> + +- drop optional mypy testing dependency + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-loguru.spec ++++++ --- /var/tmp/diff_new_pack.ky47n3/_old 2023-05-12 20:41:35.751288070 +0200 +++ /var/tmp/diff_new_pack.ky47n3/_new 2023-05-12 20:41:35.759288114 +0200 @@ -30,7 +30,6 @@ 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 @@ %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