diff options
author | Goran Mekić <meka@tilda.center> | 2022-06-26 11:06:31 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2022-06-27 13:22:01 +0000 |
commit | 5d7a29c9118059238907bc5aa79f0d75e2c66321 (patch) | |
tree | 42d5efbd9d55fc1c2bd4fbfec2e3029829906182 | |
parent | 74729b04ffd1ade9dd9bdb21a338ad774c15ac21 (diff) |
www/py-flask-smorest: Update to 0.38.1
Changelog:
* Add format argument to flask openapi print and flask openapi write commands
to provide a YAML output
PR: 264903
-rw-r--r-- | www/py-flask-smorest/Makefile | 2 | ||||
-rw-r--r-- | www/py-flask-smorest/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/py-flask-smorest/Makefile b/www/py-flask-smorest/Makefile index e0648793a7a9..b54b15debabc 100644 --- a/www/py-flask-smorest/Makefile +++ b/www/py-flask-smorest/Makefile @@ -1,5 +1,5 @@ PORTNAME= flask-smorest -PORTVERSION= 0.38.0 +PORTVERSION= 0.38.1 CATEGORIES= www devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-flask-smorest/distinfo b/www/py-flask-smorest/distinfo index 8d34600b886d..b7bfad75147b 100644 --- a/www/py-flask-smorest/distinfo +++ b/www/py-flask-smorest/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1654555570 -SHA256 (flask-smorest-0.38.0.tar.gz) = 9635c3010c4f791e371b0ec234a4a52a3352be560428720f2cccc6a0dd7174dd -SIZE (flask-smorest-0.38.0.tar.gz) = 72485 +TIMESTAMP = 1656241422 +SHA256 (flask-smorest-0.38.1.tar.gz) = 9eb858b23d2fb74c86a297604e2dc7417165e978da0c9176be4735ad53702865 +SIZE (flask-smorest-0.38.1.tar.gz) = 73283 |