svn commit: r394181 - head/www/py-flask-restful

Ruslan Makhmatkhanov rm at FreeBSD.org
Thu Aug 13 18:42:42 UTC 2015


Author: rm
Date: Thu Aug 13 18:42:41 2015
New Revision: 394181
URL: https://svnweb.freebsd.org/changeset/ports/394181

Log:
  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

Modified:
  head/www/py-flask-restful/Makefile
  head/www/py-flask-restful/distinfo

Modified: head/www/py-flask-restful/Makefile
==============================================================================
--- head/www/py-flask-restful/Makefile	Thu Aug 13 18:23:33 2015	(r394180)
+++ head/www/py-flask-restful/Makefile	Thu Aug 13 18:42:41 2015	(r394181)
@@ -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}anis
 		${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
 

Modified: head/www/py-flask-restful/distinfo
==============================================================================
--- head/www/py-flask-restful/distinfo	Thu Aug 13 18:23:33 2015	(r394180)
+++ head/www/py-flask-restful/distinfo	Thu Aug 13 18:42:41 2015	(r394181)
@@ -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


More information about the svn-ports-all mailing list