svn commit: r495258 - head/textproc/py-MarkupSafe

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Mar 10 10:58:27 UTC 2019


Author: sunpoet
Date: Sun Mar 10 10:58:23 2019
New Revision: 495258
URL: https://svnweb.freebsd.org/changeset/ports/495258

Log:
  Update to 1.1.1
  
  - Update pkg-descr
  - Update WWW
  
  Changes:	https://github.com/pallets/markupsafe/blob/master/CHANGES.rst

Modified:
  head/textproc/py-MarkupSafe/Makefile
  head/textproc/py-MarkupSafe/distinfo
  head/textproc/py-MarkupSafe/pkg-descr

Modified: head/textproc/py-MarkupSafe/Makefile
==============================================================================
--- head/textproc/py-MarkupSafe/Makefile	Sun Mar 10 10:58:17 2019	(r495257)
+++ head/textproc/py-MarkupSafe/Makefile	Sun Mar 10 10:58:23 2019	(r495258)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	MarkupSafe
-PORTVERSION=	1.0
+PORTVERSION=	1.1.1
 CATEGORIES=	textproc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,10 +11,10 @@ MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Implements XML/HTML/XHTML Markup safe string for Python
 
 LICENSE=	BSD3CLAUSE
-LICENSE_FILE=	${WRKSRC}/LICENSE
+LICENSE_FILE=	${WRKSRC}/LICENSE.rst
 
-USE_PYTHON=	autoplist concurrent distutils
 USES=		python
+USE_PYTHON=	autoplist concurrent distutils
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/markupsafe/_speedups.so

Modified: head/textproc/py-MarkupSafe/distinfo
==============================================================================
--- head/textproc/py-MarkupSafe/distinfo	Sun Mar 10 10:58:17 2019	(r495257)
+++ head/textproc/py-MarkupSafe/distinfo	Sun Mar 10 10:58:23 2019	(r495258)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1488984335
-SHA256 (MarkupSafe-1.0.tar.gz) = a6be69091dac236ea9c6bc7d012beab42010fa914c459791d627dad4910eb665
-SIZE (MarkupSafe-1.0.tar.gz) = 14356
+TIMESTAMP = 1552148123
+SHA256 (MarkupSafe-1.1.1.tar.gz) = 29872e92839765e546828bb7754a68c418d927cd064fd4708fab9fe9c8bb116b
+SIZE (MarkupSafe-1.1.1.tar.gz) = 19151

Modified: head/textproc/py-MarkupSafe/pkg-descr
==============================================================================
--- head/textproc/py-MarkupSafe/pkg-descr	Sun Mar 10 10:58:17 2019	(r495257)
+++ head/textproc/py-MarkupSafe/pkg-descr	Sun Mar 10 10:58:23 2019	(r495258)
@@ -1,4 +1,6 @@
-py-MarkupSafe is a python module that implements a XML/HTML/XHTML Markup
-safe string.
+MarkupSafe implements a text object that escapes characters so it is safe to use
+in HTML and XML. Characters that have special meanings are replaced so that they
+display as the actual characters. This mitigates injection attacks, meaning
+untrusted user input can safely be displayed on a page.
 
-WWW: https://pypi.org/project/MarkupSafe/
+WWW: https://github.com/pallets/markupsafe


More information about the svn-ports-all mailing list