update to py-werkzeug-0.11.10

ok shadchin@ (who noticed I needed to regen a patch)
This commit is contained in:
danj 2016-05-29 18:08:04 +00:00
parent ab2dfe1aa7
commit 9216dc2b1a
3 changed files with 9 additions and 10 deletions

View File

@ -1,11 +1,10 @@
# $OpenBSD: Makefile,v 1.24 2016/04/16 19:06:26 shadchin Exp $
# $OpenBSD: Makefile,v 1.25 2016/05/29 18:08:04 danj Exp $
COMMENT = WSGI utility collection
MODPY_EGG_VERSION = 0.11.5
MODPY_EGG_VERSION = 0.11.10
DISTNAME = Werkzeug-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME:L}
REVISION = 0
CATEGORIES = www devel
@ -14,7 +13,7 @@ HOMEPAGE = http://werkzeug.pocoo.org/
# BSD
PERMIT_PACKAGE_CDROM = Yes
GH_ACCOUNT= mitsuhiko
GH_ACCOUNT= pallets
GH_PROJECT= werkzeug
GH_TAGNAME= ${MODPY_EGG_VERSION}

View File

@ -1,2 +1,2 @@
SHA256 (Werkzeug-0.11.5.tar.gz) = 7pj/5TVl7kRtzMSQC7MFLG641wBG9+fUpNXx2PgXt3E=
SIZE (Werkzeug-0.11.5.tar.gz) = 1168054
SHA256 (Werkzeug-0.11.10.tar.gz) = eYO/KQ8QXawl2oQ3lgh3oV01KNXVv0qylKWohiW1CGc=
SIZE (Werkzeug-0.11.10.tar.gz) = 1170919

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-tests_test_serving_py,v 1.2 2016/04/16 19:06:26 shadchin Exp $
--- tests/test_serving.py.orig Wed Mar 23 00:38:53 2016
+++ tests/test_serving.py Fri Apr 15 21:33:04 2016
@@ -195,7 +195,7 @@ def test_monkeypached_sleep(tmpdir):
$OpenBSD: patch-tests_test_serving_py,v 1.3 2016/05/29 18:08:04 danj Exp $
--- tests/test_serving.py.orig Tue May 24 11:19:39 2016
+++ tests/test_serving.py Sun May 29 13:06:57 2016
@@ -230,7 +230,7 @@ def test_monkeypached_sleep(tmpdir):
from werkzeug._reloader import ReloaderLoop
ReloaderLoop()._sleep(0)
'''))