py-mako: updated to 1.0.12

1.0.12
[bug] [py3k]
Fixed regression where import refactors in Mako 1.0.11 caused broken imports on Python 3.8.

1.0.11
[change]
Updated for additional project metadata in setup.py. Additionally, the code has been reformatted using Black and zimports.

1.0.10
[bug] [py3k]
Added a default encoding of “utf-8” when the RichTraceback object retrieves Python source lines from a Python traceback; as these are bytes in Python 3 they need to be decoded so that they can be formatted in the template.
This commit is contained in:
adam 2019-06-14 04:54:45 +00:00
parent 22ac60bdba
commit 3b4cd0d71a
2 changed files with 7 additions and 7 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.13 2019/04/16 07:18:33 adam Exp $
# $NetBSD: Makefile,v 1.14 2019/06/14 04:54:45 adam Exp $
DISTNAME= Mako-1.0.9
DISTNAME= Mako-1.0.12
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=M/Mako/}

View file

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.10 2019/04/16 07:18:33 adam Exp $
$NetBSD: distinfo,v 1.11 2019/06/14 04:54:45 adam Exp $
SHA1 (Mako-1.0.9.tar.gz) = fea82aaebae1685c43176d4fc8169a00298f21f3
RMD160 (Mako-1.0.9.tar.gz) = 3f123f0487c6d44d5747927b3cb34410a07a465f
SHA512 (Mako-1.0.9.tar.gz) = 2b40b96edba9f1ac0c2090e5677742c1f7578d5a55ab1c09aa4198493144e30c25d6179a7bdee2d3fa12410da6c3b1105d2d70af77d4265d679f577a7e711c63
Size (Mako-1.0.9.tar.gz) = 459569 bytes
SHA1 (Mako-1.0.12.tar.gz) = 2056c68f207114d86f470541ac177a5e6931cdb9
RMD160 (Mako-1.0.12.tar.gz) = f73d5bee774feec66c8599ff8d62f1d80d81c74f
SHA512 (Mako-1.0.12.tar.gz) = aa295880c07938425e661b8865fed7cf398ac257d6b84bdbef5a2c542bbae79cd27df363e81c10450c9b6c8e038360166480b06e701d5a5affeb7bd03a7f5d83
Size (Mako-1.0.12.tar.gz) = 460108 bytes