Update to 3.1.1 (#1783776)

This commit is contained in:
Charalampos Stratakis 2020-06-30 17:48:30 +02:00 committed by Miro Hrončok
commit e4c8578188
5 changed files with 7 additions and 73 deletions

View file

@ -21,11 +21,11 @@
%global upstream_name Sphinx
Name: python-sphinx
%global general_version 2.2.2
%global general_version 3.1.1
#global prerel ...
%global upstream_version %{general_version}%{?prerel}
Version: %{general_version}%{?prerel:~%{prerel}}
Release: 4%{?dist}
Release: 1%{?dist}
Epoch: 1
Summary: Python documentation generator
@ -42,13 +42,6 @@ Source0: %{pypi_source %{upstream_name} %{upstream_version}}
# which causes that test to fail.
Patch1: sphinx-test_theming.diff
# Backport: test: Add a docstring to avoid an error on py39a5+
Patch2: https://github.com/sphinx-doc/sphinx/commit/ffb1ca3a.patch
# Backport: Do not emit type arguments twice (needed for Python 3.9)
# Rebased from https://github.com/sphinx-doc/sphinx/commit/46372726
Patch3: 46372726.patch
BuildArch: noarch
BuildRequires: python3-devel
@ -396,6 +389,9 @@ export PATH=%{buildroot}%{_bindir}:$PATH
%changelog
* Tue Jun 30 2020 Charalampos Stratakis <mhroncok@redhat.com> - 1:3.1.1-1
- Update to 3.1.1 (#1783776)
* Sat May 23 2020 Miro Hrončok <mhroncok@redhat.com> - 1:2.2.2-4
- Rebuilt for Python 3.9