devel/py-msgpack: Update to 1.1.1

Changes:	https://github.com/msgpack/msgpack-python/releases
This commit is contained in:
Po-Chuan Hsieh
2025-06-26 18:00:00 +08:00
parent 5cd304ce77
commit 7848f3ce78
3 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
PORTNAME= msgpack
PORTVERSION= 1.1.0
PORTVERSION= 1.1.1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+3 -3
View File
@@ -1,3 +1,3 @@
TIMESTAMP = 1726740947
SHA256 (msgpack-1.1.0.tar.gz) = dd432ccc2c72b914e4cb77afce64aab761c1137cc698be3984eee260bcb2896e
SIZE (msgpack-1.1.0.tar.gz) = 167260
TIMESTAMP = 1750188078
SHA256 (msgpack-1.1.1.tar.gz) = 77b79ce34a2bdab2594f490c8e80dd62a02d650b91a75159a63ec413b8d104cd
SIZE (msgpack-1.1.1.tar.gz) = 173555
+4 -3
View File
@@ -1,8 +1,9 @@
--- pyproject.toml.orig 2024-09-09 16:59:04 UTC
--- pyproject.toml.orig 2025-06-13 06:42:29 UTC
+++ pyproject.toml
@@ -1,5 +1,5 @@
@@ -1,6 +1,6 @@
[build-system]
-requires = ["setuptools >= 69.5.1"]
# 75.3.0 is the latest version supporting Python 3.8
-requires = ["setuptools >= 75.3.0"]
+requires = ["setuptools >= 61"]
build-backend = "setuptools.build_meta"