Accepting request 1199944 from devel:languages:python
- Add patch fix-intersphinx-mapping.patch: * Fix the intersphinx mapping. - Switch to autosetup macro. OBS-URL: https://build.opensuse.org/request/show/1199944 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.i18nmessageid?expand=0&rev=18
This commit is contained in:
commit
6ca088a69f
22
fix-intersphinx-mapping.patch
Normal file
22
fix-intersphinx-mapping.patch
Normal file
@ -0,0 +1,22 @@
|
||||
From 59ef476780398c83eaa4516d2fd3aaaecfb0f9a1 Mon Sep 17 00:00:00 2001
|
||||
From: Tres Seaver <tseaver@palladion.com>
|
||||
Date: Fri, 24 May 2024 15:12:06 -0400
|
||||
Subject: [PATCH] docx: fix intersphinx mapping format
|
||||
|
||||
Closes #49.
|
||||
---
|
||||
docs/conf.py | 4 +++-
|
||||
1 file changed, 3 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/docs/conf.py b/docs/conf.py
|
||||
index c399349..6821bba 100644
|
||||
--- a/docs/conf.py
|
||||
+++ b/docs/conf.py
|
||||
@@ -243,4 +243,6 @@
|
||||
|
||||
|
||||
# Example configuration for intersphinx: refer to the Python standard library.
|
||||
-intersphinx_mapping = {'http://docs.python.org/': None}
|
||||
+intersphinx_mapping = {
|
||||
+ 'python': ('https://docs.python.org/3', None),
|
||||
+}
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 11 05:10:50 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Add patch fix-intersphinx-mapping.patch:
|
||||
* Fix the intersphinx mapping.
|
||||
- Switch to autosetup macro.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 2 21:42:05 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file
|
||||
# spec file for package python-zope.i18nmessageid
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2013-2022 LISA GmbH, Bingen, Germany.
|
||||
@ -33,6 +33,8 @@ Summary: Zope Location
|
||||
License: ZPL-2.1
|
||||
URL: https://github.com/zopefoundation/zope.i18nmessageid
|
||||
Source: https://files.pythonhosted.org/packages/source/z/zope.i18nmessageid/zope.i18nmessageid-%{version}.tar.gz
|
||||
# PATCH-FIX-UPSTREAM gh#zopefoundation/zope.i18nmessageid#59ef476780398c83eaa4516d2fd3aaaecfb0f9a1
|
||||
Patch0: fix-intersphinx-mapping.patch
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module pytest}
|
||||
@ -61,7 +63,7 @@ BuildArch: noarch
|
||||
This package contains documentation files for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q -n zope.i18nmessageid-%{version}
|
||||
%autosetup -p1 -n zope.i18nmessageid-%{version}
|
||||
rm -rf zope.i18nmessageid.egg-info
|
||||
|
||||
%build
|
||||
|
Loading…
Reference in New Issue
Block a user