[ckan-changes] [ckan/ckan] 2d7c20: [#3443] Raise exception if Celery version is not s...
GitHub
noreply at github.com
Tue Feb 28 14:30:34 UTC 2017
Branch: refs/heads/master
Home: https://github.com/ckan/ckan
Commit: 2d7c20408cfc943ccfa4c2ab137217ab849df536
https://github.com/ckan/ckan/commit/2d7c20408cfc943ccfa4c2ab137217ab849df536
Author: Florian Brucker <florian.brucker at it.karlsruhe.de>
Date: 2017-02-20 (Mon, 20 Feb 2017)
Changed paths:
M ckan/lib/celery_app.py
A ckan/tests/lib/test_celery_app.py
Log Message:
-----------
[#3443] Raise exception if Celery version is not supported
Our current code only supports Celery 3.x, Celery 4 is already
available. Since Celery is an optional dependency we cannot simply pin
its version in requirements.in. Hence we check upon import time if the
correct version is installed and raise an exception otherwise.
Commit: 6a89535e74ea74785ecb2d19cb127b7d12fc277b
https://github.com/ckan/ckan/commit/6a89535e74ea74785ecb2d19cb127b7d12fc277b
Author: Adrià Mercader <amercadero at gmail.com>
Date: 2017-02-28 (Tue, 28 Feb 2017)
Changed paths:
M ckan/lib/celery_app.py
A ckan/tests/lib/test_celery_app.py
Log Message:
-----------
Merge pull request #3449 from torfsen/3443-missing-celery-requirement
[#3443] Raise exception if Celery version is not supported
Compare: https://github.com/ckan/ckan/compare/f306e382be0d...6a89535e74ea
More information about the ckan-changes
mailing list