New upstream release 4.21.0 (rhbz#1878050)
This commit is contained in:
parent
9b5635f2d8
commit
f530e8cc84
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@
|
||||
/v4.18.0.tar.gz
|
||||
/v4.19.2.tar.gz
|
||||
/v4.20.0.tar.gz
|
||||
/v4.21.0.tar.gz
|
||||
|
@ -5,7 +5,7 @@ Breathe is an extension to reStructuredText and Sphinx to be able to read and \
|
||||
render the Doxygen xml output.
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 4.20.0
|
||||
Version: 4.21.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Adds support for Doxygen xml output to reStructuredText and Sphinx
|
||||
|
||||
@ -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.3)
|
||||
BuildRequires: (%{py3_dist Sphinx} >= 3.0 and %{py3_dist Sphinx} < 3.4)
|
||||
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
|
||||
@ -74,6 +74,9 @@ make dev-test
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
* Sun Sep 13 2020 Dan Čermák <dan.cermak@cgc-instruments.com> - 4.21.0-1
|
||||
- New upstream release 4.21.0 (rhbz#1878050)
|
||||
|
||||
* Thu Aug 20 2020 Dan Čermák <dan.cermak@cgc-instruments.com> - 4.20.0-1
|
||||
- New upstream release 4.20.0 (rhbz#1870404)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (v4.20.0.tar.gz) = 639c5e950b1dd3a114cc28715b2cfc65f2415d7706dbdaa8236e31644df3e3d2c81e47598823599b4f72097acedd8917447f23f6392fe44ed863b28d37786f42
|
||||
SHA512 (v4.21.0.tar.gz) = 7f65c868cefb01dc28b50f8999de47df238f0ab5430d866767b80a563cbf17981bdebc855b92ef3e8674e0b9217c0cb7f0dee0bfe353bf1a75b4dbccb262f294
|
||||
|
Loading…
Reference in New Issue
Block a user