Summary: | www/py-flask-smorest: Update to 0.40.0 | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Goran Mekić <meka> | ||||||
Component: | Individual Port(s) | Assignee: | Nuno Teixeira <eduardo> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | CC: | eduardo | ||||||
Priority: | --- | ||||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
URL: | https://github.com/marshmallow-code/flask-smorest/blob/master/CHANGELOG.rst#0400-2022-10-16 | ||||||||
Bug Depends on: | 267604 | ||||||||
Bug Blocks: | |||||||||
Attachments: |
|
Description
Goran Mekić
2022-11-29 11:20:46 UTC
Created attachment 238416 [details]
flask-smorest.patch
Run depends versions should be updated: --- RUN_DEPENDS= \ ${PYTHON_PKGNAMEPREFIX}apispec>=3.0.0:devel/py-apispec@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Flask>=1.1.0:www/py-flask@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}marshmallow>=2.15.2:devel/py-marshmallow@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}webargs>=6.0.0:www/py-webargs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}werkzeug>=0.15:www/py-werkzeug@${PY_FLAVOR} --- setup.py: --- (...) "werkzeug==2.2.2", "flask==2.2.2", "marshmallow==3.18.0", "webargs==8.2.0", "apispec==6.0.0", (...) --- With most importance on apispec. Friendly ping Created attachment 238627 [details]
flask-smorest.patch
Sorry I didn't see the original comment about dependencies. Thank you for a reminder!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3f9c782cfb016668602e7c96f633a302b94e5eef commit 3f9c782cfb016668602e7c96f633a302b94e5eef Author: Goran Mekić <meka@tilda.center> AuthorDate: 2022-12-21 10:01:42 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2022-12-21 10:04:54 +0000 www/py-flask-smorest: Update to 0.40.0 ChangeLog: https://github.com/marshmallow-code/flask-smorest/blob/master/CHANGELOG.rst#0400-2022-10-16 PR: 268054 www/py-flask-smorest/Makefile | 12 ++++++------ www/py-flask-smorest/distinfo | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) Committed, thanks! |