Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Warren <bmw@eff.org>2019-10-21 23:55:19 +0300
committerBrad Warren <bmw@eff.org>2019-10-21 23:55:19 +0300
commit351711560a7b727dc1f92dcf4be1311deeb4694c (patch)
tree2fd4489da45fbb3a54a3dec8debcc3b5a93e7d70
parentbfa7a88649f9f5f8cce723e7c914d961fa8df711 (diff)
parent44cc8d7a3ca72ba5c19b2939d7bd226764507f85 (diff)
Merge branch 'master' into update-pluggyupdate-pluggy
-rw-r--r--CHANGELOG.md2
-rw-r--r--certbot-dns-google/setup.py6
-rw-r--r--tools/dev_constraints.txt10
-rw-r--r--tools/oldest_constraints.txt6
4 files changed, 15 insertions, 9 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fa8ca2379..ac1263e85 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,8 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
* Removed `--fast` flag from the test farm tests
* `--server` may now be combined with `--dry-run`. Certbot will, as before, use the
staging server instead of the live server when `--dry-run` is used.
+* Updated certbot-dns-google to depend on newer versions of
+ google-api-python-client and oauth2client.
### Fixed
diff --git a/certbot-dns-google/setup.py b/certbot-dns-google/setup.py
index 9fd159c41..6bf12ddbf 100644
--- a/certbot-dns-google/setup.py
+++ b/certbot-dns-google/setup.py
@@ -9,11 +9,9 @@ version = '0.40.0.dev0'
install_requires = [
'acme>=0.29.0',
'certbot>=0.39.0',
- # 1.5 is the first version that supports oauth2client>=2.0
- 'google-api-python-client>=1.5',
+ 'google-api-python-client>=1.5.5',
'mock',
- # for oauth2client.service_account.ServiceAccountCredentials
- 'oauth2client>=2.0',
+ 'oauth2client>=4.0',
'setuptools',
'zope.interface',
# already a dependency of google-api-python-client, but added for consistency
diff --git a/tools/dev_constraints.txt b/tools/dev_constraints.txt
index 4409403b0..6854be466 100644
--- a/tools/dev_constraints.txt
+++ b/tools/dev_constraints.txt
@@ -4,6 +4,7 @@
# files during tests (eg. letsencrypt-auto-source/pieces/dependency-requirements.txt).
alabaster==0.7.10
apipkg==1.4
+appnope==0.1.0
asn1crypto==0.22.0
astroid==1.6.5
attrs==17.3.0
@@ -24,7 +25,8 @@ docutils==0.12
execnet==1.5.0
future==0.16.0
futures==3.1.1
-google-api-python-client==1.5
+filelock==3.0.12
+google-api-python-client==1.5.5
httplib2==0.10.3
imagesize==0.7.1
importlib-metadata==0.23
@@ -43,7 +45,8 @@ mccabe==0.6.1
more-itertools==5.0.0
mypy==0.600
ndg-httpsclient==0.3.2
-oauth2client==2.0.0
+oauth2client==4.0.0
+packaging==19.2
pathlib2==2.3.0
pexpect==4.7.0
pickleshare==0.7.4
@@ -82,13 +85,14 @@ Sphinx==1.7.5
sphinx-rtd-theme==0.2.4
sphinxcontrib-websupport==1.0.1
tldextract==2.2.0
+toml==0.10.0
tox==3.14.0
tqdm==4.19.4
traitlets==4.3.2
twine==1.11.0
typed-ast==1.1.0
typing==3.6.4
-uritemplate==0.6
+uritemplate==3.0.0
virtualenv==16.6.2
wcwidth==0.1.7
wrapt==1.11.1
diff --git a/tools/oldest_constraints.txt b/tools/oldest_constraints.txt
index 73465639f..c5a5c5aa0 100644
--- a/tools/oldest_constraints.txt
+++ b/tools/oldest_constraints.txt
@@ -16,6 +16,7 @@ pyOpenSSL==0.13.1
pyparsing==1.5.6
pyRFC3339==1.0
python-augeas==0.5.0
+oauth2client==4.0.0
six==1.9.0
# setuptools 0.9.8 is the actual version packaged, but some other dependencies
# in this file require setuptools>=1.0 and there are no relevant changes for us
@@ -35,11 +36,12 @@ idna==2.0
pbr==1.8.0
pytz==2012rc0
+# Debian Buster constraints
+google-api-python-client==1.5.5
+
# Our setup.py constraints
cloudflare==1.5.1
cryptography==1.2.3
-google-api-python-client==1.5
-oauth2client==2.0
parsedatetime==1.3
pyparsing==1.5.5
python-digitalocean==1.11