Created attachment 221347 [details] flask-smorest.diff QA: * portlint: OK (looks fine.) * testport: OK (poudriere: 12.2, amd64 tested) * maketest: OK (571 passed, 4 warnings)
Build and package info is available at https://gitlab.com/swills/freebsd-ports/pipelines/238507750
A commit references this bug: Author: rhurlin Date: Fri Jan 8 11:10:20 UTC 2021 New revision: 560761 URL: https://svnweb.freebsd.org/changeset/ports/560761 Log: 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) Changes: head/www/py-flask-smorest/Makefile head/www/py-flask-smorest/distinfo
Committed, thanks