Update to 3.4.3

This commit is contained in:
Charalampos Stratakis 2021-01-19 13:46:27 +01:00 committed by cstratak
commit 4500554943
3 changed files with 8 additions and 3 deletions

View file

@ -24,11 +24,11 @@
%global upstream_name Sphinx
Name: python-sphinx
%global general_version 3.3.1
%global general_version 3.4.3
#global prerel ...
%global upstream_version %{general_version}%{?prerel}
Version: %{general_version}%{?prerel:~%{prerel}}
Release: 2%{?dist}
Release: 1%{?dist}
Epoch: 1
Summary: Python documentation generator
@ -364,6 +364,10 @@ mkdir %{buildroot}%{python3_sitelib}/sphinxcontrib
%changelog
* Tue Jan 19 2021 Charalampos Stratakis <cstratak@redhat.com> - 1:3.4.3-1
- Update to 3.4.3
- Fixes rhbz#1909494
* Sat Dec 05 2020 Mattia Verga <mattia.verga@protonmail.com> - 1:3.3.1-2
- Unset -s from python shebang
- Fixes: rhbz#1903763