mako 1.1.3+ds1-3ubuntu2 source package in Ubuntu

Changelog

mako (1.1.3+ds1-3ubuntu2) kinetic; urgency=medium

  * d/p/fix_exceptions_test.patch: Fix FTBFS in exceptions test case.
    (LP: #1990446)

 -- Bryce Harrington <email address hidden>  Thu, 22 Sep 2022 02:57:15 +0000

Upload details

Uploaded by:
Bryce Harrington
Uploaded to:
Kinetic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
mako_1.1.3+ds1.orig.tar.xz 157.7 KiB 9c6ef441588b6aaa51b879739aa780902327a11ab1a1858df0850588daa0df80
mako_1.1.3+ds1-3ubuntu2.debian.tar.xz 13.8 KiB 251e24bf3c796441c674dc2361d3c5c7ff860d34d09869e28a08f1a15d0f7b46
mako_1.1.3+ds1-3ubuntu2.dsc 2.3 KiB 1848cbf1db835dc491c495e68d44df5d3d682bf8f6d005a556acf2009eed6ef3

View changes file

Binary packages built by this source

python-mako-doc: No summary available for python-mako-doc in ubuntu kinetic.

No description available for python-mako-doc in ubuntu kinetic.

python3-mako: fast and lightweight templating for the Python 3 platform

 Mako is a template library written in Python. It provides a familiar, non-XML
 syntax which compiles into Python modules for maximum performance. Mako's
 syntax and API borrows from the best ideas of many others, including Django
 templates, Cheetah, Myghty, and Genshi. Conceptually, Mako is an embedded
 Python (i.e. Python Server Page) language, which refines the familiar ideas of
 componentized layout and inheritance to produce one of the most
 straightforward and flexible models available, while also maintaining close
 ties to Python calling and scoping semantics.