python-werkzeug 3.0.1-2 source package in Ubuntu

Changelog

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

  * Team upload

  [ Julian Gilbey ]
  * Add python3-markupsafe Build-Depends

  [ Carsten Schoenert ]
  * Upload to unstable
    Fixes CVE-2023-46136
    (Closes: #1054553, #1058244)


 -- Carsten Schoenert <email address hidden>  Fri, 09 Feb 2024 19:32:22 +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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-werkzeug_3.0.1-2.dsc 2.8 KiB e9e5bb0bc94dd1640b3b00e9a6e3e71f620df500b9d7bd5ebd65a43e71bacede
python-werkzeug_3.0.1.orig.tar.xz 702.8 KiB acc5bf483bd710b1a66d0c876975e3967960fbe713be68a534b3d36beecad36b
python-werkzeug_3.0.1-2.debian.tar.xz 17.5 KiB c7ed75b2960e456db7d354859c295c2cb95fc4973b43df1ef78fe236d163d585

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.