Date: Wed, 21 Dec 2022 10:05:24 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: 3f9c782cfb01 - main - www/py-flask-smorest: Update to 0.40.0 Message-ID: <202212211005.2BLA5Oaw040535@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=3f9c782cfb016668602e7c96f633a302b94e5eef commit 3f9c782cfb016668602e7c96f633a302b94e5eef Author: Goran Mekić <meka@tilda.center> AuthorDate: 2022-12-21 10:01:42 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2022-12-21 10:04:54 +0000 www/py-flask-smorest: Update to 0.40.0 ChangeLog: https://github.com/marshmallow-code/flask-smorest/blob/master/CHANGELOG.rst#0400-2022-10-16 PR: 268054 --- www/py-flask-smorest/Makefile | 12 ++++++------ www/py-flask-smorest/distinfo | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/www/py-flask-smorest/Makefile b/www/py-flask-smorest/Makefile index ea3306e71988..e4889d22ce9f 100644 --- a/www/py-flask-smorest/Makefile +++ b/www/py-flask-smorest/Makefile @@ -1,5 +1,5 @@ PORTNAME= flask-smorest -DISTVERSION= 0.39.0 +DISTVERSION= 0.40.0 CATEGORIES= www devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,11 +11,11 @@ WWW= https://github.com/marshmallow-code/flask-smorest LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}apispec>=3.0.0:devel/py-apispec@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}Flask>=1.1.0:www/py-flask@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}marshmallow>=2.15.2:devel/py-marshmallow@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}webargs>=6.0.0:www/py-webargs@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}werkzeug>=0.15:www/py-werkzeug@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}apispec>=6.0.0:devel/py-apispec@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}Flask>=2.0.0:www/py-flask@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}marshmallow>=3.18.0:devel/py-marshmallow@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}webargs>=8.0.0:www/py-webargs@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}werkzeug>=2.0.0:www/py-werkzeug@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils pytest diff --git a/www/py-flask-smorest/distinfo b/www/py-flask-smorest/distinfo index ba505a581925..a6807314a5fb 100644 --- a/www/py-flask-smorest/distinfo +++ b/www/py-flask-smorest/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1664707036 -SHA256 (flask-smorest-0.39.0.tar.gz) = b72b068283176c8dc7bb0e3cfbc2721fc5c9efdcf719eac76604d78223adb99c -SIZE (flask-smorest-0.39.0.tar.gz) = 73395 +TIMESTAMP = 1669458106 +SHA256 (flask-smorest-0.40.0.tar.gz) = 9b46b4937ccf78702d99fed8cfd1cd5c37608ddefd65ff16a86d1ad5c7f7d8c0 +SIZE (flask-smorest-0.40.0.tar.gz) = 73305
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212211005.2BLA5Oaw040535>