diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2021-02-13 12:39:36 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2021-02-13 12:39:36 +0000 |
commit | a68accd9ea2f82d782b97b886a596ff804c717b9 (patch) | |
tree | 31f16a22b2b71ed3a4607381c8bb0903f68c9421 /www/py-flask-smorest/Makefile | |
parent | a2c0369ce53e79f034a10c19c2d27b72906e1ea4 (diff) | |
download | ports-a68accd9ea2f82d782b97b886a596ff804c717b9.tar.gz ports-a68accd9ea2f82d782b97b886a596ff804c717b9.zip |
www/py-flask-smorest: Update to 0.29.0
Changelog:
https://github.com/marshmallow-code/flask-smorest/blob/master/CHANGELOG.rst#0290-2021-02-13
PR: 253482
Submitted by: Goran Mekić <meka@tilda.center> (maintainer)
Notes
Notes:
svn path=/head/; revision=565132
Diffstat (limited to 'www/py-flask-smorest/Makefile')
-rw-r--r-- | www/py-flask-smorest/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/py-flask-smorest/Makefile b/www/py-flask-smorest/Makefile index 18875dd7a314..743d2ef98cac 100644 --- a/www/py-flask-smorest/Makefile +++ b/www/py-flask-smorest/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= flask-smorest -PORTVERSION= 0.28.0 +PORTVERSION= 0.29.0 CATEGORIES= www devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |