From f8762ad9d6ff3663fa85b05df0c0513dcac4290c Mon Sep 17 00:00:00 2001 From: "Brian J. Watson" Date: Wed, 28 Sep 2016 19:22:41 -0700 Subject: [PATCH 1/3] Loosen oauth2client lower bound for Python --- config/dependencies.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/dependencies.yml b/config/dependencies.yml index 255269d..52512d4 100644 --- a/config/dependencies.yml +++ b/config/dependencies.yml @@ -18,7 +18,7 @@ auth: python: - version: '3.0.0' + version: '1.4.11' next_version: '4.0.0dev' ruby: version: '0.5.1' From a7df2c39f8ef92571963d217374837324bd982b9 Mon Sep 17 00:00:00 2001 From: "Brian J. Watson" Date: Wed, 28 Sep 2016 21:31:20 -0700 Subject: [PATCH 2/3] Raise lower bound to 2.0.0 per PR feedback --- config/dependencies.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/dependencies.yml b/config/dependencies.yml index 52512d4..0df648c 100644 --- a/config/dependencies.yml +++ b/config/dependencies.yml @@ -18,7 +18,7 @@ auth: python: - version: '1.4.11' + version: '2.0.0' next_version: '4.0.0dev' ruby: version: '0.5.1' From 55a85402249b2214a9481a1e91109edaab8e6014 Mon Sep 17 00:00:00 2001 From: "Brian J. Watson" Date: Thu, 29 Sep 2016 08:16:30 -0700 Subject: [PATCH 3/3] Bump version to fix Python3 long issue --- config/api_defaults.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/api_defaults.yml b/config/api_defaults.yml index e624135..a728379 100644 --- a/config/api_defaults.yml +++ b/config/api_defaults.yml @@ -30,6 +30,6 @@ semver: # publishing some 1.0.x versions to pypi already. They are now # deleted but files still exist on the pypi servers and can prevent # us from using the version number again. - python: '0.11.0' + python: '0.11.1' ruby: '0.6.8' php: '0.6.0'