pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-mako



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jan 23 10:17:53 UTC 2024

Modified Files:
        pkgsrc/devel/py-mako: Makefile distinfo

Log Message:
py-mako: updated to 1.3.1

1.3.1

Fixed parsing issue where attempting to render a single percent sign % using an escaped percent %% would not function correctly if the escaped percent were not the first character on a line. Pull 
request courtesy Hai Zhu.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/py-mako/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/py-mako/distinfo

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

Modified files:

Index: pkgsrc/devel/py-mako/Makefile
diff -u pkgsrc/devel/py-mako/Makefile:1.29 pkgsrc/devel/py-mako/Makefile:1.30
--- pkgsrc/devel/py-mako/Makefile:1.29  Mon Nov 13 11:17:03 2023
+++ pkgsrc/devel/py-mako/Makefile       Tue Jan 23 10:17:53 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2023/11/13 11:17:03 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2024/01/23 10:17:53 adam Exp $
 
-DISTNAME=      Mako-1.3.0
+DISTNAME=      Mako-1.3.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=M/Mako/}
@@ -10,10 +10,9 @@ HOMEPAGE=    https://www.makotemplates.org/
 COMMENT=       Hyperfast and lightweight templating for the Python platform
 LICENSE=       mit
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=47:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-markupsafe>=0.9.2:../../textproc/py-markupsafe
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/devel/py-mako/distinfo
diff -u pkgsrc/devel/py-mako/distinfo:1.24 pkgsrc/devel/py-mako/distinfo:1.25
--- pkgsrc/devel/py-mako/distinfo:1.24  Mon Nov 13 11:17:03 2023
+++ pkgsrc/devel/py-mako/distinfo       Tue Jan 23 10:17:53 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.24 2023/11/13 11:17:03 wiz Exp $
+$NetBSD: distinfo,v 1.25 2024/01/23 10:17:53 adam Exp $
 
-BLAKE2s (Mako-1.3.0.tar.gz) = d761d7facfdc87e27023abf53fdc3c9cdf1b3b5fdec849cc2a3f71f53739e327
-SHA512 (Mako-1.3.0.tar.gz) = 1be454ceff8942ee50052b3b2dec392f236aad2111828a6962ca80bc0d9692f632b7d992b161fb206c10db19e94f96a0688633d03c7b54e01b4f843283b80cb4
-Size (Mako-1.3.0.tar.gz) = 386252 bytes
+BLAKE2s (Mako-1.3.1.tar.gz) = bfc65744283b86930747dc1c67bd8c76c38811709df94fbe9e8d3cdaed4dde0a
+SHA512 (Mako-1.3.1.tar.gz) = efa638500508168a3bd417b86c3d3b6289036fd1f92794c0f00a97c37dba4c1fd125d39272834f0002e98607b10a78ac784005fe545d208b87992c75f631dce2
+Size (Mako-1.3.1.tar.gz) = 390075 bytes



Home | Main Index | Thread Index | Old Index