diff options
author | adam <adam@pkgsrc.org> | 2018-12-21 21:06:30 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-12-21 21:06:30 +0000 |
commit | fa7da982dfab7b9fc346f9a07f08af116c814001 (patch) | |
tree | 1c0d636e251a8e7a8c5f357670dd7bdb3cdb43f5 /www/py-flask-restful/PLIST | |
parent | d6745b1e2c5fa06b029995c3ef9c6909fc8d4bd8 (diff) | |
download | pkgsrc-fa7da982dfab7b9fc346f9a07f08af116c814001.tar.gz |
py-flask-restful: updated to 0.3.7
Version 0.3.7
Fix error handling in python3
Fix arguments with type=list
Return code for parse_args() is now configurable
Removed flask_restful.paging module.
Removed misleading help_on_404 functionality
JSON keys are no longer sorted by default in debug mode in python3
Various small fixes and updates to documentation
Diffstat (limited to 'www/py-flask-restful/PLIST')
-rw-r--r-- | www/py-flask-restful/PLIST | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/www/py-flask-restful/PLIST b/www/py-flask-restful/PLIST index fb69e11eb69..9f8ecfb91ef 100644 --- a/www/py-flask-restful/PLIST +++ b/www/py-flask-restful/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2018/12/06 19:32:05 adam Exp $ +@comment $NetBSD: PLIST,v 1.2 2018/12/21 21:06:30 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -17,9 +17,6 @@ ${PYSITELIB}/flask_restful/fields.pyo ${PYSITELIB}/flask_restful/inputs.py ${PYSITELIB}/flask_restful/inputs.pyc ${PYSITELIB}/flask_restful/inputs.pyo -${PYSITELIB}/flask_restful/paging.py -${PYSITELIB}/flask_restful/paging.pyc -${PYSITELIB}/flask_restful/paging.pyo ${PYSITELIB}/flask_restful/representations/__init__.py ${PYSITELIB}/flask_restful/representations/__init__.pyc ${PYSITELIB}/flask_restful/representations/__init__.pyo |