sqlparse 0.2.4-2 source package in Ubuntu

Changelog

sqlparse (0.2.4-2) unstable; urgency=medium

  [ Ondřej Nový ]
  * Use debhelper-compat instead of debian/compat.

  [ Sandro Tosi ]
  * Drop python2 support; Closes: #938558

 -- Sandro Tosi <email address hidden>  Sat, 04 Jan 2020 12:47:28 -0500

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

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
sqlparse_0.2.4-2.dsc 2.3 KiB 854e42ac3d69e22b8c7edecab54dee8d550804a89f4bc7cee27a927c9453a609
sqlparse_0.2.4.orig.tar.gz 60.2 KiB ce028444cfab83be538752a2ffdb56bc417b7784ff35bb9a3062413717807dec
sqlparse_0.2.4-2.debian.tar.xz 6.3 KiB eea59df1b0f33bbab6725e1cb1d1344dd6027dfb754dc59593282ad74ee8994b

No changes file available.

Binary packages built by this source

pypy-sqlparse: non-validating SQL parser for PyPy

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

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