New upstream release 4.20.0 (rhbz#1870404)

epel9
Dan Čermák 4 years ago
parent ae563f1f5f
commit 9b5635f2d8
No known key found for this signature in database
GPG Key ID: 8F8C178E966641D3

1
.gitignore vendored

@ -14,3 +14,4 @@
/v4.16.0.tar.gz /v4.16.0.tar.gz
/v4.18.0.tar.gz /v4.18.0.tar.gz
/v4.19.2.tar.gz /v4.19.2.tar.gz
/v4.20.0.tar.gz

@ -1,34 +0,0 @@
From 8d07f406105c8196ac01519c770dd87c09d54465 Mon Sep 17 00:00:00 2001
From: Jakob Lykke Andersen <Jakob@caput.dk>
Date: Sun, 2 Aug 2020 15:36:28 +0200
Subject: [PATCH] Allow Sphinx 3.2
---
requirements/production.txt | 2 +-
setup.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/requirements/production.txt b/requirements/production.txt
index cdfe658e..c6f74e00 100644
--- a/requirements/production.txt
+++ b/requirements/production.txt
@@ -2,5 +2,5 @@ docutils>=0.12
Jinja2>=2.7.3
MarkupSafe>=0.23
Pygments>=1.6
-Sphinx>=3.0,<3.2
+Sphinx>=3.0,<3.3
six>=1.9.0
diff --git a/setup.py b/setup.py
index a8f2a71b..4dc7fd20 100644
--- a/setup.py
+++ b/setup.py
@@ -15,7 +15,7 @@
render `Doxygen <http://www.doxygen.org>`__ xml output.
'''
-requires = ['Sphinx>=3.0,<3.2', 'docutils>=0.12', 'six>=1.9']
+requires = ['Sphinx>=3.0,<3.3', 'docutils>=0.12', 'six>=1.9']
if sys.version_info < (3, 5):
print('ERROR: Sphinx requires at least Python 3.5 to run.')

@ -5,15 +5,13 @@ Breathe is an extension to reStructuredText and Sphinx to be able to read and \
render the Doxygen xml output. render the Doxygen xml output.
Name: python-%{srcname} Name: python-%{srcname}
Version: 4.19.2 Version: 4.20.0
Release: 3%{?dist} Release: 1%{?dist}
Summary: Adds support for Doxygen xml output to reStructuredText and Sphinx Summary: Adds support for Doxygen xml output to reStructuredText and Sphinx
License: BSD License: BSD
URL: https://github.com/%{owner}/%{srcname} URL: https://github.com/%{owner}/%{srcname}
Source0: %{URL}/archive/v%{version}.tar.gz Source0: %{URL}/archive/v%{version}.tar.gz
# allows sphinx 3.2
Patch0: https://github.com/michaeljones/breathe/commit/8d07f406105c8196ac01519c770dd87c09d54465.patch
BuildArch: noarch BuildArch: noarch
@ -76,6 +74,9 @@ make dev-test
%license LICENSE %license LICENSE
%changelog %changelog
* Thu Aug 20 2020 Dan Čermák <dan.cermak@cgc-instruments.com> - 4.20.0-1
- New upstream release 4.20.0 (rhbz#1870404)
* Thu Aug 20 2020 Dan Čermák <dan.cermak@cgc-instruments.com> - 4.19.2-3 * Thu Aug 20 2020 Dan Čermák <dan.cermak@cgc-instruments.com> - 4.19.2-3
- Add patch to add support for sphinx 3.2 - Add patch to add support for sphinx 3.2

@ -1 +1 @@
SHA512 (v4.19.2.tar.gz) = b4dee7dc89faf35a4ee291c15d1b40ef1237912704a8c6abe8134dd7fbeb9889e0503c99f4d3ad48265a205e4b69a39fddbc999422aa0eb826d3add4911eeb4d SHA512 (v4.20.0.tar.gz) = 639c5e950b1dd3a114cc28715b2cfc65f2415d7706dbdaa8236e31644df3e3d2c81e47598823599b4f72097acedd8917447f23f6392fe44ed863b28d37786f42

Loading…
Cancel
Save