Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c7205bb

Browse files
authoredJan 19, 2023
Merge pull request #3 from OpenMandrivaAssociation/master
Allow sphinx 6.x
2 parents c807b87 + 3eb9c05 commit c7205bb

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed
 

‎breathe-4.34.0-sphinx6.patch

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
diff -up breathe-4.34.0/setup.py.omv~ breathe-4.34.0/setup.py
2+
--- breathe-4.34.0/setup.py.omv~ 2023-01-12 20:01:34.081351351 +0100
3+
+++ breathe-4.34.0/setup.py 2023-01-12 20:01:41.208065949 +0100
4+
@@ -17,7 +17,7 @@ Breathe is an extension to reStructuredT
5+
render `Doxygen <http://www.doxygen.org>`__ xml output.
6+
"""
7+
8+
-requires = ["Sphinx>=4.0,<6,!=5.0.0", "docutils>=0.12"]
9+
+requires = ["Sphinx>=4.0,<7,!=5.0.0", "docutils>=0.12"]
10+
11+
if sys.version_info < (3, 6):
12+
print("ERROR: Sphinx requires at least Python 3.6 to run.")

‎python-breathe.spec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
Summary: Extension to reStructuredText and Sphinx for working with Doxygen xml output
44
Name: python-%{module}
55
Version: 4.34.0
6-
Release: 1
6+
Release: 2
77
Source0: https://files.pythonhosted.org/packages/source/b/breathe/breathe-%{version}.tar.gz
8+
Patch0: breathe-4.34.0-sphinx6.patch
89
License: MIT
910
Group: Development/Python
1011
Url: https://pypi.org/project/breathe/

0 commit comments

Comments
 (0)
Please sign in to comment.