Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Oct 2021 08:26:07 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c00e76d78d04 - main - devel/py-apispec: Update to 5.1.1
Message-ID:  <202110120826.19C8Q7b3063015@gitrepo.freebsd.org>

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

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

commit c00e76d78d04e08042d8aff5e644362aad13d701
Author:     Goran Mekić <meka@tilda.center>
AuthorDate: 2021-10-12 08:21:30 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2021-10-12 08:25:47 +0000

    devel/py-apispec: Update to 5.1.1
    
    ChangeLog:
    https://github.com/marshmallow-code/apispec/blob/5.1.1/CHANGELOG.rst
    
    PR:             259061
---
 devel/py-apispec/Makefile | 12 ++++++------
 devel/py-apispec/distinfo |  6 +++---
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/devel/py-apispec/Makefile b/devel/py-apispec/Makefile
index 12ea21ab4283..58a0c1157aff 100644
--- a/devel/py-apispec/Makefile
+++ b/devel/py-apispec/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	apispec
-DISTVERSION=	5.1.0
+DISTVERSION=	5.1.1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -10,14 +10,14 @@ COMMENT=	Pluggable API specification generator
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}yaml>=3.10:devel/py-yaml@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}marshmallow>0:devel/py-marshmallow@${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}mock>0:devel/py-mock@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}yaml>=3.10:devel/py-yaml@${PY_FLAVOR}
 
 # tests_require = prance[osv]>=0.11
-TEST_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}prance>=0.11:devel/py-prance@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}openapi-spec-validator>0:devel/py-openapi-spec-validator@${PY_FLAVOR}
+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
diff --git a/devel/py-apispec/distinfo b/devel/py-apispec/distinfo
index a6bb47983d86..6fa874014cc2 100644
--- a/devel/py-apispec/distinfo
+++ b/devel/py-apispec/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1628789272
-SHA256 (apispec-5.1.0.tar.gz) = 9ac7a7a6000339a02d05404ef561e013375f170de01d8b238782f8fb83082b5b
-SIZE (apispec-5.1.0.tar.gz) = 74265
+TIMESTAMP = 1633934124
+SHA256 (apispec-5.1.1.tar.gz) = d167890e37f14f3f26b588ff2598af35faa5c27612264ea1125509c8ff860834
+SIZE (apispec-5.1.1.tar.gz) = 74706



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