!17 update the introduction web link
From: @fjt42 Reviewed-by: @swf504 Signed-off-by: @swf504
This commit is contained in:
commit
33ca7edebc
26
0001-changed-1-link-in-rest-docs.patch
Normal file
26
0001-changed-1-link-in-rest-docs.patch
Normal file
@ -0,0 +1,26 @@
|
||||
From fb33cc3bc886eec21f56309346076069f0a2bcb5 Mon Sep 17 00:00:00 2001
|
||||
From: Rob Dennis <robd@services-in.xr>
|
||||
Date: Tue, 17 Jan 2023 14:35:53 -0500
|
||||
Subject: [PATCH] #225 - changed 1 link in rest docs
|
||||
|
||||
- there's a _lot_ of references to voidspace and I felt unable to change all of them
|
||||
---
|
||||
docs/configobj.rst | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/docs/configobj.rst b/docs/configobj.rst
|
||||
index c4bbc18..6477b7b 100644
|
||||
--- a/docs/configobj.rst
|
||||
+++ b/docs/configobj.rst
|
||||
@@ -32,7 +32,7 @@
|
||||
The best introduction to working with ConfigObj, including the powerful configuration validation system,
|
||||
is the article:
|
||||
|
||||
- * `An Introduction to ConfigObj <http://www.voidspace.org.uk/python/articles/configobj.shtml>`_
|
||||
+ * `An Introduction to ConfigObj <https://web.archive.org/web/20200503085339/http://www.voidspace.org.uk/python/articles/configobj.shtml>`_
|
||||
|
||||
|
||||
Introduction
|
||||
--
|
||||
2.27.0
|
||||
|
||||
@ -2,12 +2,14 @@
|
||||
|
||||
Name: python-configobj
|
||||
Version: 5.0.6
|
||||
Release: 18
|
||||
Release: 19
|
||||
Summary: ConfigObj is a simple but powerful config file reader and writer
|
||||
License: BSD
|
||||
URL: http://configobj.readthedocs.org/
|
||||
Source0: https://github.com/DiffSK/configobj/archive/v%{version}.tar.gz
|
||||
|
||||
Patch0: 0001-changed-1-link-in-rest-docs.patch
|
||||
|
||||
BuildRequires:python3-devel python3-pytest python3-setuptools python3-six
|
||||
BuildArch: noarch
|
||||
|
||||
@ -56,6 +58,9 @@ export PYTHONWARNINGS=always
|
||||
%{python3_sitelib}/*
|
||||
|
||||
%changelog
|
||||
* Mon May 8 2023 Jiangtian Feng <fengjiangtian@huawei.com> - 5.0.6-19
|
||||
- update the introduction web link
|
||||
|
||||
* Fri Oct 21 2022 liubo <liubo254@huawei.com> - 5.0.6-18
|
||||
- rebuild the version to 5.0.6-18
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user