#5 New upstream release 4.27.0 (rhbz#1918566)
Closed 3 years ago by defolos. Opened 3 years ago by cstratak.
rpms/ cstratak/python-breathe rawhide  into  rawhide

file modified
+1
@@ -23,3 +23,4 @@ 

  /v4.24.1.tar.gz

  /v4.25.1.tar.gz

  /v4.26.0.tar.gz

+ /v4.27.0.tar.gz

file modified
+6 -3
@@ -5,8 +5,8 @@ 

  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:  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 @@ 

  %license LICENSE

  

  %changelog

+ * Tue Feb 16 2021 Charalampos Stratakis <cstratak@redhat.com> - 4.27.0-1

+ - New upstream release 4.27.0 (rhbz#1918566)

+ 

  * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.26.0-2

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (v4.26.0.tar.gz) = 6ea98645fa9116e6ba6c8f3782eaa83977e875ba3aa6ebce05889a5159cd4af44f19c8d74e1e7b0b16c775f96309e7bde08ffe907482e28b841835dc590aa8aa

+ SHA512 (v4.27.0.tar.gz) = b5fc79f8d7728b39e5667d1d763b02a4c0556d9b79ee6b138dc7b1951d9896d18cac1d418401edcb5eb7c4da416c77f177b40b34f85a7ea823cc2d8a4bf6dda4

no initial comment

Thanks! I've merged your PR manually and pushed it, the builds are currently running.

Pull-Request has been closed by defolos

3 years ago