git: 4e7da8fdeabc - main - devel/py-msgpack: Update to 1.0.8
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Mar 2024 14:12:21 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=4e7da8fdeabc9026f2b01875ac308a02efbc7615 commit 4e7da8fdeabc9026f2b01875ac308a02efbc7615 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-09 13:47:56 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-09 14:05:51 +0000 devel/py-msgpack: Update to 1.0.8 Changes: https://github.com/msgpack/msgpack-python/releases --- devel/py-msgpack/Makefile | 5 ++--- devel/py-msgpack/distinfo | 6 +++--- devel/py-msgpack/files/patch-pyproject.toml | 4 ++-- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/devel/py-msgpack/Makefile b/devel/py-msgpack/Makefile index 042c47d13d00..af6219948774 100644 --- a/devel/py-msgpack/Makefile +++ b/devel/py-msgpack/Makefile @@ -1,5 +1,5 @@ PORTNAME= msgpack -PORTVERSION= 1.0.7 +PORTVERSION= 1.0.8 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,8 +12,7 @@ WWW= https://msgpack.org/ \ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cython>=0.29.30<0.30:lang/cython@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}setuptools>=35.0.2:devel/py-setuptools@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=35.0.2: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 f889b5d0480b..b4f7eed28b11 100644 --- a/devel/py-msgpack/distinfo +++ b/devel/py-msgpack/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1696001358 -SHA256 (msgpack-1.0.7.tar.gz) = 572efc93db7a4d27e404501975ca6d2d9775705c2d922390d878fcf768d92c87 -SIZE (msgpack-1.0.7.tar.gz) = 166311 +TIMESTAMP = 1709390562 +SHA256 (msgpack-1.0.8.tar.gz) = 95c02b0e27e706e48d0e5426d1710ca78e0f0628d6e89d5b5a5b91a5f12274f3 +SIZE (msgpack-1.0.8.tar.gz) = 167014 diff --git a/devel/py-msgpack/files/patch-pyproject.toml b/devel/py-msgpack/files/patch-pyproject.toml index d5f4ae503c57..e4118e082e73 100644 --- a/devel/py-msgpack/files/patch-pyproject.toml +++ b/devel/py-msgpack/files/patch-pyproject.toml @@ -4,8 +4,8 @@ requires = [ # Also declared in requirements.txt, if updating here please also update # there -- "Cython~=3.0.0", -+ "Cython~=0.29.30", +- "Cython~=3.0.8", ++ "Cython", "setuptools >= 35.0.2", ] build-backend = "setuptools.build_meta"