Update to 2.12.16

Changes:	https://github.com/arskom/spyne/blob/master/CHANGELOG.rst
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-01-19 20:41:57 +00:00
parent 54b82cc747
commit d2c9c8e757
3 changed files with 4 additions and 15 deletions

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= spyne
PORTVERSION= 2.12.15
PORTVERSION= 2.12.16
CATEGORIES= www devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1546268522
SHA256 (spyne-2.12.15.tar.gz) = 02d483aa7b2df9e2abb7ece413c4fc8f941a1bd7b67b4a8fde2e00b635f2c441
SIZE (spyne-2.12.15.tar.gz) = 439025
TIMESTAMP = 1547904086
SHA256 (spyne-2.12.16.tar.gz) = 4793b1b22cc90b4896f14560f5bd587fe9ba2a04479f24d055ad5a43c09dc97b
SIZE (spyne-2.12.16.tar.gz) = 439039

View file

@ -1,11 +0,0 @@
--- setup.py.orig 2018-12-20 12:20:35 UTC
+++ setup.py
@@ -48,7 +48,7 @@ protocols and transports.
try:
os.stat('CHANGELOG.rst')
- LONG_DESC += u"\n\n" + open('CHANGELOG.rst', 'r').read().decode('utf8')
+ LONG_DESC += u"\n\n" + open('CHANGELOG.rst', 'rb').read().decode('utf8')
except OSError:
pass