python-klein 23.12.0-1 source package in Ubuntu

Changelog

python-klein (23.12.0-1) unstable; urgency=medium

  * New upstream version 23.12.0 (Closes: #1052869)
  * Add uversionmangle to downgrade RC versions.
  * Refresh patches, drop bce8b85036a6d185b9e8aab037c805f81354544c.patch
    (integrated upstream).
  * Cleanup debian/rules.

 -- Andrius Merkys <email address hidden>  Fri, 23 Feb 2024 09:52:59 -0500

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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-klein_23.12.0-1.dsc 2.2 KiB f61c776c7a84d6adbd427f765a2d36526761a0dbffb2da3a82c7d7a4b0e563ee
python-klein_23.12.0.orig.tar.gz 98.6 KiB df269101ed91632e0a1c84aac3da238bc4dc731c1b6997809763c55ad37d4901
python-klein_23.12.0-1.debian.tar.xz 3.6 KiB 5a62ac02d169097de3b9854ed249fc06fca451cf1a5843f4b610bd3a6bc4b30b

Available diffs

No changes file available.

Binary packages built by this source

python3-klein: micro-framework for developing web services with Python

 Klein is a micro-framework for developing production-ready web services with
 Python. It is 'micro' in that it has an incredibly small API similar to Bottle
 and Flask. It is not 'micro' in that it depends on things outside the standard
 library. This is primarily because it is built on widely used and well tested
 components like Werkzeug and Twisted.