python-werkzeug 0.15.6+dfsg1-1 source package in Ubuntu

Changelog

python-werkzeug (0.15.6+dfsg1-1) unstable; urgency=medium

  * New upstream release (Closes: #940935, CVE-2019-14806)
  * Bump debhelper compat level to 12 and use debhelper-compat
  * wrap-and-sort -ast
  * Drop upstream applied patches:
    - 0002-Use-local-copies-of-object.inv-for-building-document.patch
    - xprocess-skip.patch
  * Add python3-pallets-sphinx-themes to B-D
  * Skip test_windows_get_args_for_reloading test: It doesn't work
  * d/copyright:
    - Fix upstream licensing for new upstream release
    - Bump my copyright years
  * d/rules: Install docs inside override_dh_sphinxdoc and not
    override_dh_install
  * Bump Standards-Version to 4.4.1.
  * Disable sphinx-issues extension until python-sphinx-issues hits unstable.

 -- Ondřej Nový <email address hidden>  Wed, 23 Oct 2019 17:32:04 +0200

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-werkzeug_0.15.6+dfsg1-1.dsc 2.5 KiB f181b9fa2596e471d86a2da353d55a9df1e9fdc3433515d2ae4c636cdaf014a1
python-werkzeug_0.15.6+dfsg1.orig.tar.xz 733.7 KiB b0443b6562c42af3d0fb6c76fb73ea1469da19c8491f03830fbcd1fefb091ffb
python-werkzeug_0.15.6+dfsg1-1.debian.tar.xz 6.9 KiB f28817b2be9a5cd8591593cffdfafb7b2099adb39db2f8ce8991f28902d2239c

Available diffs

No changes file available.

Binary packages built by this source

python-werkzeug: No summary available for python-werkzeug in ubuntu focal.

No description available for python-werkzeug in ubuntu focal.

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.