diff options
author | Goran Mekić <meka@tilda.center> | 2022-07-16 13:11:00 +0100 |
---|---|---|
committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2022-07-16 13:15:47 +0100 |
commit | 229d1d9daf85550a9103d314cac803d6ced2b7fb (patch) | |
tree | 6cb30075556cb9a6ab76a8d90dbcf5f6bed9afc7 | |
parent | ports-mgmt/fallout: Update to 1.0.3 (diff) |
www/py-webargs: Update to 8.2.0
ChangeLog: https://github.com/marshmallow-code/webargs/blob/dev/CHANGELOG.rst#820-2022-07-11
PR: 265235
-rw-r--r-- | www/py-webargs/Makefile | 5 | ||||
-rw-r--r-- | www/py-webargs/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/www/py-webargs/Makefile b/www/py-webargs/Makefile index c0907649f35d..3f5744eba3d7 100644 --- a/www/py-webargs/Makefile +++ b/www/py-webargs/Makefile @@ -1,5 +1,5 @@ PORTNAME= webargs -PORTVERSION= 8.1.0 +DISTVERSION= 8.2.0 CATEGORIES= www devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +16,6 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bottle>0:www/py-bottle@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Flask>=0.12.2:www/py-flask@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyramid>0:www/py-pyramid@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tornado>=4.5.2:www/py-tornado@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}WebTest>0:www/py-WebTest@${PY_FLAVOR} @@ -24,7 +23,7 @@ USES= cpe python:3.6+ CPE_VENDOR= ${PORTNAME}_project USE_GITHUB= yes # tests not packaged with PyPI sdist GH_ACCOUNT= marshmallow-code -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent distutils pytest TEST_ENV= PYTHONPATH=${WRKSRC}/src diff --git a/www/py-webargs/distinfo b/www/py-webargs/distinfo index f329dad42da4..b91a4b7aaf5f 100644 --- a/www/py-webargs/distinfo +++ b/www/py-webargs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1643620735 -SHA256 (marshmallow-code-webargs-8.1.0_GH0.tar.gz) = dd45367373e13f902fd3037ca620b6067369dfb71705ee06e2baf30483cc4501 -SIZE (marshmallow-code-webargs-8.1.0_GH0.tar.gz) = 92737 +TIMESTAMP = 1657890271 +SHA256 (marshmallow-code-webargs-8.2.0_GH0.tar.gz) = 50fd1c41fd593c82d532cd5295b1cb8d3a51e942411b993ed46dbab7c4b37842 +SIZE (marshmallow-code-webargs-8.2.0_GH0.tar.gz) = 95426 |