Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jun 2022 10:46:03 GMT
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4699ae7e3a65 - main - devel/py-apispec: Update to 5.2.2
Message-ID:  <202206081046.258Ak3qh072654@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by lwhsu:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4699ae7e3a65c885dce246235efa58628b80153a

commit 4699ae7e3a65c885dce246235efa58628b80153a
Author:     Goran Mekić <meka@tilda.center>
AuthorDate: 2022-06-05 22:01:59 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2022-06-08 10:45:52 +0000

    devel/py-apispec: Update to 5.2.2
    
    https://github.com/marshmallow-code/apispec/blob/dev/CHANGELOG.rst#522-2022-05-13
    
    PR:             264490
---
 devel/py-apispec/Makefile | 10 +++-------
 devel/py-apispec/distinfo |  6 +++---
 2 files changed, 6 insertions(+), 10 deletions(-)

diff --git a/devel/py-apispec/Makefile b/devel/py-apispec/Makefile
index 1eeedb31688d..21c9a7461cbd 100644
--- a/devel/py-apispec/Makefile
+++ b/devel/py-apispec/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	apispec
-DISTVERSION=	5.2.1
+DISTVERSION=	5.2.2
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,21 +13,17 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}prance>0:devel/py-prance@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}marshmallow>0:devel/py-marshmallow@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}yaml>=3.10:devel/py-yaml@${PY_FLAVOR}
 
 # tests_require = prance[osv]>=0.11
 TEST_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}openapi-spec-validator>0:devel/py-openapi-spec-validator@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}prance>=0.11:devel/py-prance@${PY_FLAVOR}
 
-USES=		python:3.5+
-USE_PYTHON=	autoplist concurrent distutils
+USES=		python:3.7+
+USE_PYTHON=	autoplist concurrent distutils pytest
 
 TEST_ENV=	PYTHONPATH=${WRKSRC}/src
 
 NO_ARCH=	yes
 
-do-test:
-	cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest -v -rs -o addopts=
-
 .include <bsd.port.mk>
diff --git a/devel/py-apispec/distinfo b/devel/py-apispec/distinfo
index 33c76b76dd53..38dc617de7a4 100644
--- a/devel/py-apispec/distinfo
+++ b/devel/py-apispec/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1651838820
-SHA256 (apispec-5.2.1.tar.gz) = cf754c439a56df12f0149fc5690a422774e9ac3395fb6798882c17fbc3a29d2d
-SIZE (apispec-5.2.1.tar.gz) = 75572
+TIMESTAMP = 1654465957
+SHA256 (apispec-5.2.2.tar.gz) = 6ea6542e1ebffe9fd95ba01ef3f51351eac6c200a974562c7473059b9cd20aa7
+SIZE (apispec-5.2.2.tar.gz) = 75729



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206081046.258Ak3qh072654>