mimerender 0.6.0-3 source package in Ubuntu

Changelog

mimerender (0.6.0-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 10 to 12.
  * Update renamed lintian tag names in lintian overrides.
  * Set upstream metadata fields: Bug-Database, Repository, Repository-
    Browse.

  [ Ondřej Nový ]
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Debian Janitor ]
  * Remove overrides for lintian tags that are no longer supported.
  * Set upstream metadata fields: Bug-Submit.
  * Bump debhelper from old 12 to 13.

 -- Sandro Tosi <email address hidden>  Tue, 03 May 2022 23:51:43 -0400

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
mimerender_0.6.0-3.dsc 2.0 KiB 64ac30607c638718d9e2cb6037b3e7852ac08c5e3d01dbd7817968fe8c0603c0
mimerender_0.6.0.orig.tar.gz 5.2 KiB e7f1377efee18c3f562cee54907a3329223c824332889fb74b745ddfd0a9b1c6
mimerender_0.6.0-3.debian.tar.xz 2.5 KiB f9837c2c4e4571d35229e5ce942925520ebdfd120f08506cbf9c6516061c6d25

Available diffs

No changes file available.

Binary packages built by this source

python3-mimerender: RESTful HTTP Content Negotiation for web frameworks (Python 3)

 mimerender provides a decorator that wraps an HTTP request handler to
 select the correct render function for a given HTTP Accept header. It
 uses mimeparse to parse the Accept string and select the best available
 representation.
 .
 mimerender supports Flask, Bottle, web.py and webapp2 out of the
 box, and it’s easy to add support for other frameworks.
 .
 This package contains the Python 3 module.