1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00

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)
This commit is contained in:
Rainer Hurling 2021-01-08 11:10:19 +00:00
parent 90b4edd0b9
commit 95fa7cee85
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=560761
2 changed files with 4 additions and 4 deletions

View File

@ -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}

View File

@ -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