From 95fa7cee851e8e46511d33ccbf38726cb929d35a Mon Sep 17 00:00:00 2001 From: Rainer Hurling Date: Fri, 8 Jan 2021 11:10:19 +0000 Subject: www/py-flask-smorest: Update to 0.26.0 Update with backwards-incompatible changes: - Use warnings.warn rather than log warnings in application log - Support webargs 7. Drop support for webargs 6 Other changes: - Official Python 3.9 support - Bound dependencies versions in setup.py Changelog: https://github.com/marshmallow-code/flask-smorest/blob/master/CHANGELOG.rst#0260-2020-12-17 PR: 252489 Submitted by: Goran Mekic Approved by: arrowd, tcberner (mentors, implicit) --- www/py-flask-smorest/Makefile | 2 +- www/py-flask-smorest/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'www/py-flask-smorest') diff --git a/www/py-flask-smorest/Makefile b/www/py-flask-smorest/Makefile index 72934aa677d1..d42d45e2a52a 100644 --- a/www/py-flask-smorest/Makefile +++ b/www/py-flask-smorest/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= flask-smorest -PORTVERSION= 0.25.0 +PORTVERSION= 0.26.0 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 149d7f529b92..3b9f22ccbbe0 100644 --- a/www/py-flask-smorest/distinfo +++ b/www/py-flask-smorest/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1601714070 -SHA256 (flask-smorest-0.25.0.tar.gz) = cfb37ce965d66b0421869c2a228dd456be1b291d452fb29628b2714782b0aa51 -SIZE (flask-smorest-0.25.0.tar.gz) = 62667 +TIMESTAMP = 1610013490 +SHA256 (flask-smorest-0.26.0.tar.gz) = dac718229ca5de603c5aa59b391454b7ed81d72fa2adf1f69247d1eb60f68f50 +SIZE (flask-smorest-0.26.0.tar.gz) = 60817 -- cgit v1.2.3