New upstream release 4.27.0 (rhbz#1918566, rhbz#1929448)
This commit is contained in:
parent
b615025ec9
commit
d36027fd12
1
.gitignore
vendored
1
.gitignore
vendored
@ -23,3 +23,4 @@
|
||||
/v4.24.1.tar.gz
|
||||
/v4.25.1.tar.gz
|
||||
/v4.26.0.tar.gz
|
||||
/v4.27.0.tar.gz
|
||||
|
@ -5,8 +5,8 @@ Breathe is an extension to reStructuredText and Sphinx to be able to read and \
|
||||
render the Doxygen xml output.
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 4.26.0
|
||||
Release: 2%{?dist}
|
||||
Version: 4.27.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Adds support for Doxygen xml output to reStructuredText and Sphinx
|
||||
|
||||
License: BSD
|
||||
@ -19,7 +19,7 @@ BuildRequires: doxygen >= 1.8.4
|
||||
BuildRequires: python%{python3_pkgversion}-devel
|
||||
BuildRequires: python%{python3_pkgversion}-setuptools
|
||||
BuildRequires: %{py3_dist six} >= 1.9
|
||||
BuildRequires: (%{py3_dist Sphinx} >= 3.0 and %{py3_dist Sphinx} < 3.5)
|
||||
BuildRequires: (%{py3_dist Sphinx} >= 3.0 and %{py3_dist Sphinx} < 3.6)
|
||||
BuildRequires: %{py3_dist docutils} >= 0.12
|
||||
BuildRequires: %{py3_dist pytest}
|
||||
# NOTE: git is only needed because part of the build process checks if it's in
|
||||
@ -75,6 +75,9 @@ rm documentation/build/html/.buildinfo
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
* Tue Feb 16 2021 Charalampos Stratakis <cstratak@redhat.com> - 4.27.0-1
|
||||
- New upstream release 4.27.0 (rhbz#1918566, rhbz#1929448)
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.26.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (v4.26.0.tar.gz) = 6ea98645fa9116e6ba6c8f3782eaa83977e875ba3aa6ebce05889a5159cd4af44f19c8d74e1e7b0b16c775f96309e7bde08ffe907482e28b841835dc590aa8aa
|
||||
SHA512 (v4.27.0.tar.gz) = b5fc79f8d7728b39e5667d1d763b02a4c0556d9b79ee6b138dc7b1951d9896d18cac1d418401edcb5eb7c4da416c77f177b40b34f85a7ea823cc2d8a4bf6dda4
|
||||
|
Loading…
Reference in New Issue
Block a user