py-msgpack: added v1.0.0 (#18993)

This commit is contained in:
Adam J. Stewart 2020-10-04 13:49:44 -05:00 committed by GitHub
parent a0cc5b78c8
commit 6acdc52f06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,15 +3,14 @@
# #
# SPDX-License-Identifier: (Apache-2.0 OR MIT) # SPDX-License-Identifier: (Apache-2.0 OR MIT)
from spack import *
class PyMsgpack(PythonPackage): class PyMsgpack(PythonPackage):
"""MessagePack (de)serializer.""" """MessagePack (de)serializer."""
homepage = "https://msgpack.org/" homepage = "https://msgpack.org/"
url = "https://pypi.io/packages/source/m/msgpack/msgpack-0.6.2.tar.gz" url = "https://pypi.io/packages/source/m/msgpack/msgpack-1.0.0.tar.gz"
version('1.0.0', sha256='9534d5cc480d4aff720233411a1f765be90885750b07df772380b34c10ecb5c0')
version('0.6.2', sha256='ea3c2f859346fcd55fc46e96885301d9c2f7a36d453f5d8f2967840efa1e1830') version('0.6.2', sha256='ea3c2f859346fcd55fc46e96885301d9c2f7a36d453f5d8f2967840efa1e1830')
depends_on('py-setuptools', type='build') depends_on('py-setuptools', type='build')