git: fcd1461a4e16 - main - devel/py-msgpack: Update to 1.2.1

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Wed, 08 Jul 2026 13:39:25 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fcd1461a4e167e75609853d797ebf87719c54fc1

commit fcd1461a4e167e75609853d797ebf87719c54fc1
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-07-08 13:01:25 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-07-08 13:31:36 +0000

    devel/py-msgpack: Update to 1.2.1
    
    Changes:        https://github.com/msgpack/msgpack-python/releases
---
 devel/py-msgpack/Makefile                   | 2 +-
 devel/py-msgpack/distinfo                   | 6 +++---
 devel/py-msgpack/files/patch-pyproject.toml | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/devel/py-msgpack/Makefile b/devel/py-msgpack/Makefile
index 6d1df442eaa7..2bc28b5accfe 100644
--- a/devel/py-msgpack/Makefile
+++ b/devel/py-msgpack/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	msgpack
-PORTVERSION=	1.1.2
+PORTVERSION=	1.2.1
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-msgpack/distinfo b/devel/py-msgpack/distinfo
index 14df36788fc5..91f8c1bd41a2 100644
--- a/devel/py-msgpack/distinfo
+++ b/devel/py-msgpack/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1759774611
-SHA256 (msgpack-1.1.2.tar.gz) = 3b60763c1373dd60f398488069bcdc703cd08a711477b5d480eecc9f9626f47e
-SIZE (msgpack-1.1.2.tar.gz) = 173581
+TIMESTAMP = 1782966388
+SHA256 (msgpack-1.2.1.tar.gz) = 04c721c2c7448767e9e3f2520a475663d8ee0f09c31890f6d2bd70fd636a9647
+SIZE (msgpack-1.2.1.tar.gz) = 183960
diff --git a/devel/py-msgpack/files/patch-pyproject.toml b/devel/py-msgpack/files/patch-pyproject.toml
index 8c23cb560451..f77b1d77896b 100644
--- a/devel/py-msgpack/files/patch-pyproject.toml
+++ b/devel/py-msgpack/files/patch-pyproject.toml
@@ -1,8 +1,8 @@
---- pyproject.toml.orig	2025-10-08 08:59:19 UTC
+--- pyproject.toml.orig	2026-06-18 15:35:18 UTC
 +++ pyproject.toml
 @@ -1,11 +1,11 @@
  [build-system]
--requires = ["setuptools >= 80.9.0"]
+-requires = ["setuptools >= 78.1.1"]
 +requires = ["setuptools >= 61"]
  build-backend = "setuptools.build_meta"