This is a pretty trivial update for py-MarkupSafe.
Changelog has just one entry:
Fix segfault when __html__ method raises an exception when using the
C speedups. The exception is now propagated correctly. (#109)
PLIST didn't change.
Consumers py-jinja2 and py-webhelpers pass their tests the same as before.
py-mako's tests don't run. It is missing a py-mock dependency and then it
is old enough to need to patch setup.cfg to make py-test happy. I've got
an update of it I'm testing now that is happy with this update.
All regression tests for both python2 and python3 on amd64 and sparc64.
OK?
--Kurt
Index: Makefile
===================================================================
RCS file: /cvs/ports/textproc/py-MarkupSafe/Makefile,v
retrieving revision 1.24
diff -u -p -r1.24 Makefile
--- Makefile 12 Jul 2019 20:50:11 -0000 1.24
+++ Makefile 22 Jul 2019 04:17:33 -0000
@@ -2,10 +2,9 @@
COMMENT= implements an XML/HTML/XHTML markup safe string
-MODPY_EGG_VERSION= 1.1.0
+MODPY_EGG_VERSION= 1.1.1
DISTNAME= MarkupSafe-${MODPY_EGG_VERSION}
PKGNAME= py-${DISTNAME}
-REVISION= 0
CATEGORIES= textproc
@@ -19,7 +18,9 @@ MODULES= lang/python
WANTLIB+= ${MODPY_WANTLIB} pthread
MODPY_SETUPTOOLS= Yes
-MODPY_PYTEST = Yes
+MODPY_PYTEST= Yes
+
+TEST_ENV= PYTHONPATH=${WRKSRC}/src
FLAVORS= python3
FLAVOR?=
Index: distinfo
===================================================================
RCS file: /cvs/ports/textproc/py-MarkupSafe/distinfo,v
retrieving revision 1.6
diff -u -p -r1.6 distinfo
--- distinfo 12 Nov 2018 12:14:29 -0000 1.6
+++ distinfo 22 Jul 2019 04:17:33 -0000
@@ -1,2 +1,2 @@
-SHA256 (MarkupSafe-1.1.0.tar.gz) = TpczLJzkRLDCw43SLdxhx0PrII2RbkJloqO1db3MsdM=
-SIZE (MarkupSafe-1.1.0.tar.gz) = 18938
+SHA256 (MarkupSafe-1.1.1.tar.gz) = KYcukoOXZeVGgou3dUpoxBjZJ80GT9Rwj6uf6ci7EWs=
+SIZE (MarkupSafe-1.1.1.tar.gz) = 19151
No comments:
Post a Comment