File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -15,15 +15,10 @@ This package provides CPython bindings for reading and writing MessagePack data.
1515
1616### PyPI package name
1717
18- TL;DR: When upgrading from msgpack-0.4 or earlier, don't do ` pip install -U msgpack-python ` .
19- Do ` pip uninstall msgpack-python; pip install -U msgpack ` instead.
18+ Package name on PyPI was changed from ` msgpack-python ` to ` msgpack ` from 0.5.
2019
21- Package name on PyPI was changed to msgpack from 0.5.
22- I upload transitional package (msgpack-python 0.5 which depending on msgpack)
23- for smooth transition from msgpack-python to msgpack.
24-
25- Sadly, this doesn't work for upgrade install. After ` pip install -U msgpack-python ` ,
26- msgpack is removed, and ` import msgpack ` fail.
20+ When upgrading from msgpack-0.4 or earlier, do ` pip uninstall msgpack-python ` before
21+ ` pip install -U msgpack ` .
2722
2823
2924### Compatibility with the old format
You can’t perform that action at this time.
0 commit comments