certbot/certbot-dns-google
Brad Warren 44cc8d7a3c
Require newer versions of oauth2client (#7458)
Over the weekend, nightly tests on Windows failed for certbot-dns-google: https://dev.azure.com/certbot/web/build.aspx?pcguid=74ef9c03-9faf-405b-9d03-9acf8c43e8d6&builduri=vstfs%3a%2f%2f%2fBuild%2fBuild%2f72

The error occurred inside `oauth2client`'s locking code and the failure seems spurious as it did not reproduce this morning: https://dev.azure.com/certbot/certbot/_build/results?buildId=73

I could not find a relevant changelog entry in `oauth2client` saying they've fixed the problem, but the problematic code no longer exists in `oauth2client>=4.0`. This PR updates our minimum dependency required in an attempt to avoid spurious failures for us in the future. The only downside I am aware of is it'll make it harder for certbot-dns-google to be packaged in Debian Old Stable or Ubuntu 16.04, but I don't expect either of those things to happen anytime soon.

* bump oauth2client dep

* Update dev_constraints.txt.

* Add changelog entry for packagers.
2019-10-21 13:54:17 -07:00
..
certbot_dns_google Detect private DNS zones in Google and skip them until we get to a public zone 2019-04-26 09:31:39 +10:00
docs Put API link at the bottom of DNS plugin docs (#5699) 2018-03-12 17:10:23 -07:00
LICENSE.txt Google Cloud DNS Authenticator (#4581) 2017-05-17 11:26:26 -07:00
local-oldest-requirements.txt Release 0.39.0 2019-10-01 13:04:08 -07:00
MANIFEST.in Include testdata (#5827) 2018-04-04 14:33:41 -07:00
README.rst Google Cloud DNS Authenticator (#4581) 2017-05-17 11:26:26 -07:00
readthedocs.org.requirements.txt Add readthedocs requirements files (#5696) 2018-03-08 17:24:30 -08:00
setup.cfg Google Cloud DNS Authenticator (#4581) 2017-05-17 11:26:26 -07:00
setup.py Require newer versions of oauth2client (#7458) 2019-10-21 13:54:17 -07:00

Google Cloud DNS Authenticator plugin for Certbot