python-werkzeug 3.0.1-1 source package in Ubuntu

Changelog

python-werkzeug (3.0.1-1) experimental; urgency=medium

  * Team upload
  * [b97bb12] d/gbp.conf: Add some basic defaults for git-buildpackage
  * [9ba65b6] d/watch: Update and move to version 4
  * [8e91a92] d/gbp.conf: Adjust to debian/experimental
  * [1d55463] d/copyright: Drop Files-Excluded, not needed any more
  * [cffc6d3] New upstream version 3.0.1
    Fixes CVE-2023-46136
    (Closes: #1054553, #1058244)
  * [80a2855] Rebuild patch queue drom patch-queue branch
    Added patches:
    docs-Use-intersphix-with-Debian-packages.patch
    Renamed patch:
    preserve-any-existing-PYTHONPATH-in-tests.patch
     -> tests-Preserve-any-existing-PYTHONPATH-in-tests.patch
    Dropped patches (included upstream):
    0003-don-t-strip-leading-when-parsing-cookie.patch
    0004-limit-the-maximum-number-of-multipart-form-parts.patch
    Dropped patch (not needed any more):
    remove-test_exclude_patterns-test.patch
  * [385989d] d/control: Bump Standards-Version to 4.6.2
    No further changes needed.
  * [3e6cbd1] d/control: Update B-D as upstream has moved to flit
  * [80afaf5] d/control: Set nodoc build profile for python3-doc
  * [7468a1a] d/rules: Drop --with option in default target
  * [ca345a4] d/rules: Improve build of Sphinx based documentation
  * [ed1f0ae] d/rules: Remove file ICON_LICENSE.md in bin package
  * [98e1776] d/rules: Add removal of .mypy_cache to dh_clean
  * [9edc6e8] autopkgtest: Use more specific test dependencies
  * [2f48efc] d/copyright: Update content and copyright holders
  * [d3cbf83] d/u/metadata: Small updates
  * [daeb503] d/control: Reflect GitHub project website as Homepage
  * [e6c630c] d/python3-werkzeug.links: Remove sequencer, it's obsolet
  * [1db0b73] d/p-w-d.links: Remove linking to obsolet packages
  * [64bae1b] d/README.source: Adding a README file about source specifics
  * [774528e] d/salsa-ci.yml: Adding trigger file for Salsa CI

 -- Carsten Schoenert <email address hidden>  Wed, 20 Dec 2023 19:22:33 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Experimental
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-1.dsc 2.8 KiB e766cd90af48fa61bbbfdabaa0921feecd184d65eeb54c0432b285dfc4d30387
python-werkzeug_3.0.1.orig.tar.xz 702.8 KiB acc5bf483bd710b1a66d0c876975e3967960fbe713be68a534b3d36beecad36b
python-werkzeug_3.0.1-1.debian.tar.xz 17.4 KiB 736451667fec52af0fcfb538ac9b18395a60b063480243bc32eb046aeb57ce1c

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.