python-sql 0.2-2 source package in Ubuntu
Changelog
python-sql (0.2-2) unstable; urgency=low * Removing version constraint for build dependency python3. * Updating to standards version 3.9.5, no changes needed. * Pointing VCS fields to new location on alioth.debian.org. * Using dpkg defaults for xz compression. -- Mathias Behrle <email address hidden> Mon, 02 Dec 2013 21:14:52 +0100
Upload details
- Uploaded by:
- Debian Tryton Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian Tryton Maintainers
- Architectures:
- all
- Section:
- misc
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Trusty | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-sql_0.2-2.dsc | 2.0 KiB | 87e277daf6edf9a618f1baa2d8fce2ff389230ce7f75640d006172db0b522a78 |
python-sql_0.2.orig.tar.xz | 15.2 KiB | ae73223b22ea6bde38d53be5c390a17ff0dd4545c3c8f088de2a307ed8ca27ef |
python-sql_0.2-2.debian.tar.xz | 2.8 KiB | 9a7c535ee1cabd5fa90cecb0a1e6d48dbc72bb315bf8efaeac356738049b0ec0 |
Available diffs
- diff from 0.2-1 to 0.2-2 (818 bytes)
No changes file available.
Binary packages built by this source
- python-sql: Library to write SQL queries (implemented in Python 2)
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 2.
- 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.