diff options
author | rm <rm@FreeBSD.org> | 2015-08-14 02:42:41 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2015-08-14 02:42:41 +0800 |
commit | 2365d729480a732c3c979b1c898d2e07c6dff64d (patch) | |
tree | d9b790d123c8a9d164a7ccd3542c5c53145a5200 /www | |
parent | 5a54b7dc92f6e7fd3375524b1cfc5ffcd70cf649 (diff) | |
download | freebsd-ports-gnome-2365d729480a732c3c979b1c898d2e07c6dff64d.tar.gz freebsd-ports-gnome-2365d729480a732c3c979b1c898d2e07c6dff64d.tar.zst freebsd-ports-gnome-2365d729480a732c3c979b1c898d2e07c6dff64d.zip |
www/py-flask-restful: update to 0.3.4
Version 0.3.4
-------------
Released July 20, 2015
- Fixed issue where `abort()` and `raise Exception` were not equivalent
- Fixed `RequestParser` settings not being copied properly
- Add ability to configure json serializer settings from application config
- Project metadata, tests, and examples are now included in source distributions
- Various documentation improvements
Diffstat (limited to 'www')
-rw-r--r-- | www/py-flask-restful/Makefile | 3 | ||||
-rw-r--r-- | www/py-flask-restful/distinfo | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/www/py-flask-restful/Makefile b/www/py-flask-restful/Makefile index e0e4cc99cc70..a89979cd2545 100644 --- a/www/py-flask-restful/Makefile +++ b/www/py-flask-restful/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Flask-RESTful -PORTVERSION= 0.3.3 +PORTVERSION= 0.3.4 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,6 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aniso8601>0:${PORTSDIR}/devel/py-aniso8601 \ ${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six \ ${PYTHON_PKGNAMEPREFIX}pytz>0:${PORTSDIR}/devel/py-pytz +NO_ARCH= yes USES= python USE_PYTHON= autoplist distutils diff --git a/www/py-flask-restful/distinfo b/www/py-flask-restful/distinfo index 76f27b102ef6..8f23f4e194c0 100644 --- a/www/py-flask-restful/distinfo +++ b/www/py-flask-restful/distinfo @@ -1,2 +1,2 @@ -SHA256 (Flask-RESTful-0.3.3.tar.gz) = 30f70682188e6f5bd7915f6188353d35b981b62a880d86b8079c462ee7d9c6b8 -SIZE (Flask-RESTful-0.3.3.tar.gz) = 20459 +SHA256 (Flask-RESTful-0.3.4.tar.gz) = 89f3773363fb0dd235d16c806b7ff8fed8268152d45bf1fc618a12a36dfd1b68 +SIZE (Flask-RESTful-0.3.4.tar.gz) = 105384 |