From dd0467a642e0865e31ab70d9af310b0932f8ce55 Mon Sep 17 00:00:00 2001 From: cao-fei8 Date: Mon, 16 Jan 2023 11:02:45 +0800 Subject: [PATCH] fix README typo Reference: https://github.com/rthalley/dnspython/commit/a800321be37341cc49a94ac486eaff295627144b Signed-off-by: cao-fei8 --- 0001-fix-README-typo.patch | 25 +++++++++++++++++++++++++ python-dns.spec | 6 +++++- 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 0001-fix-README-typo.patch diff --git a/0001-fix-README-typo.patch b/0001-fix-README-typo.patch new file mode 100644 index 0000000..c2c7b12 --- /dev/null +++ b/0001-fix-README-typo.patch @@ -0,0 +1,25 @@ +From a800321be37341cc49a94ac486eaff295627144b Mon Sep 17 00:00:00 2001 +From: Bob Halley +Date: Sat, 5 Mar 2022 14:04:19 -0800 +Subject: [PATCH] fix README typo + +--- + README.md | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/README.md b/README.md +index ed57911..282713e 100644 +--- a/README.md ++++ b/README.md +@@ -75,7 +75,7 @@ Note that you can install any combination of the above, e.g.: + ### Notices + + Python 2.x support ended with the release of 1.16.0. Dnspython 2.0.0 through +-2.2.x supprot support Python 3.6 and later. As of dnspython 2.3.0, the minimum ++2.2.x support Python 3.6 and later. As of dnspython 2.3.0, the minimum + supported Python version will be 3.7. We plan to align future support with the + lifetime of the Python 3 versions. + +-- +2.33.0 + diff --git a/python-dns.spec b/python-dns.spec index 818566b..826ebb9 100644 --- a/python-dns.spec +++ b/python-dns.spec @@ -14,7 +14,7 @@ messages, names, and records. Name: python-dns Summary: %{sum} Version: 2.2.1 -Release: 2 +Release: 3 License: ISC and MIT URL: http://www.dnspython.org/ Source0: https://github.com/rthalley/dnspython/archive/v%{version}/dnspython-%{version}.tar.gz @@ -22,6 +22,7 @@ Source0: https://github.com/rthalley/dnspython/archive/v%{version}/dnspyt Patch0: fix-failed-tests.patch Patch1: backport-fix-missing-version-in-setup.cfg.patch Patch2: 0001-update-README-w-codecov-and-lgtm.patch +Patch3: 0001-fix-README-typo.patch BuildArch: noarch @@ -64,6 +65,9 @@ pytest %doc examples %changelog +* Mon Jan 16 2023 caofei - 2.2.1-3 +- fix README typo + * Fri Jan 13 2023 caofei - 2.2.1-2 - update README w/ codecov and lgtm -- Gitee