notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
py-flask-smorest Flask/Marshmallow-based REST API framework
0.42.2 www on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.42.2Version of this port present on the latest quarterly branch.
Maintainer: meka@tilda.center search for ports maintained by this maintainer
Port Added: 2020-01-11 12:08:39
Last Update: 2023-12-01 06:39:02
Commit Hash: 8efcc1c
Also Listed In: devel python
License: MIT
WWW:
https://github.com/marshmallow-code/flask-smorest
Description:
REST API framework built upon Flask and marshmallow. - Serialization, deserialization and validation using marshmallow Schema - Explicit validation error messages returned in response - Database-agnostic - OpenAPI (Swagger) specification automatically generated and exposed with ReDoc or Swagger UI - Pagination - ETag
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}flask-smorest>0:www/py-flask-smorest@${PY_FLAVOR}
To install the port:
cd /usr/ports/www/py-flask-smorest/ && make install clean
To add the package, run one of these commands:
  • pkg install www/py-flask-smorest
  • pkg install py39-flask-smorest
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py39-flask-smorest listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-flask-smorest
Package flavors (<flavor>: <package>)
  • py39: py39-flask-smorest
distinfo:
TIMESTAMP = 1700047928 SHA256 (flask-smorest-0.42.2.tar.gz) = 85a6c71d3e83ea7b57a3b879f2a2efa1b0bbe3633a0374bf1527997fa950a59d SIZE (flask-smorest-0.42.2.tar.gz) = 77915

Packages (timestamps in pop-ups are UTC):
py37-flask-smorest
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--0.27.0---0.26.0-
FreeBSD:13:quarterly--------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
 

py39-flask-smorest
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.42.20.42.2-0.42.20.42.2---
FreeBSD:13:quarterly0.42.20.42.20.42.00.42.20.42.2-0.42.20.42.2
FreeBSD:14:latest0.42.20.42.20.40.00.42.20.42.20.42.0-0.42.0
FreeBSD:14:quarterly0.42.20.42.2-0.42.20.42.2-0.42.20.42.2
FreeBSD:15:latest0.42.20.42.2n/a0.42.2n/a-0.42.2-
FreeBSD:15:quarterly--n/a-n/a---
 

Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  2. python3.9 : lang/python39
Test dependencies:
  1. py39-pytest>=7,1 : devel/py-pytest@py39
  2. python3.9 : lang/python39
Runtime dependencies:
  1. py39-apispec>=6.0.0 : devel/py-apispec@py39
  2. py39-flask>=2.0.0 : www/py-flask@py39
  3. py39-marshmallow>=3.18.0 : devel/py-marshmallow@py39
  4. py39-webargs>=8.0.0 : www/py-webargs@py39
  5. py39-werkzeug>=2.0.1 : www/py-werkzeug@py39
  6. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  7. python3.9 : lang/python39
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
www_py-flask-smorest
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/f/flask-smorest/
  2. https://pypi.org/packages/source/f/flask-smorest/
Collapse this list.

Number of commits found: 36

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.42.2
01 Dec 2023 06:39:02
commit hash: 8efcc1c369a0048035fc0022072f9003c37b65e8commit hash: 8efcc1c369a0048035fc0022072f9003c37b65e8commit hash: 8efcc1c369a0048035fc0022072f9003c37b65e8commit hash: 8efcc1c369a0048035fc0022072f9003c37b65e8 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
*: Fix build after 3232af18957315da73e0e4105cac869d8cb3c6b1 (www/py-flask
PORTNAME change)

Approved by:	portmgr (blanket)
0.42.2
18 Nov 2023 20:20:43
commit hash: bb67453e9303207785cbd7fe6ce9318dad2455f9commit hash: bb67453e9303207785cbd7fe6ce9318dad2455f9commit hash: bb67453e9303207785cbd7fe6ce9318dad2455f9commit hash: bb67453e9303207785cbd7fe6ce9318dad2455f9 files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
Author: Goran Mekić
www/py-flask-smorest: Update to 0.42.2

Changelog:
https://github.com/marshmallow-code/flask-smorest/blob/master/CHANGELOG.rst#0422-2023-11-09

PR:		275101
0.42.1
24 Aug 2023 12:31:25
commit hash: e79b6762011b7677c36bf0b4f08cb4e0ba356d65commit hash: e79b6762011b7677c36bf0b4f08cb4e0ba356d65commit hash: e79b6762011b7677c36bf0b4f08cb4e0ba356d65commit hash: e79b6762011b7677c36bf0b4f08cb4e0ba356d65 files touched by this commit
Wen Heping (wen) search for other commits by this committer
Author: Goran Mekić
www/py-flask-smorest: Update to 0.42.1

PR:		273326
Reported by:	maintainer
0.42.0
27 Jun 2023 19:34:34
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb files touched by this commit
Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
0.42.0
21 May 2023 17:25:45
commit hash: e87442e8b15649db2d25e27b68e76089598829b3commit hash: e87442e8b15649db2d25e27b68e76089598829b3commit hash: e87442e8b15649db2d25e27b68e76089598829b3commit hash: e87442e8b15649db2d25e27b68e76089598829b3 files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
Author: Goran Mekić
www/py-flask-smorest: Update to 0.42.0

Changelog:
https://github.com/marshmallow-code/flask-smorest/blob/master/CHANGELOG.rst#0420-2023-05-15

PR:		271552
0.41.0
20 Apr 2023 11:49:22
commit hash: c0f8e62a1247d5d3089c1f6752c3b71871fdbf78commit hash: c0f8e62a1247d5d3089c1f6752c3b71871fdbf78commit hash: c0f8e62a1247d5d3089c1f6752c3b71871fdbf78commit hash: c0f8e62a1247d5d3089c1f6752c3b71871fdbf78 files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
Author: Goran Mekić
www/py-flask-smorest: Update to 0.41.0

Changelog:
https://github.com/marshmallow-code/flask-smorest/blob/master/CHANGELOG.rst#0410-2023-03-30

  * Allow multiple responses with same status code and different content types
  * Set stacklevel in calls to warnings/warn
  * Official Python 3.11 support

PR:		270913
0.40.0
11 Jan 2023 15:58:34
commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
0.40.0
21 Dec 2022 10:04:54
commit hash: 3f9c782cfb016668602e7c96f633a302b94e5eefcommit hash: 3f9c782cfb016668602e7c96f633a302b94e5eefcommit hash: 3f9c782cfb016668602e7c96f633a302b94e5eefcommit hash: 3f9c782cfb016668602e7c96f633a302b94e5eef files touched by this commit
Nuno Teixeira (eduardo) search for other commits by this committer
Author: Goran Mekić
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
0.39.0
02 Oct 2022 16:04:26
commit hash: 89f7cf5e35503936cd01807018fae5da808865accommit hash: 89f7cf5e35503936cd01807018fae5da808865accommit hash: 89f7cf5e35503936cd01807018fae5da808865accommit hash: 89f7cf5e35503936cd01807018fae5da808865ac files touched by this commit
Rainer Hurling (rhurlin) search for other commits by this committer
Author: Goran Mekić
www/py-flask-smorest: Update to 0.39.0

Changelog:
https://github.com/marshmallow-code/flask-smorest/blob/master/CHANGELOG.rst#0390-2022-08-16

PR:		266755
MFH:		2022Q4
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
0.38.1
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.38.1
27 Jun 2022 13:22:01
commit hash: 5d7a29c9118059238907bc5aa79f0d75e2c66321commit hash: 5d7a29c9118059238907bc5aa79f0d75e2c66321commit hash: 5d7a29c9118059238907bc5aa79f0d75e2c66321commit hash: 5d7a29c9118059238907bc5aa79f0d75e2c66321 files touched by this commit
Li-Wen Hsu (lwhsu) search for other commits by this committer
Author: Goran Mekić
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
0.38.0
07 Jun 2022 21:34:56
commit hash: d5482684656923fd03b1ee67ccec9bfdf6a52382commit hash: d5482684656923fd03b1ee67ccec9bfdf6a52382commit hash: d5482684656923fd03b1ee67ccec9bfdf6a52382commit hash: d5482684656923fd03b1ee67ccec9bfdf6a52382 files touched by this commit
Nuno Teixeira (eduardo) search for other commits by this committer
Author: Goran Mekić
www/py-flask-smorest: Update to 0.38.0

ChangeLog: www/py-flask-smorest: Update to 0.38.0

PR:		264510
0.37.0
27 Feb 2022 21:50:10
commit hash: 75269759f3482835f717eca0cc131660a6127545commit hash: 75269759f3482835f717eca0cc131660a6127545commit hash: 75269759f3482835f717eca0cc131660a6127545commit hash: 75269759f3482835f717eca0cc131660a6127545 files touched by this commit
Guangyuan Yang (ygy) search for other commits by this committer
Author: Goran Mekić
www/py-flask-smorest: Update to 0.37.0

Changelog:	https://github.com/marshmallow-code/flask-smorest/blob/master/CHANGELOG.rst#0370-2022-02-16

PR:		262236
0.36.0
05 Feb 2022 09:50:58
commit hash: f6474a40af616ef61ccbbb827f4dfe216a65d7cccommit hash: f6474a40af616ef61ccbbb827f4dfe216a65d7cccommit hash: f6474a40af616ef61ccbbb827f4dfe216a65d7cccommit hash: f6474a40af616ef61ccbbb827f4dfe216a65d7cc files touched by this commit
Li-Wen Hsu (lwhsu) search for other commits by this committer
Author: Goran Mekić
www/py-flask-smorest: Update to 0.36.0

PR:		261596
0.35.0
02 Jan 2022 02:45:06
commit hash: 5bc14ae1169bf530015645e78f65ff3e9e90f8dacommit hash: 5bc14ae1169bf530015645e78f65ff3e9e90f8dacommit hash: 5bc14ae1169bf530015645e78f65ff3e9e90f8dacommit hash: 5bc14ae1169bf530015645e78f65ff3e9e90f8da files touched by this commit
Wen Heping (wen) search for other commits by this committer
www/py-flask-smorest: Update to 0.35.0

PR:		260844
Reported by:	meka@tilda.center(maintainer)
0.31.2
23 Jun 2021 20:43:08
commit hash: fc30dd47752b3f0875355b90cbd7c9bcff23cf21commit hash: fc30dd47752b3f0875355b90cbd7c9bcff23cf21commit hash: fc30dd47752b3f0875355b90cbd7c9bcff23cf21commit hash: fc30dd47752b3f0875355b90cbd7c9bcff23cf21 files touched by this commit
Kevin Bowling (kbowling) search for other commits by this committer
Author: Goran Meki?
www/py-flask-smorest: Update to 0.31.2

Changes
https://github.com/marshmallow-code/flask-smorest/blob/master/CHANGELOG.rst#0312-2021-06-21

PR:		256787
Approved by:	maintainer
0.31.1
15 Jun 2021 14:44:49
commit hash: 3ef505fea253d92415d6d0ac8b5469adae871678commit hash: 3ef505fea253d92415d6d0ac8b5469adae871678commit hash: 3ef505fea253d92415d6d0ac8b5469adae871678commit hash: 3ef505fea253d92415d6d0ac8b5469adae871678 files touched by this commit
Kevin Bowling (kbowling) search for other commits by this committer
Author: Goran Mekić
www/py-flask-smorest: Update to 0.31.1

Changes
https://github.com/marshmallow-code/flask-smorest/blob/master/CHANGELOG.rst#0311-2021-06-01

PR:		256616
Approved by:	maintainer
0.31.0
13 May 2021 17:05:50
commit hash: afa7ebc97f3ddd13777c0e66ad1141ff01ffe068commit hash: afa7ebc97f3ddd13777c0e66ad1141ff01ffe068commit hash: afa7ebc97f3ddd13777c0e66ad1141ff01ffe068commit hash: afa7ebc97f3ddd13777c0e66ad1141ff01ffe068 files touched by this commit
Neel Chauhan (nc) search for other commits by this committer
Author: Goran Mekić
www/py-flask-smorest: Update to 0.31.0

Changes:
https://github.com/marshmallow-code/flask-smorest/blob/master/CHANGELOG.rst#0310-2021-05-12

PR:	255836
0.30.0
21 Apr 2021 16:24:48
commit hash: 01b5dd61abe2c9b0cbd9ff7b676433cf7f481e1dcommit hash: 01b5dd61abe2c9b0cbd9ff7b676433cf7f481e1dcommit hash: 01b5dd61abe2c9b0cbd9ff7b676433cf7f481e1dcommit hash: 01b5dd61abe2c9b0cbd9ff7b676433cf7f481e1d files touched by this commit
Neel Chauhan (nc) search for other commits by this committer
www/py-flask-smorest: Update to 0.30.0

Changes:
https://github.com/marshmallow-code/flask-smorest/blob/master/CHANGELOG.rst#0300-2021-04-13

PR:		255284
Submitted by:	Goran Mekić <meka AT tilda DOT center> (maintainer)
0.29.0
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
0.29.0
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.29.0
13 Feb 2021 12:39:36
Revision:565132Original commit files touched by this commit
lwhsu search for other commits by this committer
www/py-flask-smorest: Update to 0.29.0

Changelog:
https://github.com/marshmallow-code/flask-smorest/blob/master/CHANGELOG.rst#0290-2021-02-13

PR:		253482
Submitted by:	Goran Mekic <meka@tilda.center> (maintainer)
0.28.0
10 Feb 2021 02:28:36
Revision:564838Original commit files touched by this commit
nc search for other commits by this committer
www/py-flask-smorest: Update to 0.28.0

Changes:
https://github.com/marshmallow-code/flask-smorest/blob/master/CHANGELOG.rst#0280-2021-02-04

PR:		253342
Submitted by:	Goran Mekic <meka AT tilda DOT center> (maintainer)
0.27.0
14 Jan 2021 17:57:26
Revision:561576Original commit files touched by this commit
dbaio search for other commits by this committer
www/py-flask-smorest: Update to 0.27.0

Changelog:	https://github.com/marshmallow-code/flask-smorest/blob/0.27.0/CHANGELOG.rst

PR:		252665
Submitted by:	Goran Mekic <meka@tilda.center> (maintainer)
0.26.0
08 Jan 2021 11:10:19
Revision:560761Original commit files touched by this commit
rhurlin search for other commits by this committer
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)
0.25.0
04 Oct 2020 13:16:12
Revision:551388Original commit files touched by this commit
tcberner search for other commits by this committer
www/py-flask-smorest: Update to 0.25.0

Changelog:
	https://github.com/marshmallow-code/flask-smorest/blob/master/CHANGELOG.rst#0250-2020-10-02

PR:		250064
Submitted by:	Goran Mekic <meka@tilda.center>
0.24.1
10 Aug 2020 17:22:57
Revision:544631Original commit files touched by this commit
lwhsu search for other commits by this committer
www/py-flask-smorest: Update to 0.24.1

PR:		248570
Submitted by:	Goran Mekic <meka@tilda.center> (maintainer)
0.24.0
20 Jul 2020 13:14:58
Revision:542634Original commit files touched by this commit
lwhsu search for other commits by this committer
Update to 0.24.0

PR:		248042
Submitted by:	Goran Mekic <meka@tilda.center> (maintainer)
0.23.0
11 Jul 2020 19:29:56
Revision:542044Original commit files touched by this commit
dbaio search for other commits by this committer
www/py-flask-smorest: Update to 0.23.0

Changelog:	https://github.com/marshmallow-code/flask-smorest/blob/0.23.0/CHANGELOG.rst

PR:		247889
Submitted by:	Goran Mekic <meka@tilda.center> (maintainer)
Event:	July 2020 Bugathon
0.22.0
02 Jul 2020 08:51:24
Revision:541023Original commit files touched by this commit
wen search for other commits by this committer
- Update to 0.22.0

PR:		247277
Submitted by:	meka@tilda.center(maintainer)
0.21.1
13 Jun 2020 20:17:51
Revision:538696Original commit files touched by this commit
dbaio search for other commits by this committer
www/py-flask-smorest: Update to 0.21.1

Changelog:	https://github.com/marshmallow-code/flask-smorest/blob/0.21.1/CHANGELOG.rst

PR:		247070
Submitted by:	Goran Mekic <meka@tilda.center> (maintainer)
0.21.0
04 Apr 2020 18:56:23
Revision:530708Original commit files touched by this commit
tcberner search for other commits by this committer
www/py-flask-smorest: Update to 0.21.0

PR:		244950
Submitted by:	Goran Mekic <meka@tilda.center>
0.19.2
12 Mar 2020 19:29:27
Revision:528317Original commit files touched by this commit
tcberner search for other commits by this committer
www/py-flask-smorest: Update to 0.19.2

PR:		244728
Submitted by:	Goran Mekic <meka@tilda.center>  (maintainer)
0.18.5
17 Feb 2020 05:53:28
Revision:526341Original commit files touched by this commit
koobs search for other commits by this committer
www/py-flask-smorest: Update to 0.18.5

Changelog:

  https://github.com/marshmallow-code/flask-smorest/blob/0.18.5/CHANGELOG.rst

PR:		243560
Submitted by:	Goran Mekic <meka tilda center>
0.18.2
11 Jan 2020 12:08:35
Revision:522679Original commit files touched by this commit
koobs search for other commits by this committer
[NEW] www/py-flask-smorest: Flask/Marshmallow-based REST API framework

REST API framework built upon Flask and marshmallow.

  - Serialization, deserialization and validation using marshmallow Schema
  - Explicit validation error messages returned in response
  - Database-agnostic
  - OpenAPI (Swagger) specification automatically generated and exposed with
    ReDoc or Swagger UI
  - Pagination
  - ETag

WWW: https://github.com/marshmallow-code/flask-smorest

PR:		242611
Submitted by:	Goran Mekic <meka@tilda.center>

Number of commits found: 36