python-sql 1.5.1-1 source package in Ubuntu

Changelog

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

  [ Mathias Behrle ]
  * Add a salsa-ci.yml
  * Use secure URI in Homepage field.
  * Bump debhelper from old 12 to 13.
  * Set field Upstream-Name in debian/copyright.
  * Set upstream metadata fields: Bug-Database, Repository.
  * Update standards version to 4.6.1, no changes needed.
  * Replace use of deprecated $ADTTMP with $AUTOPKGTEST_TMP.
  * Update the package URLS to https and the new mono repos location.
  * Bump the Standards-Version to 4.6.2, no changes needed.

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster (oldstable)

  [ Mathias Behrle ]
  * Do not take into account python package metadata when building twice
    (Closes: #1047121).
  * Update the watch file
  * Merging upstream version 1.5.1.
  * Updating copyright file.
  * Update the Homepage field in d/control.
  * Remove the no more used gnupg signing key.
  * Update year of debian copyright.

 -- Mathias Behrle <email address hidden>  Wed, 03 Jul 2024 09:31:54 +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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-sql_1.5.1-1.dsc 2.0 KiB c3366f1911edf1cebf89d5eb3a9541b4b3b1d9ea9307e9d70d2a11badcafb949
python-sql_1.5.1.orig.tar.gz 35.7 KiB f774671f1d084fa6ba43898924cdebe4ed0d0071df8d608040acd4f1c8d86aa3
python-sql_1.5.1-1.debian.tar.xz 4.2 KiB 0b4859a286fe3d8e5b4a5a611503fdd17a9d023b205b1a43e3ea09318ae6a5c1

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.