Date: Thu, 7 Nov 2024 16:59:48 GMT From: Vladimir Druzenko <vvd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2001e03f9c06 - main - devel/py-apispec: Upgrade 6.6.1 =?utf-8?Q?=E2=86=92?= 6.7.1 Message-ID: <202411071659.4A7Gxmwp011513@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=2001e03f9c063b04acb591824173afc4c76ef70b commit 2001e03f9c063b04acb591824173afc4c76ef70b Author: Goran Mekić <meka@tilda.center> AuthorDate: 2024-11-07 16:58:22 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2024-11-07 16:59:34 +0000 devel/py-apispec: Upgrade 6.6.1 → 6.7.1 Changelogs: https://github.com/marshmallow-code/apispec/blob/6.7.1/CHANGELOG.rst PR: 282611 --- devel/py-apispec/Makefile | 4 ++-- devel/py-apispec/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/devel/py-apispec/Makefile b/devel/py-apispec/Makefile index eb8a79df64f2..627368edd9a7 100644 --- a/devel/py-apispec/Makefile +++ b/devel/py-apispec/Makefile @@ -1,5 +1,5 @@ PORTNAME= apispec -DISTVERSION= 6.6.1 +DISTVERSION= 6.7.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,7 +20,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}marshmallow>0:devel/py-marshmallow@${PY_FLA ${PYTHON_PKGNAMEPREFIX}prance>=0.11:devel/py-prance@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyyaml>=3.10:devel/py-pyyaml@${PY_FLAVOR} -USES= python +USES= python:3.9+ USE_PYTHON= autoplist concurrent pep517 pytest TEST_ENV= PYTHONPATH=${WRKSRC}/src diff --git a/devel/py-apispec/distinfo b/devel/py-apispec/distinfo index 799d31f265e3..a098ae3191cb 100644 --- a/devel/py-apispec/distinfo +++ b/devel/py-apispec/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1715673275 -SHA256 (apispec-6.6.1.tar.gz) = f5caa47cee75fe03b9c50b5594048b4c052eeca2c212e0dac12dbb6175d9a659 -SIZE (apispec-6.6.1.tar.gz) = 76537 +TIMESTAMP = 1730991759 +SHA256 (apispec-6.7.1.tar.gz) = c01b8b6ff40ffedf55b79a67f9dd920e9b2fc3909aae116facf6c8372a08b933 +SIZE (apispec-6.7.1.tar.gz) = 76714
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411071659.4A7Gxmwp011513>