File tree 1 file changed +3
-8
lines changed
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.
15
15
16
16
### PyPI package name
17
17
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.
20
19
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 ` .
27
22
28
23
29
24
### Compatibility with the old format
You can’t perform that action at this time.
0 commit comments