diff options
Diffstat (limited to 'devel/py-msgpack')
-rw-r--r-- | devel/py-msgpack/Makefile | 2 | ||||
-rw-r--r-- | devel/py-msgpack/distinfo | 6 | ||||
-rw-r--r-- | devel/py-msgpack/files/patch-pyproject.toml | 7 |
3 files changed, 8 insertions, 7 deletions
diff --git a/devel/py-msgpack/Makefile b/devel/py-msgpack/Makefile index 1a6fe5800416..0a786f00da2c 100644 --- a/devel/py-msgpack/Makefile +++ b/devel/py-msgpack/Makefile @@ -1,5 +1,5 @@ PORTNAME= msgpack -PORTVERSION= 1.1.0 +PORTVERSION= 1.1.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-msgpack/distinfo b/devel/py-msgpack/distinfo index 210a8578f577..8b192816951c 100644 --- a/devel/py-msgpack/distinfo +++ b/devel/py-msgpack/distinfo @@ -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 diff --git a/devel/py-msgpack/files/patch-pyproject.toml b/devel/py-msgpack/files/patch-pyproject.toml index 888f9f9fece9..46e2865f450d 100644 --- a/devel/py-msgpack/files/patch-pyproject.toml +++ b/devel/py-msgpack/files/patch-pyproject.toml @@ -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" |