diff --git a/python-dateutil.spec b/python-dateutil.spec index 7fbac0611af2a000a57944d5b901d0551ad728a8..2131d6d6f026f132a369463f68ca9ee3d10090e4 100644 --- a/python-dateutil.spec +++ b/python-dateutil.spec @@ -3,10 +3,10 @@ Name: python-dateutil Version: 2.8.1 -Release: 2 +Release: 3 Epoch: 1 Summary: Powerful extensions to datetime -License: Apache 2.0 or BSD +License: Apache 2.0 or BSD or Python URL: https://github.com/dateutil/dateutil Source0: https://files.pythonhosted.org/packages/source/p/python-dateutil/python-dateutil-%{version}.tar.gz @@ -48,6 +48,8 @@ Requires: python3-six tzdata %py3_install %check +rm setup.cfg +export LANG=en_US.UTF-8 %{__python2} setup.py test %{__python3} setup.py test @@ -70,6 +72,9 @@ Requires: python3-six tzdata %doc NEWS PKG-INFO RELEASING %changelog +* Sat Aug 7 2021 zhanzhimin - 1:2.8.1-3 +- fix unknown pytest.mark.no_cover fail in make check + * Wed May 13 2020 wangchen - 1:2.8.1-2 - Type:bugfix - ID:NA