python-werkzeug 3.0.1-3 source package in Ubuntu

Changelog

python-werkzeug (3.0.1-3) unstable; urgency=medium

  * Team upload
  * Rebuild patch queue drom patch-queue branch
    Added patch:
    Fix-test-failure-with-Pytest-8.0.patch
    (Closes: 1063983)

 -- Carsten Schoenert <email address hidden>  Sat, 24 Feb 2024 08:29:01 +0100

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
Noble release main python

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-werkzeug_3.0.1-3.dsc 2.8 KiB 5507fcf0b788a57b3f9b3d0970f90de7e15dac4f2525da010b5a62e753865371
python-werkzeug_3.0.1.orig.tar.xz 702.8 KiB acc5bf483bd710b1a66d0c876975e3967960fbe713be68a534b3d36beecad36b
python-werkzeug_3.0.1-3.debian.tar.xz 18.0 KiB 7071c5f61b5e38b646626568ba181071db2fdeddde2eb3961a4082668f095bd9

Available diffs

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.