Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.13.0_1 17 Jun 2020 12:36:42 |
jbeich |
www/py-flexget: update to 3.1.64
- Switch from flask-restplus to flask-restx, removing the former
Changes: https://github.com/Flexget/Flexget/compare/v3.1.59...v3.1.64
PR: 244294 |
0.13.0_1 23 May 2020 05:33:06 |
jbeich |
www/py-flask-restplus: unbreak after r527409
>>> import flask_restplus
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python3.7/site-packages/flask_restplus/__init__.py", line
4, in <module>
from . import fields, reqparse, apidoc, inputs, cors
File "/usr/local/lib/python3.7/site-packages/flask_restplus/fields.py", line
17, in <module>
from werkzeug import cached_property
ImportError: cannot import name 'cached_property' from 'werkzeug'
(/usr/local/lib/python3.7/site-packages/werkzeug/__init__.py) |
0.13.0 07 Mar 2020 13:14:02 |
antoine |
Clean up |
0.13.0 23 Feb 2020 03:26:16 |
wen |
- Update to 0.13.0
- Add missing TEST_DEPENDS
PR: 244294
Submitted by: andrej@ebert.su(maintainer) |
0.10.1 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
0.10.1 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
0.10.1 21 Jun 2017 09:24:09 |
jbeich |
www/py-flask-restplus: update to 0.10.1
Changes: https://github.com/noirbizarre/flask-restplus/blob/0.10.1/CHANGELOG.rst#0101-2017-03-04 |
0.10.0 13 Feb 2017 17:24:21 |
krion |
Update www/py-flask-restplus to 0.10.0
PR: 217057
Submitted by: maintainer
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9568 |
0.9.2 21 Oct 2016 12:51:41 |
mat |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
0.9.2 19 Jul 2016 19:12:42 |
jbeich |
www/py-flask-restplus{,08}: fix |make test| via pytest
- Switch to USE_GITHUB as postman-v1.schema.json isn't included in PyPI tarball
PR: 211174
Approved by: Andrej Ebert <andrej@ebert.su> (maintainer) |
0.9.2 18 Jul 2016 19:06:27 |
jbeich |
www/py-flask-restplus{,08}: fork 0.8.6 for www/py-flexget
PR: 210979
Submitted by: Andrej Ebert <andrej@ebert.su> (maintainer) |
0.9.2 16 Jul 2016 18:03:26 |
pawel |
Extension for Flask that adds support for quickly building REST APIs.
Flask-RESTPlus encourages best practices with minimal setup.
If you are familiar with Flask, Flask-RESTPlus should be easy to pick up.
It provides a coherent collection of decorators and tools to describe your
API and expose its documentation properly using Swagger.
WWW: https://github.com/noirbizarre/flask-restplus
PR: 210979
Submitted by: Andrej Ebert <andrej@ebert.su> |