Rebuilt for Python 3.10

This commit is contained in:
Python Maint 2021-06-04 14:14:51 +02:00 committed by Miro Hrončok
parent a4fc8b602b
commit 1712aa0c1c

View File

@ -1,4 +1,3 @@
%global _with_bootstrap 1
%global srcname sphinx_rtd_theme
# Disables tests and docs
@ -6,7 +5,7 @@
Name: python-%{srcname}
Version: 0.5.2
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Sphinx theme for readthedocs.org
License: MIT
@ -140,6 +139,9 @@ pytest
%endif
%changelog
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.5.2-3
- Rebuilt for Python 3.10
* Wed Jun 02 2021 Python Maint <python-maint@redhat.com> - 0.5.2-2
- Bootstrap for Python 3.10