Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Update msgpack-python to 0.5.0 #23

Closed
wants to merge 1 commit into from

Conversation

pyup-bot
Copy link
Contributor

@pyup-bot pyup-bot commented Jan 6, 2018

There's a new version of msgpack-python available.
You are currently using 0.4.8. I have updated it to 0.5.0

These links might come in handy: PyPI | Changelog | Homepage

Changelog

0.5.0

======

0.5 is important step toward 1.0. There are some deprecations.
Please read changes carefully.

Changes

  • Drop Python 2.6 and 3.2 support
  • Deprecate useless custom exceptions. Use ValueError instead of PackValueError,
    Exception instead of PackException and UnpackException, etc...
    See msgpack/exceptions.py
  • Add strict_types option to packer. It can be used to serialize subclass of
    builtin types. For example, when packing object which type is subclass of dict,
    default() is called.
  • Pure Python implementation supports packing memoryview object.

Got merge conflicts? Close this PR and delete the branch. I'll create a new PR for you.

Happy merging! 馃

@vertexmc
Copy link
Contributor

vertexmc commented Jan 8, 2018

See msgpack/msgpack-python#266

@vEpiphyte
Copy link
Contributor

This will likely be rejected in favor of moving to msgpack==0.5.0 since that is the package name in pypi moving forward

@vertexmc
Copy link
Contributor

vertexmc commented Jan 9, 2018

Closing in favor of #25

@vertexmc vertexmc closed this Jan 9, 2018
@vertexmc vertexmc deleted the pyup-update-msgpack-python-0.4.8-to-0.5.0 branch January 9, 2018 14:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants