Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d350a66b6c | |||
| 1da3258f31 | |||
| b318b70569 | |||
| ba8c034857 | |||
| 1304200fd8 |
@@ -0,0 +1,24 @@
|
||||
From ef7204ccf6d2fbf5b465d30d74dd2245ff3e2f6b Mon Sep 17 00:00:00 2001
|
||||
From: Karolina Surma <ksurma@redhat.com>
|
||||
Date: Thu, 27 Mar 2025 11:56:04 +0100
|
||||
Subject: [PATCH] Add compatibility with sphinx 8.2+
|
||||
|
||||
---
|
||||
numpydoc/tests/test_numpydoc.py | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/numpydoc/tests/test_numpydoc.py b/numpydoc/tests/test_numpydoc.py
|
||||
index 1bd71ed..ecb92e2 100644
|
||||
--- a/numpydoc/tests/test_numpydoc.py
|
||||
+++ b/numpydoc/tests/test_numpydoc.py
|
||||
@@ -36,6 +36,7 @@ class MockConfig:
|
||||
|
||||
class MockBuilder:
|
||||
config = MockConfig()
|
||||
+ _translator = None
|
||||
|
||||
|
||||
class MockApp:
|
||||
--
|
||||
2.48.1
|
||||
|
||||
+16
-1
@@ -1,6 +1,6 @@
|
||||
Name: python-numpydoc
|
||||
Version: 1.8.0
|
||||
Release: 2%{?dist}
|
||||
Release: 6%{?dist}
|
||||
Summary: Sphinx extension to support docstrings in NumPy format
|
||||
|
||||
License: BSD-2-Clause
|
||||
@@ -9,6 +9,9 @@ Source: %pypi_source numpydoc
|
||||
|
||||
# Compatibility with sphinx 8
|
||||
Patch: https://github.com/numpy/numpydoc/commit/1338660.patch
|
||||
# Upstream's already fixed it, but the fix is mixed with other changes that
|
||||
# don't apply cleanly: https://github.com/numpy/numpydoc/pull/611
|
||||
Patch: Add-compatibility-with-sphinx-8.patch
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
@@ -57,6 +60,18 @@ sed -i '\,#!/usr/bin/env python,d' numpydoc/validate.py
|
||||
%{_bindir}/numpydoc
|
||||
|
||||
%changelog
|
||||
* Fri Sep 19 2025 Python Maint <python-maint@redhat.com> - 1.8.0-6
|
||||
- Rebuilt for Python 3.14.0rc3 bytecode
|
||||
|
||||
* Fri Aug 15 2025 Python Maint <python-maint@redhat.com> - 1.8.0-5
|
||||
- Rebuilt for Python 3.14.0rc2 bytecode
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Tue Jun 03 2025 Python Maint <python-maint@redhat.com> - 1.8.0-3
|
||||
- Rebuilt for Python 3.14
|
||||
|
||||
* Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
|
||||
Reference in New Issue
Block a user