mako 1.2.4+ds-1 source package in Ubuntu

Changelog

mako (1.2.4+ds-1) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Set upstream metadata fields: Repository-Browse.
  * Update standards version to 4.6.0, no changes needed.
  * Set upstream metadata fields: Repository.
  * Update standards version to 4.6.1, no changes needed.

  [ Carsten Schoenert ]
  * d/watch: Update to version 4, use git mode
  * d/s/options: Add options to ignore autogenerated stuff
  * d/gbp.conf: Add some basic default configuration
  * New upstream version 1.2.4+ds
  * Rebuild patch queue from patch-queue branch
    Just refreshing and renaming the existing patch, adding information
    there is no forewarding needed.
  * d/copyright: Update content
  * d/*: Running wrap-and-sort -ast
    No textual modifications, just wrap entries so the content is better
    readable.
  * d/content: Order binary packages alphabetical
  * d/u/signing-key.asc: Drop potential usage of that
    We don't do any cryptographic compairing.
  * d/rules: Switch style to dh targets
    Rewrite the completely file so it's using debhelper style make targets.
  * d/control: Use ${sphinxdoc:Depends} in Depends for -doc
  * d/python-mako-doc.links: Remove the whole file
  * d/python3-mako.README.Debian: Adding specific info
  * d/python-mako-doc.doc-base: Update containing folders
    Adjust the folder where the files and content is placed into.
  * Lintian: Override message about non existing source
  * autopkgtest: Adding a basic first test setup
  * d/README.source: Add info about source code management

 -- Carsten Schoenert <email address hidden>  Sat, 19 Nov 2022 16:06:47 +0100

Upload details

Uploaded by:
Piotr Ożarowski
Uploaded to:
Sid
Original maintainer:
Piotr Ożarowski
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release main python

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
mako_1.2.4+ds-1.dsc 2.3 KiB c5df8fbe29c23408c9b61ae7723eda4b79740821c2eb11445bd31921ce362226
mako_1.2.4+ds.orig.tar.gz 192.7 KiB 4306f78852944384e39fd5b58fcf8f5d2a7ef1ad6a5651970f04ade9b6a1c562
mako_1.2.4+ds-1.debian.tar.xz 12.8 KiB 0d7dca172b3d02731d238e9ee7f8639bd94a75732494b20013828ea51012fdc2

No changes file available.

Binary packages built by this source

python-mako-doc: documentation for the Mako Python library

 Mako is a template library written in Python.
 .
 This package contains the documentation for Mako in HTML and
 reStructuredText formats.

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.