New upstream release 4.14.0
Drop patch 0001-Add-events-attribute-to-MockApp.patch as it got merged and is included in this release
This commit is contained in:
parent
2a273d8564
commit
04ec8d62b4
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
||||
/v4.7.3.tar.gz
|
||||
/v4.13.0.post0.tar.gz
|
||||
/v4.13.1.tar.gz
|
||||
/v4.14.0.tar.gz
|
||||
|
@ -1,25 +0,0 @@
|
||||
From a1e7ba3a69aa9b4974ae706fe4ae69c570d169c5 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= <dan.cermak@cgc-instruments.com>
|
||||
Date: Wed, 28 Aug 2019 23:12:21 +0200
|
||||
Subject: [PATCH] Add events attribute to MockApp
|
||||
|
||||
This fixes test failures with Sphinx 2.1.2
|
||||
---
|
||||
tests/test_renderer.py | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/tests/test_renderer.py b/tests/test_renderer.py
|
||||
index 7fd2b98..f0348d8 100644
|
||||
--- a/tests/test_renderer.py
|
||||
+++ b/tests/test_renderer.py
|
||||
@@ -77,6 +77,7 @@ class MockApp(object):
|
||||
self.config.add('cpp_paren_attributes', [], 'env', ())
|
||||
self.config.add('cpp_index_common_prefix', [], 'env', ())
|
||||
self.registry = MockRegistry()
|
||||
+ self.events = None
|
||||
|
||||
def add_node(self, node):
|
||||
if not docutils.is_node_registered(node):
|
||||
--
|
||||
2.21.0
|
||||
|
@ -5,14 +5,13 @@ Breathe is an extension to reStructuredText and Sphinx to be able to read and \
|
||||
render the Doxygen xml output.
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 4.13.1
|
||||
Release: 2%{?dist}
|
||||
Version: 4.14.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Adds support for Doxygen xml output to reStructuredText and Sphinx
|
||||
|
||||
License: BSD
|
||||
URL: https://github.com/%{owner}/%{srcname}
|
||||
Source0: https://github.com/%{owner}/%{srcname}/archive/v%{version}.tar.gz
|
||||
Patch0: 0001-Add-events-attribute-to-MockApp.patch
|
||||
Source0: %{URL}/archive/v%{version}.tar.gz
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
@ -49,7 +48,7 @@ License: BSD and zlib
|
||||
This package contains documentation for developer documentation for %{srcname}.
|
||||
|
||||
%prep
|
||||
%autosetup -p 1 -n %{srcname}-%{version}
|
||||
%autosetup -n %{srcname}-%{version}
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
@ -75,6 +74,9 @@ make dev-test
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
* Tue Nov 26 2019 Dan Čermák <dan.cermak@cgc-instruments.com> - 4.14.0-1
|
||||
- New upstream release 4.14.0
|
||||
|
||||
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 4.13.1-2
|
||||
- Rebuilt for Python 3.8.0rc1 (#1748018)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (v4.13.1.tar.gz) = d5072c174568091c458cb4def2c2cbe942f79629866688092e242fc4af92a952f89275922babf88bcbf6f1a5c44a29e0326849ca1e1b9ead2beed1954ea2581c
|
||||
SHA512 (v4.14.0.tar.gz) = cacd632fdd4bba0e55a1e9d4a432611f76d0096093d38d91244694bc2b3258ee894fc14d4e6c43748af5648c02cee991d43ef9d57f77e7a0eb66e72c39469ed1
|
||||
|
Loading…
Reference in New Issue
Block a user