devel/py-msgpack: Update to 1.1.0

Changes:	https://github.com/msgpack/msgpack-python/releases
This commit is contained in:
Po-Chuan Hsieh 2024-09-25 12:13:41 +08:00
parent a5f1a66b5f
commit b60ea88a60
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
3 changed files with 12 additions and 14 deletions

View file

@ -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

View file

@ -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

View file

@ -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]