python-werkzeug 2.0.2+dfsg1-3 source package in Ubuntu

Changelog

python-werkzeug (2.0.2+dfsg1-3) unstable; urgency=medium

  * Team upload.
  * [7cec7d2] remove cruft from build-deps; annotate with nodoc & nocheck as needed
  * [b9d355b] update autopkgtest to match build tests
  * [3b795fe] drop patch disabling sphinxcontrib.log_cabinet and add build-dep

 -- Joseph Nahmias <email address hidden>  Tue, 19 Jul 2022 00:09:48 -0400

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
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
python-werkzeug_2.0.2+dfsg1-3.dsc 2.6 KiB 162d811b3d80d336da0f8250f57a0b6a3ceffa69e9914ab8c8c9212923933811
python-werkzeug_2.0.2+dfsg1.orig.tar.xz 727.0 KiB 9c8dd071e4a5db990805a9fd579ad3570175c1b2c7d54bbf96c3e2961db3e623
python-werkzeug_2.0.2+dfsg1-3.debian.tar.xz 8.1 KiB 84a76aec1aee804a1b7f5e98505290679a6f20cb51ff63812ce3a5d95eb35a15

No changes file available.

Binary packages built by this source

python-werkzeug-doc: documentation for the werkzeug Python library (docs)

 Werkzeug is a lightweight library for interfacing with WSGI. It features
 request and response objects, an interactive debugging system and a powerful
 URI dispatcher. Combine with your choice of third party libraries and
 middleware to easily create a custom application framework.
 .
 This package provides the Sphinx generated documentation for Werkzeug.

python3-werkzeug: collection of utilities for WSGI applications (Python 3.x)

 The Web Server Gateway Interface (WSGI) is a standard interface between web
 server software and web applications written in Python.
 .
 Werkzeug is a lightweight library for interfacing with WSGI. It features
 request and response objects, an interactive debugging system and a powerful
 URI dispatcher. Combine with your choice of third party libraries and
 middleware to easily create a custom application framework.
 .
 This package contains the Python 3.x module.