certbot/certbot-dns-digitalocean
Brad Warren 3d0dad8718
Remove dependency on six (#8650)
Fixes https://github.com/certbot/certbot/issues/8494.

I left the `six` dependency pinned in `tests/letstest/requirements.txt` and `tools/oldest_constraints.txt` because `six` is still a transitive dependency with our current pinnings.

The extra moving around of imports is due to me using `isort` to help me keep dependencies in sorted order after replacing imports of `six`.

* remove some six usage in acme

* remove six from acme

* remove six.add_metaclass usage

* fix six.moves.zip

* fix six.moves.builtins.open

* six.moves server fixes

* 's/six\.moves\.range/range/g'

* stop using six.moves.xrange

* fix urllib imports

* s/six\.binary_type/bytes/g

* s/six\.string_types/str/g

* 's/six\.text_type/str/g'

* fix six.iteritems usage

* fix itervalues usage

* switch from six.StringIO to io.StringIO

* remove six imports

* misc fixes

* stop using six.reload_module

* no six.PY2

* rip out six

* keep six pinned in oldest constraints

* fix log_test.py

* update changelog
2021-02-09 11:43:15 -08:00
..
certbot_dns_digitalocean Edit certs -> certificates in user-facing text. (#8541) 2020-12-21 16:00:31 -08:00
docs Automatically Catch Sphinx Errors (#8530) 2021-01-07 20:26:59 +01:00
tests Do not require mock in Python 3 in certbot-dns modules (#7900) 2020-04-15 11:54:44 -07:00
LICENSE.txt DigitalOcean DNS Authenticator 2017-05-11 17:26:02 -07:00
local-oldest-requirements.txt Release 1.1.0 2020-01-14 10:52:03 -08:00
MANIFEST.in Refactor tests out of packaged module for dns plugins (#7599) 2019-11-26 15:25:28 -08:00
README.rst DigitalOcean DNS Authenticator 2017-05-11 17:26:02 -07:00
readthedocs.org.requirements.txt Refactor certbot/ and certbot/tests/ to use the same structure as the other packages (#7544) 2019-11-25 14:28:05 -08:00
setup.cfg DigitalOcean DNS Authenticator 2017-05-11 17:26:02 -07:00
setup.py Remove dependency on six (#8650) 2021-02-09 11:43:15 -08:00

DigitalOcean DNS Authenticator plugin for Certbot