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=gz…',
+ 'https://git.wikimedia.org/zip/?r=pywikibot/externals/httplib2.git&format=gz…',
'git+https://github.com/AlereDevices/lunatic-python.git#egg=lunatic-python',
]
--
To view, visit https://gerrit.wikimedia.org/r/188976
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ied6893eab08e4a5001cc76d99ec1191cbe821160
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: John Vandenberg <jayvdb(a)gmail.com>
Gerrit-Reviewer: John Vandenberg <jayvdb(a)gmail.com>
Gerrit-Reviewer: Ladsgroup <ladsgroup(a)gmail.com>
Gerrit-Reviewer: Merlijn van Deen <valhallasw(a)arctus.nl>
Gerrit-Reviewer: jenkins-bot <>
Build Update for wikimedia/pywikibot-core
-------------------------------------
Build: #1954
Status: Broken
Duration: 48 minutes and 12 seconds
Commit: 06adf4e (master)
Author: John Vandenberg
Message: Use warnings for deprecation
Warnings are now captured by logging, fixing buggy code from compat.
https://www.mediawiki.org/wiki/Special:Code/pywikipedia/11420
Code deprecation is now ignored by default.
Config and command line args deprecation are shown by default.
Also
- fix deprecated config variable available_ssl_project
- lower case of DEPRECATED in redirect_func and DeprecationWrapper
- tool manage_wrapping for decorators
- remove use of locals() in deprecated_args
- use self._logger in ThreadedList debug calls
- intersect_generators debug call moved into ThreadedList
- Ignore import warnings when loading i18n message bundles
And deprecate methods which were too noisy to deprecate previously.
Bug: T72970
Change-Id: I95000736f3fc9ccb80fe32106fb6516abc62cdd6
View the changeset: https://github.com/wikimedia/pywikibot-core/compare/4e3697c64c13...06adf4ee…
View the full build log and details: https://travis-ci.org/wikimedia/pywikibot-core/builds/49545026
--
You can configure recipients for build notifications in your .travis.yml file. See http://docs.travis-ci.com/user/notifications
Build Update for wikimedia/pywikibot-core
-------------------------------------
Build: #1953
Status: Fixed
Duration: 47 minutes and 5 seconds
Commit: 4e3697c (master)
Author: John Vandenberg
Message: Add fake ParamInfo to DrySite
The real ParamInfo uses CachedRequest which is not mock-ed
under dry tests, due to it having a different __init__ signature.
This meant TestDryPageGenerator and ParamInfoDictTests.test_parameter
have been using live paraminfo data.
When there are no API requests, the maintenance script cache.py
fails while trying to open the directory tests/apicache.
Change-Id: Ie76a7f3d5fd64767e7ca7eb71445fa67a648430c
View the changeset: https://github.com/wikimedia/pywikibot-core/compare/6ad7f50942f1...4e3697c6…
View the full build log and details: https://travis-ci.org/wikimedia/pywikibot-core/builds/49450500
--
You can configure recipients for build notifications in your .travis.yml file. See http://docs.travis-ci.com/user/notifications