Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/python-breathe.git#7b8c3020775ccf5404fe316c0a8c5ce091905217
This commit is contained in:
parent
f9090fd44a
commit
eae003f885
1
.gitignore
vendored
1
.gitignore
vendored
@ -22,3 +22,4 @@
|
||||
/v4.24.0.tar.gz
|
||||
/v4.24.1.tar.gz
|
||||
/v4.25.1.tar.gz
|
||||
/v4.26.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.25.1
|
||||
Version: 4.26.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.4)
|
||||
BuildRequires: (%{py3_dist Sphinx} >= 3.0 and %{py3_dist Sphinx} < 3.5)
|
||||
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
|
||||
* Thu Jan 14 2021 Charalampos Stratakis <cstratak@redhat.com> - 4.26.0-1
|
||||
- New upstream release 4.26.0 (rhbz#1914147)
|
||||
|
||||
* Sun Dec 20 2020 Dan Čermák <dan.cermak@cgc-instruments.com> - 4.25.1-1
|
||||
- New upstream release 4.25.1 (rhbz#1908213)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (v4.25.1.tar.gz) = e87cd2ac54f356623813d3c59494457a30fa24f31151b048cdc67536098c5f35b7e6145982c162a924105c681cc7f34dda97a29d5da22f12019be14d5175b792
|
||||
SHA512 (v4.26.0.tar.gz) = 6ea98645fa9116e6ba6c8f3782eaa83977e875ba3aa6ebce05889a5159cd4af44f19c8d74e1e7b0b16c775f96309e7bde08ffe907482e28b841835dc590aa8aa
|
||||
|
Loading…
Reference in New Issue
Block a user