New upstream release 4.16.0 (rhbz#1821614, rhbz#1823718)

epel9
Dan Čermák 5 years ago
parent e049fd2986
commit ae2b6f9453
No known key found for this signature in database
GPG Key ID: 8F8C178E966641D3

1
.gitignore vendored

@ -11,3 +11,4 @@
/v4.14.1.tar.gz
/v4.14.2.tar.gz
/v4.15.0.tar.gz
/v4.16.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.15.0
Version: 4.16.0
Release: 1%{?dist}
Summary: Adds support for Doxygen xml output to reStructuredText and Sphinx
@ -19,7 +19,8 @@ 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} >= 2.0
BuildRequires: %{py3_dist Sphinx} >= 3.0
BuildRequires: %{py3_dist Sphinx} < 3.1
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 +75,9 @@ make dev-test
%license LICENSE
%changelog
* Thu Apr 23 2020 Dan Čermák <dan.cermak@cgc-instruments.com> - 4.16.0-1
- New upstream release 4.16.0 (rhbz#1821614, rhbz#1823718)
* Wed Apr 15 2020 Dan Čermák <dan.cermak@cgc-instruments.com> - 4.15.0-1
- New upstream release 4.15.0

@ -1 +1 @@
SHA512 (v4.15.0.tar.gz) = 9475bbb751b6efefbbedc4d01a49b8ad4b0427f64349411162cbb0ee3a4ad873093b41327fedd56147714acfd9724afdcb5da647a0bc8bf10c8d337ae704a265
SHA512 (v4.16.0.tar.gz) = 2b5ee512ef9690bf63f713d5c09cb37739af10e02050b704b58869ffbf41ac9d2f2d1a6115b3c8d37e37b774d7b9c8b82f8f63c10bb04c274a573618c3c5a936

Loading…
Cancel
Save