pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/py-markupsafe py-markupsafe: Update to 1.1.0.
details: https://anonhg.NetBSD.org/pkgsrc/rev/6ac4185cf816
branches: trunk
changeset: 325401:6ac4185cf816
user: kleink <kleink%pkgsrc.org@localhost>
date: Fri Nov 16 15:46:17 2018 +0000
description:
py-markupsafe: Update to 1.1.0.
Version 1.1.0
-------------
Released 2018-11-05
- Drop support for Python 2.6 and 3.3.
- Build wheels for Linux, Mac, and Windows, allowing systems without
a compiler to take advantage of the C extension speedups. (104)
- Use newer CPython API on Python 3, resulting in a 1.5x speedup.
(64)
- ``escape`` wraps ``__html__`` result in ``Markup``, consistent with
documented behavior. (69)
CVs: ----------------------------------------------------------------------
diffstat:
textproc/py-markupsafe/Makefile | 4 ++--
textproc/py-markupsafe/PLIST | 3 +--
textproc/py-markupsafe/distinfo | 10 +++++-----
3 files changed, 8 insertions(+), 9 deletions(-)
diffs (40 lines):
diff -r 716f32a0b58a -r 6ac4185cf816 textproc/py-markupsafe/Makefile
--- a/textproc/py-markupsafe/Makefile Fri Nov 16 15:35:16 2018 +0000
+++ b/textproc/py-markupsafe/Makefile Fri Nov 16 15:46:17 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2017/03/14 13:36:16 kleink Exp $
+# $NetBSD: Makefile,v 1.11 2018/11/16 15:46:17 kleink Exp $
-DISTNAME= MarkupSafe-1.0
+DISTNAME= MarkupSafe-1.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=M/MarkupSafe/}
diff -r 716f32a0b58a -r 6ac4185cf816 textproc/py-markupsafe/PLIST
--- a/textproc/py-markupsafe/PLIST Fri Nov 16 15:35:16 2018 +0000
+++ b/textproc/py-markupsafe/PLIST Fri Nov 16 15:46:17 2018 +0000
@@ -1,8 +1,7 @@
-@comment $NetBSD: PLIST,v 1.3 2017/03/14 13:36:16 kleink Exp $
+@comment $NetBSD: PLIST,v 1.4 2018/11/16 15:46:17 kleink Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/markupsafe/__init__.py
${PYSITELIB}/markupsafe/__init__.pyc
diff -r 716f32a0b58a -r 6ac4185cf816 textproc/py-markupsafe/distinfo
--- a/textproc/py-markupsafe/distinfo Fri Nov 16 15:35:16 2018 +0000
+++ b/textproc/py-markupsafe/distinfo Fri Nov 16 15:46:17 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2017/03/14 13:36:16 kleink Exp $
+$NetBSD: distinfo,v 1.10 2018/11/16 15:46:17 kleink Exp $
-SHA1 (MarkupSafe-1.0.tar.gz) = 9072e80a7faa0f49805737a48f3d871eb1c48728
-RMD160 (MarkupSafe-1.0.tar.gz) = 625a540aafd068e65a7d61693862d7cdc8e9d0a1
-SHA512 (MarkupSafe-1.0.tar.gz) = 7437a02cb1b9c1d6d6c20b13d394f24a1cd1cb8c743f832d8b1cbb6ab8846f70f54d924dd693423b33c4d592e772983ae38fd4a35961e233457c48bd3584ecb8
-Size (MarkupSafe-1.0.tar.gz) = 14356 bytes
+SHA1 (MarkupSafe-1.1.0.tar.gz) = ec0079f4d4fbdc92b6fd4720fa04933350044ad5
+RMD160 (MarkupSafe-1.1.0.tar.gz) = e6c0a61abb702197a59746c01d7747c661364996
+SHA512 (MarkupSafe-1.1.0.tar.gz) = 438a6109a6a195c233f3c7aa66e37cba8a26e4b17d4b40c91a4144ba25024962c742742d10b12bb12ca743c8b25b7d7fd1185f4b990afebf4299b274958cde45
+Size (MarkupSafe-1.1.0.tar.gz) = 18938 bytes
Home |
Main Index |
Thread Index |
Old Index