Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Dec 2022 10:05:23 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: 2087a79133cf - main - devel/py-apispec: Update to 6.0.2
Message-ID:  <202212211005.2BLA5N2Y040506@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=2087a79133cf5e91f3b372692522e3c0b6e77bfd

commit 2087a79133cf5e91f3b372692522e3c0b6e77bfd
Author:     Goran Mekić <meka@tilda.center>
AuthorDate: 2022-12-21 09:53:32 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-12-21 10:04:54 +0000

    devel/py-apispec: Update to 6.0.2
    
    ChangeLog:
    https://github.com/marshmallow-code/apispec/blob/dev/CHANGELOG.rst#602-2022-11-10
    
    PR:             267604
---
 devel/py-apispec/Makefile | 5 ++++-
 devel/py-apispec/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/devel/py-apispec/Makefile b/devel/py-apispec/Makefile
index 44d15bc23ea5..b65fbf5b984f 100644
--- a/devel/py-apispec/Makefile
+++ b/devel/py-apispec/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	apispec
-DISTVERSION=	5.2.2
+DISTVERSION=	6.0.2
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -25,6 +25,9 @@ USE_PYTHON=	autoplist concurrent distutils pytest
 
 TEST_ENV=	PYTHONPATH=${WRKSRC}/src
 
+PYTEST_BROKEN_TESTS=	test_openapi_tools_validate_v2 \
+			test_openapi_tools_validate_v3
+
 NO_ARCH=	yes
 
 .include <bsd.port.mk>
diff --git a/devel/py-apispec/distinfo b/devel/py-apispec/distinfo
index 38dc617de7a4..8e4dc8725f89 100644
--- a/devel/py-apispec/distinfo
+++ b/devel/py-apispec/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1654465957
-SHA256 (apispec-5.2.2.tar.gz) = 6ea6542e1ebffe9fd95ba01ef3f51351eac6c200a974562c7473059b9cd20aa7
-SIZE (apispec-5.2.2.tar.gz) = 75729
+TIMESTAMP = 1668354245
+SHA256 (apispec-6.0.2.tar.gz) = e76d80b739edef4be213092a6384ad7fd933ba7d64f6d5a0aff8d4da1bef7887
+SIZE (apispec-6.0.2.tar.gz) = 76608



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