python-static3 0.7.0-8 source package in Ubuntu

Changelog

python-static3 (0.7.0-8) unstable; urgency=medium

  * QA upload.

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.
  * Fix field name typo in debian/copyright (Comments ⇒ Comment).
  * Update standards version to 4.6.1, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Sun, 20 Nov 2022 16:08:45 +0000

Upload details

Uploaded by:
Debian QA Group
Uploaded to:
Sid
Original maintainer:
Debian QA Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-static3_0.7.0-8.dsc 2.0 KiB cbcdcbe4c26acfe82285ba72fff2e0a7f253fe6114d5863067fe118ddcccf9f4
python-static3_0.7.0.orig.tar.gz 21.3 KiB 112342c8189e0d44e763223faaa2c73bb7187f316bd7f114afbccf2a4fa5c21f
python-static3_0.7.0-8.debian.tar.xz 3.1 KiB e70bf6d42e3bb6bf8b4e3f0d81341c6a9567f4f2d863f9693224a178b91974dd

Available diffs

No changes file available.

Binary packages built by this source

python3-static3: Really simple WSGI way to serve static content (Python 3)

 This library provides an easy way to include static content in
 your WSGI applications. There is a convenience method for serving
 files located via pkg_resources. There are also facilities for
 serving mixed (static and dynamic) content using “magic” file
 handlers. Python builtin string substitution, kid and Genshi
 template support are provided and it is easy to roll your own
 handlers. Note that this distribution does not require kid or
 Genshi unless you want to use that type of template. Also provides
 a command of the same name as a convenience when you just want to
 share a little content over HTTP, ad hoc.
 .
 This package installs the library for Python 3.