python-sql 1.4.0-1 source package in Ubuntu

Changelog

python-sql (1.4.0-1) unstable; urgency=medium

  * Merging upstream version 1.4.0.
  * Update d/copyright years.
  * Use watch file version 4.

 -- Mathias Behrle <email address hidden>  Fri, 09 Sep 2022 20:40:06 +0200

Upload details

Uploaded by:
Debian Tryton Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Tryton Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-sql_1.4.0-1.dsc 2.3 KiB 0b32bf0f0925555d74c61e69712917fb938d0543df36135670def219072bee2f
python-sql_1.4.0.orig.tar.gz 31.8 KiB 6fe764082f48891d857ea7e6fa425fa54f13531ddf6b89f24c098e646ad1b4b6
python-sql_1.4.0.orig.tar.gz.asc 506 bytes 6403494824ea3925b1ccd50708780f16f8842187cdb6d54c77fb8b2564618331
python-sql_1.4.0-1.debian.tar.xz 24.7 KiB 58f978834f177505c61e2d155866a08ea3db794c3ddf946eee2f859a861c87f9

Available diffs

No changes file available.

Binary packages built by this source

python3-sql: Library to write SQL queries (implemented in Python 3)

 python-sql is a library to write SQL queries in a pythonic way. It relies
 exclusively on the Python standard library. It is database independent,
 doesn't require the declaration of tables and allows one to manipulate the
 generated queries.
 .
 To make real use of this package you will have to install a database
 connector.
 .
 This package is targeting Python version 3.