diff --git a/python-mako.spec b/python-mako.spec index 5f567e394cd93dcbde469a4ba94110368ba9ae0d..2ebff0c9ff68ad65d19f9bd9c33744f2bd83aa10 100644 --- a/python-mako.spec +++ b/python-mako.spec @@ -1,6 +1,6 @@ Name: python-mako Version: 1.0.6 -Release: 15 +Release: 16 Summary: Mako template library for Python License: (MIT and Python) and (BSD or GPLv2) Group: Development/Languages @@ -49,6 +49,8 @@ mv %{buildroot}/%{_bindir}/mako-render %{buildroot}/%{_bindir}/python3-mako-rend rm -rf doc/build %check +rm setup.cfg +export LANG=en_US.UTF-8 %{__python3} setup.py test %files -n python3-mako @@ -61,6 +63,12 @@ rm -rf doc/build %doc doc %changelog +* Tue Jan 19 2021 tianwei - 1.0.6-16 +- Type:NA +- ID:NA +- SUG:NA +- DESC:fix pytest setup.cfg fail in make check + * Sat Aug 8 2020 shixuantong - 1.0.6-15 - Type:NA - ID:NA