jenkins-bot has submitted this change and it was merged.
Change subject: PEP 440 version scheme ......................................................................
PEP 440 version scheme
Travis builds are now using pip 6.0.7 instead of 1.5.6, which is causing all builds to fail due to PEP 440 versioning problems.
Change-Id: Ied6893eab08e4a5001cc76d99ec1191cbe821160 --- M setup.py 1 file changed, 2 insertions(+), 2 deletions(-)
Approvals: John Vandenberg: Looks good to me, approved jenkins-bot: Verified
diff --git a/setup.py b/setup.py index 0fb9d3a..377913b 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@
test_deps = []
-dependencies = ['httplib2>=0.9.0'] +dependencies = ['httplib2>=0.9']
extra_deps = { # Core library dependencies @@ -51,7 +51,7 @@ else 'flickrapi>=1.4.5')
dependency_links = [ - 'https://git.wikimedia.org/zip/?r=pywikibot/externals/httplib2.git&format...', + 'https://git.wikimedia.org/zip/?r=pywikibot/externals/httplib2.git&format...', 'git+https://github.com/AlereDevices/lunatic-python.git#egg=lunatic-python', ]
pywikibot-commits@lists.wikimedia.org