- Update to 2.12.11

Changes:	https://github.com/arskom/spyne/blob/master/CHANGELOG.rst
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-12-09 14:27:31 +00:00
parent 3757963192
commit bde37fce21
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=403401
3 changed files with 3 additions and 15 deletions

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= spyne
PORTVERSION= 2.11.0
PORTREVISION= 1
PORTVERSION= 2.12.11
CATEGORIES= www devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,2 +1,2 @@
SHA256 (spyne-2.11.0.tar.gz) = 37b9eb8f600655607d4adf5ad9ab93e6718d1fcefe8917d3d59321188fd2328d
SIZE (spyne-2.11.0.tar.gz) = 265456
SHA256 (spyne-2.12.11.tar.gz) = 1fac2c4ca5414da34d66af4dd199640f661da92833c3979706431035fa3adced
SIZE (spyne-2.12.11.tar.gz) = 299262

View File

@ -1,11 +0,0 @@
--- spyne/server/twisted/http.py.orig 2014-06-23 22:42:15 UTC
+++ spyne/server/twisted/http.py
@@ -99,7 +99,7 @@ def _render_file(file, request):
try:
fileForReading = file.openForReading()
- except IOError, e:
+ except IOError as e:
import errno
if e[0] == errno.EACCES: