update the introduction web link
Signed-off-by: Jiangtian Feng <fengjiangtian@huawei.com>
This commit is contained in:
parent
e24712b181
commit
ec9194389b
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
|
Name: python-configobj
|
||||||
Version: 5.0.6
|
Version: 5.0.6
|
||||||
Release: 18
|
Release: 19
|
||||||
Summary: ConfigObj is a simple but powerful config file reader and writer
|
Summary: ConfigObj is a simple but powerful config file reader and writer
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://configobj.readthedocs.org/
|
URL: http://configobj.readthedocs.org/
|
||||||
Source0: https://github.com/DiffSK/configobj/archive/v%{version}.tar.gz
|
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
|
BuildRequires:python3-devel python3-pytest python3-setuptools python3-six
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -56,6 +58,9 @@ export PYTHONWARNINGS=always
|
|||||||
%{python3_sitelib}/*
|
%{python3_sitelib}/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Oct 21 2022 liubo <liubo254@huawei.com> - 5.0.6-18
|
||||||
- rebuild the version to 5.0.6-18
|
- rebuild the version to 5.0.6-18
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user