pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-jinja2



Module Name:    pkgsrc
Committed By:   js
Date:           Mon Apr 18 13:37:46 UTC 2022

Modified Files:
        pkgsrc/textproc/py-jinja2: Makefile

Log Message:
textproc/py-jinja2: Bump py-markupsafe dependency


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/textproc/py-jinja2/Makefile

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-jinja2/Makefile
diff -u pkgsrc/textproc/py-jinja2/Makefile:1.32 pkgsrc/textproc/py-jinja2/Makefile:1.33
--- pkgsrc/textproc/py-jinja2/Makefile:1.32     Mon Apr 18 12:58:27 2022
+++ pkgsrc/textproc/py-jinja2/Makefile  Mon Apr 18 13:37:46 2022
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.32 2022/04/18 12:58:27 js Exp $
+# $NetBSD: Makefile,v 1.33 2022/04/18 13:37:46 js Exp $
 
 DISTNAME=      Jinja2-3.1.1
+PKGREVISION=   1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=J/Jinja2/}
@@ -11,7 +12,7 @@ COMMENT=      Small but fast and easy to use 
 LICENSE=       modified-bsd
 
 DEPENDS+=      ${PYPKGPREFIX}-babel>=0.8:../../devel/py-babel
-DEPENDS+=      ${PYPKGPREFIX}-markupsafe>=0.23:../../textproc/py-markupsafe
+DEPENDS+=      ${PYPKGPREFIX}-markupsafe>=2.0:../../textproc/py-markupsafe
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
 
 USE_LANGUAGES= # none



Home | Main Index | Thread Index | Old Index