diff --git a/0001-fix-README-typo.patch b/0001-fix-README-typo.patch new file mode 100644 index 0000000000000000000000000000000000000000..c2c7b12ae900a38d6e85c62eb51392e749dd9718 --- /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 e31bb88f1810819d8b02618116a6375dfd468923..dbeea15f99d70c90d8a22dbe437d6118f322801e 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: 3 +Release: 4 License: ISC and MIT URL: http://www.dnspython.org/ Source0: https://github.com/rthalley/dnspython/archive/v%{version}/dnspython-%{version}.tar.gz @@ -23,6 +23,7 @@ Patch0: fix-failed-tests.patch Patch1: backport-fix-missing-version-in-setup.cfg.patch Patch2: 0001-fix-win32util.py-file-mode.patch Patch3: 0001-update-README-w-codecov-and-lgtm.patch +Patch4: 0001-fix-README-typo.patch BuildArch: noarch @@ -65,6 +66,9 @@ pytest %doc examples %changelog +* Mon Jan 16 2023 caofei - 2.2.1-4 +- fix README typo + * Fri Jan 13 2023 caofei - 2.2.1-3 - update README w/ codecov and lgtm