python-werkzeug 3.0.3-1 source package in Ubuntu

Changelog

python-werkzeug (3.0.3-1) unstable; urgency=medium

  * Team upload
  * [32a577e] New upstream version 3.0.3
    Fixes CVE-2024-34069
    (Closes: #1070711)
  * [9f49688] Rebuild patch queue drom patch-queue branch
    Adjusted patch:
    docs-Use-intersphix-with-Debian-packages.patch
  * [98b2263] d/copyright: Update year data
  * [730be75] d/control: Drop python3-sphinx-issues from B-D
  * [a4bd5f5] d/control: Bump Standards-Version to 4.7.0
    No further changes needed.

 -- Carsten Schoenert <email address hidden>  Thu, 09 May 2024 12:58:49 +0200

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

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-werkzeug_3.0.3-1.dsc 2.7 KiB fbe27b4bae6a45551eb65ab2b2071829e9e864f852604de14f35bd2dc857e4bd
python-werkzeug_3.0.3.orig.tar.xz 703.6 KiB e6e0497c936bd503ea7a33f6322f654946e24ccf5bdad657540ec7520722c4d1
python-werkzeug_3.0.3-1.debian.tar.xz 17.7 KiB 46e8fbfaf7a6c62814765669b4c7b7b9fdab3b439bde92b0fd51845e47a1e076

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.