git: 65e780529e54 - main - devel/py-msgpack: Update to 1.1.2

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sun, 19 Oct 2025 00:03:09 UTC
The branch main has been updated by sunpoet:

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

commit 65e780529e5467028c46661667140c33e8ec1a3e
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-10-18 23:52:05 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-10-18 23:52:05 +0000

    devel/py-msgpack: Update to 1.1.2
    
    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 | 14 ++++++++++----
 3 files changed, 14 insertions(+), 8 deletions(-)

diff --git a/devel/py-msgpack/Makefile b/devel/py-msgpack/Makefile
index 0a786f00da2c..6d1df442eaa7 100644
--- a/devel/py-msgpack/Makefile
+++ b/devel/py-msgpack/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	msgpack
-PORTVERSION=	1.1.1
+PORTVERSION=	1.1.2
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-msgpack/distinfo b/devel/py-msgpack/distinfo
index 8b192816951c..14df36788fc5 100644
--- a/devel/py-msgpack/distinfo
+++ b/devel/py-msgpack/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1750188078
-SHA256 (msgpack-1.1.1.tar.gz) = 77b79ce34a2bdab2594f490c8e80dd62a02d650b91a75159a63ec413b8d104cd
-SIZE (msgpack-1.1.1.tar.gz) = 173555
+TIMESTAMP = 1759774611
+SHA256 (msgpack-1.1.2.tar.gz) = 3b60763c1373dd60f398488069bcdc703cd08a711477b5d480eecc9f9626f47e
+SIZE (msgpack-1.1.2.tar.gz) = 173581
diff --git a/devel/py-msgpack/files/patch-pyproject.toml b/devel/py-msgpack/files/patch-pyproject.toml
index 46e2865f450d..8c23cb560451 100644
--- a/devel/py-msgpack/files/patch-pyproject.toml
+++ b/devel/py-msgpack/files/patch-pyproject.toml
@@ -1,10 +1,16 @@
---- pyproject.toml.orig	2025-06-13 06:42:29 UTC
+--- pyproject.toml.orig	2025-10-08 08:59:19 UTC
 +++ pyproject.toml
-@@ -1,6 +1,6 @@
+@@ -1,11 +1,11 @@
  [build-system]
- # 75.3.0 is the latest version supporting Python 3.8
--requires = ["setuptools >= 75.3.0"]
+-requires = ["setuptools >= 80.9.0"]
 +requires = ["setuptools >= 61"]
  build-backend = "setuptools.build_meta"
  
  [project]
+ name = "msgpack"
+ dynamic = ["version"]
+-license = "Apache-2.0"
++license = {text="Apache 2.0"}
+ authors = [{name="Inada Naoki", email="songofacandy@gmail.com"}]
+ description = "MessagePack serializer"
+ readme = "README.md"