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:   wiz
Date:           Thu Apr 18 09:03:24 UTC 2024

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

Log Message:
py-mako: update to 1.3.3.

    :version: 1.3.3
    :released: Wed Apr 10 2024

    .. change::
        :tags: bug, codegen
        :tickets: 146

        Fixed unexpected error when use control lines which the
        first control block with no bodies other than comments,
        as `pass` is now added to the first empty block.
        Pull request courtesy Hai Zhu.

    .. change::
        :tags: bug, parser
        :tickets: 320

        Fixed unexpected syntax error in strict_undefined mode that occurred
        when using comprehensions within a function in a Mako Python code block.
        Now, the local variable in comprehensions won't be added to the checklist
        when using strict_undefined mode.
        Pull request courtesy Hai Zhu.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/py-mako/Makefile
cvs rdiff -u -r1.26 -r1.27 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.31 pkgsrc/devel/py-mako/Makefile:1.32
--- pkgsrc/devel/py-mako/Makefile:1.31  Fri Feb  2 08:12:34 2024
+++ pkgsrc/devel/py-mako/Makefile       Thu Apr 18 09:03:24 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.31 2024/02/02 08:12:34 adam Exp $
+# $NetBSD: Makefile,v 1.32 2024/04/18 09:03:24 wiz Exp $
 
-DISTNAME=      Mako-1.3.2
+DISTNAME=      Mako-1.3.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=M/Mako/}

Index: pkgsrc/devel/py-mako/distinfo
diff -u pkgsrc/devel/py-mako/distinfo:1.26 pkgsrc/devel/py-mako/distinfo:1.27
--- pkgsrc/devel/py-mako/distinfo:1.26  Fri Feb  2 08:12:34 2024
+++ pkgsrc/devel/py-mako/distinfo       Thu Apr 18 09:03:24 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.26 2024/02/02 08:12:34 adam Exp $
+$NetBSD: distinfo,v 1.27 2024/04/18 09:03:24 wiz Exp $
 
-BLAKE2s (Mako-1.3.2.tar.gz) = 7a271af22d8a8f8b4426485a8d58a6a5c2f6882f69342fcf00a45d3f41264595
-SHA512 (Mako-1.3.2.tar.gz) = acde7b4be929fdd97f2a3fc133966ffc44b5706dbdd3f1af0fee16620b3c82d12b1a67b7292a229084ebb4f0c392e8db1b2844112baa3c6a5fd2be8777b04897
-Size (Mako-1.3.2.tar.gz) = 390659 bytes
+BLAKE2s (Mako-1.3.3.tar.gz) = 4be55abdc84db3fc199c79f56275804f887eaa7b0cbe2439289932ab878b0f0a
+SHA512 (Mako-1.3.3.tar.gz) = fa8bf3997f7a3edc18057f53e8450d72d5c86019229fef91eaa141f0b65a081ca9425c14245227b35aedcccc7dbe52e90bc7dfee34598b490e93cd01fc4a8321
+Size (Mako-1.3.3.tar.gz) = 389980 bytes



Home | Main Index | Thread Index | Old Index