pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/py-markupsafe



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Jan 20 08:04:00 UTC 2024

Modified Files:
        pkgsrc/textproc/py-markupsafe: Makefile PLIST distinfo

Log Message:
py-markupsafe: updated to 2.1.4

Version 2.1.4

- Don't use regular expressions for ``striptags``, avoiding a performance


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/textproc/py-markupsafe/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/py-markupsafe/PLIST
cvs rdiff -u -r1.16 -r1.17 pkgsrc/textproc/py-markupsafe/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/py-markupsafe/Makefile
diff -u pkgsrc/textproc/py-markupsafe/Makefile:1.17 pkgsrc/textproc/py-markupsafe/Makefile:1.18
--- pkgsrc/textproc/py-markupsafe/Makefile:1.17 Tue Jun  6 08:22:07 2023
+++ pkgsrc/textproc/py-markupsafe/Makefile      Sat Jan 20 08:04:00 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2023/06/06 08:22:07 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2024/01/20 08:04:00 adam Exp $
 
-DISTNAME=      MarkupSafe-2.1.3
+DISTNAME=      MarkupSafe-2.1.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=M/MarkupSafe/}
@@ -10,7 +10,10 @@ HOMEPAGE=    https://www.palletsprojects.co
 COMMENT=       Implements a unicode subclass that supports HTML strings
 LICENSE=       modified-bsd
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/textproc/py-markupsafe/PLIST
diff -u pkgsrc/textproc/py-markupsafe/PLIST:1.5 pkgsrc/textproc/py-markupsafe/PLIST:1.6
--- pkgsrc/textproc/py-markupsafe/PLIST:1.5     Mon Apr 18 13:35:43 2022
+++ pkgsrc/textproc/py-markupsafe/PLIST Sat Jan 20 08:04:00 2024
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.5 2022/04/18 13:35:43 js Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.6 2024/01/20 08:04:00 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.rst
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/markupsafe/__init__.py
 ${PYSITELIB}/markupsafe/__init__.pyc
 ${PYSITELIB}/markupsafe/__init__.pyo

Index: pkgsrc/textproc/py-markupsafe/distinfo
diff -u pkgsrc/textproc/py-markupsafe/distinfo:1.16 pkgsrc/textproc/py-markupsafe/distinfo:1.17
--- pkgsrc/textproc/py-markupsafe/distinfo:1.16 Tue Jun  6 08:22:07 2023
+++ pkgsrc/textproc/py-markupsafe/distinfo      Sat Jan 20 08:04:00 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2023/06/06 08:22:07 wiz Exp $
+$NetBSD: distinfo,v 1.17 2024/01/20 08:04:00 adam Exp $
 
-BLAKE2s (MarkupSafe-2.1.3.tar.gz) = bda20de255d2e963a8a4abdd96e3efc675ae14f2914430ce303b7d762aafddf9
-SHA512 (MarkupSafe-2.1.3.tar.gz) = 97dcfa9277c8b34e5ebf899069f690452e90943e0f84ba8ffac725263d84e7c2b782294f9f386be31e8b6846505f0ec70835e3965fc76a1ce07b19432de4a7de
-Size (MarkupSafe-2.1.3.tar.gz) = 19132 bytes
+BLAKE2s (MarkupSafe-2.1.4.tar.gz) = c63ae81f5db3d9ec11ab0fe6d07be3afd594a09dc81dcdd7c079cd8a5b4acfd3
+SHA512 (MarkupSafe-2.1.4.tar.gz) = f9abe713349ee81eb0d89c584b665440f7e9c26df3f4f87e277894aa59090cfa769e099a12b16c9029d98257dbb311e49a1d7deeeb4ca9e1863fd38e574b2d94
+Size (MarkupSafe-2.1.4.tar.gz) = 19288 bytes



Home | Main Index | Thread Index | Old Index