diff --git a/python-mako.spec b/python-mako.spec index 4107eea87b9cf333df6d0ad04bf9febad9525fce..4e7e9a86483764e7690dffa77a07bcab396fe456 100644 --- a/python-mako.spec +++ b/python-mako.spec @@ -2,7 +2,7 @@ Name: python-mako Version: 1.1.4 -Release: 3 +Release: 4 Summary: Mako template library for Python License: MIT Group: Development/Languages @@ -11,7 +11,7 @@ Source0: https://files.pythonhosted.org/packages/source/M/Mako/Mako-%{version}.t BuildArch: noarch BuildRequires: python3-devel python3-setuptools -BuildRequires: python3-markupsafe python3-mock python3-nose +BuildRequires: python3-markupsafe python3-mock BuildRequires: python3-pytest %description @@ -61,6 +61,9 @@ rm -rf doc/build %doc doc %changelog +* Wed Mar 30 2022 wangjiang 1.1.4-4 +- remove python-nose build required + * Wed Feb 23 2022 yuanxin - 1.1.4-3 - enable %check