#3 New upstream release 4.15.0
Merged 3 years ago by defolos. Opened 4 years ago by defolos.
rpms/ defolos/python-breathe master  into  master

file modified
+4
@@ -10,3 +10,7 @@ 

  /v4.14.0.tar.gz

  /v4.14.1.tar.gz

  /v4.14.2.tar.gz

+ /v4.15.0.tar.gz

+ /v4.16.0.tar.gz

+ /v4.18.0.tar.gz

+ /v4.19.2.tar.gz

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

  render the Doxygen xml output.

  

  Name:           python-%{srcname}

- Version:        4.14.2

- Release:        2%{?dist}

+ Version:        4.19.2

+ 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} >= 2.0

+ BuildRequires:  (%{py3_dist Sphinx} >= 3.0 and %{py3_dist Sphinx} < 3.2)

  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,21 @@ 

  %license LICENSE

  

  %changelog

+ * Thu Jul  9 2020 Dan Čermák <dan.cermak@cgc-instruments.com> - 4.19.2-1

+ - New upstream release 4.19.2 (rhbz#1821614, rhbz#1823718)

+ 

+ * Mon Jun  8 2020 Dan Čermák <dan.cermak@cgc-instruments.com> - 4.19.1-1

+ - New upstream release 4.19.1 (rhbz#1821614, rhbz#1823718)

+ 

+ * Tue May  5 2020 Dan Čermák <dan.cermak@cgc-instruments.com> - 4.18.0-1

+ - New upstream release 4.18.0 (rhbz#1821614, rhbz#1823718)

+ 

+ * 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

+ 

  * Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 4.14.2-2

  - Rebuilt for Python 3.9

  

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

- SHA512 (v4.14.2.tar.gz) = 56f895caec9d40ff952f51efa703232287f1121c369d99cf7ee5d1bc491cf59ad7d36a106c130ddc02565a38db80210a2d64e39305afafb970abcc8c7e6a7b9a

+ SHA512 (v4.19.2.tar.gz) = b4dee7dc89faf35a4ee291c15d1b40ef1237912704a8c6abe8134dd7fbeb9889e0503c99f4d3ad48265a205e4b69a39fddbc999422aa0eb826d3add4911eeb4d

1 new commit added

  • New upstream release 4.16.0 (rhbz#1821614, rhbz#1823718)
3 years ago

There has been a breathe update to 4.16.0. It builds with Sphinx 3.0.0. from @cstratak's copr repo on my machine.

1 new commit added

  • New upstream release 4.18.0 (rhbz#1821614, rhbz#1823718)
3 years ago

1 new commit added

  • New upstream release 4.19.1 (rhbz#1821614, rhbz#1823718)
3 years ago

Can this be merged? I can't build gdal in F33 because of the outdated python-breathe causing the sphinx build to error out. Thanks!

Yes, this should be merged, but it needs to be rebased.

If desired I'm also happy to take care of this myself.

rebased onto e049fd2

3 years ago

Pull-Request has been merged by defolos

3 years ago