aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-09 13:47:56 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-09 14:05:51 +0000
commit4e7da8fdeabc9026f2b01875ac308a02efbc7615 (patch)
tree5dc546f8de9714ea29117486afc68d4ae35beee4
parent568bfe68d6dfa097b3f1a7e55e0183a509f87b31 (diff)
downloadports-4e7da8fdeabc9026f2b01875ac308a02efbc7615.tar.gz
ports-4e7da8fdeabc9026f2b01875ac308a02efbc7615.zip
devel/py-msgpack: Update to 1.0.8
-rw-r--r--devel/py-msgpack/Makefile5
-rw-r--r--devel/py-msgpack/distinfo6
-rw-r--r--devel/py-msgpack/files/patch-pyproject.toml4
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"