sqlparse 0.5.0-1 source package in Ubuntu

Changelog

sqlparse (0.5.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release:
    - CVE-2024-4340: Fixes a potential denial of service attack due to
      recursion error for deeply nested statements (closes: #1070148).

 -- Colin Watson <email address hidden>  Sun, 12 May 2024 18:47:20 +0100

Upload details

Uploaded by:
Andrii Senkovych
Uploaded to:
Sid
Original maintainer:
Andrii Senkovych
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
sqlparse_0.5.0-1.dsc 2.3 KiB 441ac52b6ad7d969e15313cb55273c9925546a9256d4278a1d5ff15063c0fa8d
sqlparse_0.5.0.orig.tar.gz 81.5 KiB 714d0a4932c059d16189f58ef5411ec2287a4360f17cdd0edd2d09d4c5087c93
sqlparse_0.5.0-1.debian.tar.xz 5.3 KiB 2d924cc080c2f5fadb36fc5e536fea9c6897e948cb8ce1c35100c858b6c09f04

Available diffs

No changes file available.

Binary packages built by this source

python-sqlparse-doc: documentation for non-validating SQL parser in Python

 Sqlparse is a library which provides support for parsing, splitting and
 customizable formatting of SQL statements in Python environment.
 .
 This package contains HTML documentation for provided module.

python3-sqlparse: non-validating SQL parser for Python 3

 Sqlparse is a library which provides support for parsing, splitting and
 customizable formatting of SQL statements in Python environment.
 .
 This is the Python 3 version of the package.

sqlformat: SQL formatting utility

 The sqlformat command-line tool can be used to reformat SQL file according to
 specified options or prepare a snippet in some programming language (only
 Python and PHP currently supported).