Page MenuHomeSoftware Heritage

'msgpack-python' is deprecated, use 'msgpack' instead
ClosedPublic

Authored by anlambert on Apr 2 2019, 4:22 PM.

Details

Summary

The 'msgpack-python' project on PyPI is now deprecated [1] in favor of the 'msgpack' one [2].

This simple change should fix recent CI builds of swh-scheduler [3] as celery 4.3.0
has just been released and it now depends on msgpack instead of msgpack-python [4].

[1] https://pypi.org/project/msgpack-python/
[2] https://pypi.org/project/msgpack/
[3] https://jenkins.softwareheritage.org/job/DSCH/job/tests/306/console
[4] http://docs.celeryproject.org/en/latest/whatsnew-4.3.html#messagepack-serializer

Diff Detail

Repository
rDCORE Foundations and core functionalities
Branch
no-deprecated-msgpack-python
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 5016
Build 6732: tox-on-jenkinsJenkins
Build 6731: arc lint + arc unit