sqlparse 0.4.4-1 source package in Ubuntu

Changelog

sqlparse (0.4.4-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 0.4.4
  * CVE-2023-30608: ReDOS vulnerability in parser (Closes: 1034615)

 -- Jérémy Lal <email address hidden>  Sat, 06 Jan 2024 23:21:05 +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
Noble release main python

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
sqlparse_0.4.4-1.dsc 2.2 KiB 013c7e6fd10ae0d961dcd07b7aa3c7245124ee75c7456122f23eefc29266b8cb
sqlparse_0.4.4.orig.tar.gz 68.5 KiB acd2ca52392d78e8f4fc70bbbbb4fd5e4c8fd18b95af09a4acf6bdae813dbca6
sqlparse_0.4.4-1.debian.tar.xz 5.2 KiB 88f94613d1b765d01d6f8e4d5a2392ac2777a28c3abadd961e2464610a18528c

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).