package/python-msgpack: bump to version 1.0.5

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
James Hilliard 2023-07-25 07:49:48 -06:00 committed by Yann E. MORIN
parent 126d827c66
commit d8498b4cea
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/msgpack/json
md5 1822cdb939e7531f7ad0f7f09b434f22 msgpack-1.0.4.tar.gz
sha256 f5d869c18f030202eb412f08b28d2afeea553d6613aee89e200d7aca7ef01f5f msgpack-1.0.4.tar.gz
md5 da12a9f0a65a803ec005219f6095d0a3 msgpack-1.0.5.tar.gz
sha256 c075544284eadc5cddc70f4757331d99dcbc16b2bbd4849d15f8aae4cf36d31c msgpack-1.0.5.tar.gz
# Locally computed sha256 checksums
sha256 492dedba85da5872f78e6091bcd1fea474d660d35acb4dee964b8aab3f007427 COPYING

View File

@ -4,9 +4,9 @@
#
################################################################################
PYTHON_MSGPACK_VERSION = 1.0.4
PYTHON_MSGPACK_VERSION = 1.0.5
PYTHON_MSGPACK_SOURCE = msgpack-$(PYTHON_MSGPACK_VERSION).tar.gz
PYTHON_MSGPACK_SITE = https://files.pythonhosted.org/packages/22/44/0829b19ac243211d1d2bd759999aa92196c546518b0be91de9cacc98122a
PYTHON_MSGPACK_SITE = https://files.pythonhosted.org/packages/dc/a1/eba11a0d4b764bc62966a565b470f8c6f38242723ba3057e9b5098678c30
PYTHON_MSGPACK_LICENSE = Apache-2.0
PYTHON_MSGPACK_LICENSE_FILES = COPYING
PYTHON_MSGPACK_SETUP_TYPE = setuptools