git: b60ea88a60fc - main - devel/py-msgpack: Update to 1.1.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 25 Sep 2024 04:25:51 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=b60ea88a60fc180ec05e2133de9a10bd55dd349a commit b60ea88a60fc180ec05e2133de9a10bd55dd349a Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-09-25 04:13:41 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-09-25 04:22:30 +0000 devel/py-msgpack: Update to 1.1.0 Changes: https://github.com/msgpack/msgpack-python/releases --- devel/py-msgpack/Makefile | 4 ++-- devel/py-msgpack/distinfo | 6 +++--- devel/py-msgpack/files/patch-pyproject.toml | 16 +++++++--------- 3 files changed, 12 insertions(+), 14 deletions(-) diff --git a/devel/py-msgpack/Makefile b/devel/py-msgpack/Makefile index af6219948774..1a6fe5800416 100644 --- a/devel/py-msgpack/Makefile +++ b/devel/py-msgpack/Makefile @@ -1,5 +1,5 @@ PORTNAME= msgpack -PORTVERSION= 1.0.8 +PORTVERSION= 1.1.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,7 @@ WWW= https://msgpack.org/ \ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=35.0.2:devel/py-setuptools@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} USES= python diff --git a/devel/py-msgpack/distinfo b/devel/py-msgpack/distinfo index b4f7eed28b11..210a8578f577 100644 --- a/devel/py-msgpack/distinfo +++ b/devel/py-msgpack/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1709390562 -SHA256 (msgpack-1.0.8.tar.gz) = 95c02b0e27e706e48d0e5426d1710ca78e0f0628d6e89d5b5a5b91a5f12274f3 -SIZE (msgpack-1.0.8.tar.gz) = 167014 +TIMESTAMP = 1726740947 +SHA256 (msgpack-1.1.0.tar.gz) = dd432ccc2c72b914e4cb77afce64aab761c1137cc698be3984eee260bcb2896e +SIZE (msgpack-1.1.0.tar.gz) = 167260 diff --git a/devel/py-msgpack/files/patch-pyproject.toml b/devel/py-msgpack/files/patch-pyproject.toml index e4118e082e73..888f9f9fece9 100644 --- a/devel/py-msgpack/files/patch-pyproject.toml +++ b/devel/py-msgpack/files/patch-pyproject.toml @@ -1,11 +1,9 @@ ---- pyproject.toml.orig 2023-09-13 20:09:22 UTC +--- pyproject.toml.orig 2024-09-09 16:59:04 UTC +++ pyproject.toml -@@ -2,7 +2,7 @@ - requires = [ - # Also declared in requirements.txt, if updating here please also update - # there -- "Cython~=3.0.8", -+ "Cython", - "setuptools >= 35.0.2", - ] +@@ -1,5 +1,5 @@ + [build-system] +-requires = ["setuptools >= 69.5.1"] ++requires = ["setuptools >= 61"] build-backend = "setuptools.build_meta" + + [project]