python-werkzeug 3.0.2-1 source package in Ubuntu

Changelog

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

  * Team upload

  [ Ondřej Nový ]
  * [44b776b] Remove myself from Uploaders.

  [ Carsten Schoenert ]
  * [ae61a23] New upstream version 3.0.2
  * [f5bd2de] Rebuild patch queue drom patch-queue branch
    Dropped patch:
    Fix-test-failure-with-Pytest-8.0.patch

 -- Carsten Schoenert <email address hidden>  Fri, 22 Mar 2024 19:43:39 +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

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-werkzeug_3.0.2-1.dsc 2.8 KiB 6cbfbbf552a49b09ad55ce5388938f6e8ab1457d8ace191cceafa0f5bd4dedb6
python-werkzeug_3.0.2.orig.tar.xz 702.9 KiB 8b54a6552543211b07cef670665f41206675ea7b889caa369f7cbd7c452291b5
python-werkzeug_3.0.2-1.debian.tar.xz 17.6 KiB 494a64e4b54131d3a5a751ca70063d6ee5f76856fafe1b33b461e5b6b60e3e9b

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.