]> git.ipfire.org Git - thirdparty/dnspython.git/commit
Use 'https' instead of 'http' for dnspython.org (#883)
authorRafael Guterres Jeffman <rjeffman@redhat.com>
Wed, 11 Jan 2023 22:37:13 +0000 (19:37 -0300)
committerBob Halley <halley@dnspython.org>
Fri, 13 Jan 2023 13:59:00 +0000 (05:59 -0800)
commit6b5c063566b2f920c58df32e83a6edd17e815355
treef28c6371da8eabd7b2e13d599475e93d9539c5a7
parentba069cefd1e048d21d47ea4a98d6fbf8c01ea059
Use 'https' instead of 'http' for dnspython.org (#883)

These days, 'https' should be used instead of 'http' for almost
anything, and Coverity is warning that dnspython.org URL in 'setup.cfg'
uses 'http'.

This patch changes the use of 'http' to 'https' on setup.cfg and
documentation, where it does not affect module code, tests or examples.

(cherry picked from commit 24f0687ebbfc7499d32f47810c6fac2b9b87a63b)
dns/name.py
doc/community.rst
doc/name-codecs.rst
doc/rfc.rst
setup.cfg