diff mbox series

package/python-msgpack: bump to version 1.0.8

Message ID 20240822122927.714886-1-buildroot@bubu1.eu
State Accepted
Headers show
Series package/python-msgpack: bump to version 1.0.8 | expand

Commit Message

Marcus Hoffmann Aug. 22, 2024, 12:29 p.m. UTC
Changelog: https://github.com/msgpack/msgpack-python/blob/main/ChangeLog.rst#108

Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
---
 package/python-msgpack/python-msgpack.hash | 4 ++--
 package/python-msgpack/python-msgpack.mk   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

Comments

Thomas Petazzoni Aug. 23, 2024, 5:33 p.m. UTC | #1
On Thu, 22 Aug 2024 14:29:27 +0200
Marcus Hoffmann via buildroot <buildroot@buildroot.org> wrote:

> Changelog: https://github.com/msgpack/msgpack-python/blob/main/ChangeLog.rst#108
> 
> Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
> ---
>  package/python-msgpack/python-msgpack.hash | 4 ++--
>  package/python-msgpack/python-msgpack.mk   | 4 ++--
>  2 files changed, 4 insertions(+), 4 deletions(-)

Applied to next, thanks.

Thomas
diff mbox series

Patch

diff --git a/package/python-msgpack/python-msgpack.hash b/package/python-msgpack/python-msgpack.hash
index 50462db8db..26599f2972 100644
--- a/package/python-msgpack/python-msgpack.hash
+++ b/package/python-msgpack/python-msgpack.hash
@@ -1,5 +1,5 @@ 
 # md5, sha256 from https://pypi.org/pypi/msgpack/json
-md5  a5a4172b2e89812ec28267dd8942b77d  msgpack-1.0.7.tar.gz
-sha256  572efc93db7a4d27e404501975ca6d2d9775705c2d922390d878fcf768d92c87  msgpack-1.0.7.tar.gz
+md5  6f4d91b00537fd5069dc6bfc52ae5652  msgpack-1.0.8.tar.gz
+sha256  95c02b0e27e706e48d0e5426d1710ca78e0f0628d6e89d5b5a5b91a5f12274f3  msgpack-1.0.8.tar.gz
 # Locally computed sha256 checksums
 sha256  492dedba85da5872f78e6091bcd1fea474d660d35acb4dee964b8aab3f007427  COPYING
diff --git a/package/python-msgpack/python-msgpack.mk b/package/python-msgpack/python-msgpack.mk
index 9cdf5263de..4e686a19a6 100644
--- a/package/python-msgpack/python-msgpack.mk
+++ b/package/python-msgpack/python-msgpack.mk
@@ -4,9 +4,9 @@ 
 #
 ################################################################################
 
-PYTHON_MSGPACK_VERSION = 1.0.7
+PYTHON_MSGPACK_VERSION = 1.0.8
 PYTHON_MSGPACK_SOURCE = msgpack-$(PYTHON_MSGPACK_VERSION).tar.gz
-PYTHON_MSGPACK_SITE = https://files.pythonhosted.org/packages/c2/d5/5662032db1571110b5b51647aed4b56dfbd01bfae789fa566a2be1f385d1
+PYTHON_MSGPACK_SITE = https://files.pythonhosted.org/packages/08/4c/17adf86a8fbb02c144c7569dc4919483c01a2ac270307e2d59e1ce394087
 PYTHON_MSGPACK_LICENSE = Apache-2.0
 PYTHON_MSGPACK_LICENSE_FILES = COPYING
 PYTHON_MSGPACK_SETUP_TYPE = setuptools