Disable documentation
Resolves: rhbz#1944567
This commit is contained in:
parent
c226c4d045
commit
8e7e566ba7
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: python-jinja2
|
Name: python-jinja2
|
||||||
Version: 2.11.3
|
Version: 2.11.3
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: General purpose template engine
|
Summary: General purpose template engine
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: https://palletsprojects.com/p/jinja/
|
URL: https://palletsprojects.com/p/jinja/
|
||||||
@ -25,9 +25,8 @@ Patch2: 0002-native_concat-pass-only-strings-to-literal_eval.patch
|
|||||||
%bcond_without python2
|
%bcond_without python2
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Enable building without docs to avoid a circular dependency between this
|
# No docs in RHEL 9: https://bugzilla.redhat.com/show_bug.cgi?id=1944567
|
||||||
# and python-sphinx:
|
%bcond_with docs
|
||||||
%bcond_without docs
|
|
||||||
|
|
||||||
%if 0%{?fedora} || 0%{?rhel} > 7
|
%if 0%{?fedora} || 0%{?rhel} > 7
|
||||||
%bcond_without async
|
%bcond_without async
|
||||||
@ -183,6 +182,10 @@ PYTHONPATH=$(pwd)/src %{__python3} -m pytest tests
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 13 2021 Miro Hrončok <mhroncok@redhat.com> - 2.11.3-2
|
||||||
|
- Disable documentation
|
||||||
|
- Resolves: rhbz#1944567
|
||||||
|
|
||||||
* Sat Feb 6 2021 Thomas Moschny <thomas.moschny@gmx.de> - 2.11.3-1
|
* Sat Feb 6 2021 Thomas Moschny <thomas.moschny@gmx.de> - 2.11.3-1
|
||||||
- Update to 2.11.3.
|
- Update to 2.11.3.
|
||||||
- Add patches to build with Python 3.10 (#1907442).
|
- Add patches to build with Python 3.10 (#1907442).
|
||||||
|
Loading…
Reference in New Issue
Block a user