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 Dec 26 11:51:26 UTC 2024

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

Log Message:
py-mako: update to 1.3.8.

.. changelog::
    :version: 1.3.8
    :released: Sat Dec 7 2024

    .. change::
        :tags: bug, lexer
        :tickets: 415, 140

        Reverted the fix for :ticket:`140` released in Mako 1.3.7 as it produced
        regressions in existing user code.

.. changelog::
    :version: 1.3.7 (yanked)
    :released: Tue Dec 3 2024

    .. change::
        :tags: bug, lexer, codegen
        :tickets: 140

        During the lexical analysis phase, add an additional prefix for undeclared
        identifiers that have the same name as built-in flags, and determine the
        final filter to be used during the code generation phase based on the
        context provided by the user. Pull request by Hai Zhu.

    .. change::
        :tags: bug, lexer
        :tickets: 400, 401

        Support the direct passing of dictionary literals when calling functions
        and fix the errors caused by nested braces.   This revises the fix that was
        released in 1.3.4 and then reverted in 1.3.5. Pull request by Hai Zhu and
        Jose Galvez.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/devel/py-mako/Makefile
cvs rdiff -u -r1.29 -r1.30 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.35 pkgsrc/devel/py-mako/Makefile:1.36
--- pkgsrc/devel/py-mako/Makefile:1.35  Mon Nov 11 07:28:15 2024
+++ pkgsrc/devel/py-mako/Makefile       Thu Dec 26 11:51:26 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.35 2024/11/11 07:28:15 wiz Exp $
+# $NetBSD: Makefile,v 1.36 2024/12/26 11:51:26 wiz Exp $
 
-DISTNAME=      mako-1.3.6
+DISTNAME=      mako-1.3.8
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=M/Mako/}

Index: pkgsrc/devel/py-mako/distinfo
diff -u pkgsrc/devel/py-mako/distinfo:1.29 pkgsrc/devel/py-mako/distinfo:1.30
--- pkgsrc/devel/py-mako/distinfo:1.29  Thu Oct 24 20:28:47 2024
+++ pkgsrc/devel/py-mako/distinfo       Thu Dec 26 11:51:26 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.29 2024/10/24 20:28:47 adam Exp $
+$NetBSD: distinfo,v 1.30 2024/12/26 11:51:26 wiz Exp $
 
-BLAKE2s (mako-1.3.6.tar.gz) = 4639e0e950a994033615ea2d09506b86175f8f45b60099d0516b0f967e01a12c
-SHA512 (mako-1.3.6.tar.gz) = ad7a05b7cb4a330495ba5842d578565356d19912fee20e2d894a6e5a7812197944943d947eb15a539ef4a11d2bafde29fc7b007767228bd8e40f154d53631073
-Size (mako-1.3.6.tar.gz) = 390206 bytes
+BLAKE2s (mako-1.3.8.tar.gz) = 9218546849dd05a571df4d7ac61485af8edd3f8b7bf6ceb4ddff319b51417b1d
+SHA512 (mako-1.3.8.tar.gz) = e7fc401526b2b1d69f94be68511aac7e99a0692b1fa8fe8e46894fd6c331bd9e19656715ed6523b04c0bf0e1c78268bb6b54d53f6c7402119ba057c119eccf0b
+Size (mako-1.3.8.tar.gz) = 392069 bytes



Home | Main Index | Thread Index | Old Index