sqlite-utils 3.35.1-1 source package in Ubuntu

Changelog

sqlite-utils (3.35.1-1) unstable; urgency=medium

  * New upstream release.
  * Update 0001-fix-documentation-privacy-breach.patch to remove plausible.io
    script from documentation.
  * Documentation builds successfully with Sphinx 7.1 and docutils 0.20.
    (Closes: #1042705)
  * Add !nocheck to Build-Depends that are only needed for testing.

 -- Edward Betts <edward@4angle.com>  Mon, 30 Oct 2023 08:53:50 +0000

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
sqlite-utils_3.35.1-1.dsc 2.4 KiB 6b3ec846caecff16fe507db988ca57f9cd0102632db7b9696e70528fb93d30af
sqlite-utils_3.35.1.orig.tar.gz 447.7 KiB 255f287354add1116f3971c5665f2b727f18dedf2ca933ddacbc2e42ba5419e0
sqlite-utils_3.35.1-1.debian.tar.xz 4.2 KiB 2a52f2250964c21a9552b309b0bbdd8226977a2c17d3324936ec2689b4cda841

Available diffs

No changes file available.

Binary packages built by this source

sqlite-utils: CLI tool and Python utility functions for manipulating SQLite

 Feature highlights:
 .
   - Pipe JSON (or CSV or TSV) directly into a new SQLite database file,
     automatically creating a table with the appropriate schema
   - Run in-memory SQL queries, including joins, directly against data in CSV,
     TSV or JSON files and view the results.
   - Configure SQLite full-text search against your database tables and run
     search queries against them, ordered by relevance
   - Run transformations against your tables to make schema changes that SQLite
     `ALTER TABLE` does not directly support, such as changing the type of a
     column
   - Extract columns into separate tables to better normalize your existing data