Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 May 2023 17:26:41 GMT
From:      Robert Clausecker <fuz@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e87442e8b156 - main - www/py-flask-smorest: Update to 0.42.0
Message-ID:  <202305211726.34LHQfqo065484@gitrepo.freebsd.org>

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

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

commit e87442e8b15649db2d25e27b68e76089598829b3
Author:     Goran Mekić <meka@tilda.center>
AuthorDate: 2023-05-21 15:05:11 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-05-21 17:25:45 +0000

    www/py-flask-smorest: Update to 0.42.0
    
    Changelog: https://github.com/marshmallow-code/flask-smorest/blob/master/CHANGELOG.rst#0420-2023-05-15
    
    PR:             271552
---
 www/py-flask-smorest/Makefile | 6 +++---
 www/py-flask-smorest/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/www/py-flask-smorest/Makefile b/www/py-flask-smorest/Makefile
index 74dad5f2445c..8e6df345bccc 100644
--- a/www/py-flask-smorest/Makefile
+++ b/www/py-flask-smorest/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	flask-smorest
-DISTVERSION=	0.41.0
+DISTVERSION=	0.42.0
 CATEGORIES=	www devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,9 +15,9 @@ 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}
+		${PYTHON_PKGNAMEPREFIX}werkzeug>=2.0.1:www/py-werkzeug@${PY_FLAVOR}
 
-USES=		python:3.6+
+USES=		python:3.8+
 USE_PYTHON=	autoplist concurrent distutils pytest
 
 NO_ARCH=	yes
diff --git a/www/py-flask-smorest/distinfo b/www/py-flask-smorest/distinfo
index 0f6bcde643cc..db7d92e28986 100644
--- a/www/py-flask-smorest/distinfo
+++ b/www/py-flask-smorest/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1681825422
-SHA256 (flask-smorest-0.41.0.tar.gz) = 9b98256a9073fcd3e18e0fd2e7511e32d9aa499e1aa133c646c0c27bc3fde218
-SIZE (flask-smorest-0.41.0.tar.gz) = 73848
+TIMESTAMP = 1684681277
+SHA256 (flask-smorest-0.42.0.tar.gz) = 868421b29e060a602e3739c2caf7b97cfe21c3ac488f51a2b5e95e168dd3bec2
+SIZE (flask-smorest-0.42.0.tar.gz) = 77625



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