Add version requirement for markupsafe
This commit is contained in:
parent
9a2954fc5a
commit
8c81a7dfe4
@ -50,13 +50,13 @@ Summary: General purpose template engine for python2
|
|||||||
BuildRequires: python2-devel
|
BuildRequires: python2-devel
|
||||||
BuildRequires: python2-setuptools
|
BuildRequires: python2-setuptools
|
||||||
BuildRequires: python2-babel >= 0.8
|
BuildRequires: python2-babel >= 0.8
|
||||||
BuildRequires: python2-markupsafe
|
BuildRequires: python2-markupsafe >= 0.23
|
||||||
BuildRequires: python2-pytest
|
BuildRequires: python2-pytest
|
||||||
%if %{with docs}
|
%if %{with docs}
|
||||||
BuildRequires: %{_bindir}/sphinx-build-2
|
BuildRequires: %{_bindir}/sphinx-build-2
|
||||||
%endif
|
%endif
|
||||||
Requires: python2-babel >= 0.8
|
Requires: python2-babel >= 0.8
|
||||||
Requires: python2-markupsafe
|
Requires: python2-markupsafe >= 0.23
|
||||||
Requires: python2-setuptools
|
Requires: python2-setuptools
|
||||||
%{?python_provide:%python_provide python2-jinja2}
|
%{?python_provide:%python_provide python2-jinja2}
|
||||||
|
|
||||||
@ -79,13 +79,13 @@ Summary: General purpose template engine for python3
|
|||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
BuildRequires: python3-babel >= 0.8
|
BuildRequires: python3-babel >= 0.8
|
||||||
BuildRequires: python3-markupsafe
|
BuildRequires: python3-markupsafe >= 0.23
|
||||||
BuildRequires: python3-pytest
|
BuildRequires: python3-pytest
|
||||||
%if %{with docs}
|
%if %{with docs}
|
||||||
BuildRequires: %{_bindir}/sphinx-build-3
|
BuildRequires: %{_bindir}/sphinx-build-3
|
||||||
%endif
|
%endif
|
||||||
Requires: python3-babel >= 0.8
|
Requires: python3-babel >= 0.8
|
||||||
Requires: python3-markupsafe
|
Requires: python3-markupsafe >= 0.23
|
||||||
Requires: python3-setuptools
|
Requires: python3-setuptools
|
||||||
%{?python_provide:%python_provide python3-jinja2}
|
%{?python_provide:%python_provide python3-jinja2}
|
||||||
|
|
||||||
@ -215,6 +215,7 @@ popd
|
|||||||
%changelog
|
%changelog
|
||||||
* Wed Feb 27 2019 Phil Wyett <philwyett@kathenas.org> - 2.10-8
|
* Wed Feb 27 2019 Phil Wyett <philwyett@kathenas.org> - 2.10-8
|
||||||
- Fix FTBS due to bad conditional
|
- Fix FTBS due to bad conditional
|
||||||
|
- Add version requirement for markupsafe
|
||||||
|
|
||||||
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.10-7
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.10-7
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user