sqlobject 3.7.3+dfsg-1 source package in Ubuntu

Changelog

sqlobject (3.7.3+dfsg-1) unstable; urgency=low

  [Ondřej Nový]
  * Use debhelper-compat instead of debian/compat.
  * Bump Standards-Version to 4.4.1.

  [Neil Muller]
  * Package latest upstream release.
  * Drop python2 python-sqlobject package (Closes: #938557).
  * Drop python2 autopkgtest.

 -- Neil Muller <email address hidden>  Thu, 21 Nov 2019 11:33:54 +0200

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
sqlobject_3.7.3+dfsg-1.dsc 2.3 KiB 040004ff3fe23962cc56168e2c123beb5b9945a0a687d471aaa6b4748dac10ba
sqlobject_3.7.3+dfsg.orig.tar.xz 232.2 KiB b0b72db2e79fd465bba6a9376c421f9766020d434045261e8c5e4820ab755da4
sqlobject_3.7.3+dfsg-1.debian.tar.xz 14.7 KiB 9df177d0e382685c83ebd0c4937b23517f9f91ed8ad9f21aa8db2696ffac813e

Available diffs

No changes file available.

Binary packages built by this source

python-sqlobject-doc: Documentation for SQLObject, a Python object relational manager for databases

 This is the documentation for SQLObject. SQLObject is an object-relational
 mapper. It allows you to translate RDBMS table rows into Python objects, and
 manipulate those objects to transparently manipulate the database.
 .
 In using SQLObject, you will create a class definition that will describe how
 the object connects to the database (in addition to any other methods you may
 wish to add to the class). SQLObject will produce the code to access the
 database, and update the database with your changes. The interface to the
 database is meant to be indistinguishable from other interfaces you may add
 to the object.
 .
 SQLObject also includes a novel feature to generate WHERE clauses using
 Python syntax and objects (instead of generating SQL using string
 substitution, as is traditional).
 .
 The documentation covers the Python 3 versions of SQLObject.

python3-sqlobject: Python 3 object relational manager providing an object interface to databases

 SQLObject is an object-relational mapper. It allows you to translate RDBMS
 table rows into Python objects, and manipulate those objects to transparently
 manipulate the database.
 .
 In using SQLObject, you will create a class definition that will describe how
 the object connects to the database (in addition to any other methods you may
 wish to add to the class). SQLObject will produce the code to access the
 database, and update the database with your changes. The interface to the
 database is meant to be indistinguishable from other interfaces you may add
 to the object.
 .
 SQLObject also includes a novel feature to generate WHERE clauses using
 Python syntax and objects (instead of generating SQL using string
 substitution, as is traditional).
 .
 This is the Python 3 version of SQLObject.

sqlobject-admin: Helper applications for SQLObject, a Python ORM for databases

 SQLObject is an object-relational mapper. It allows you to translate RDBMS
 table rows into Python objects, and manipulate those objects to transparently
 manipulate the database.
 .
 In using SQLObject, you will create a class definition that will describe how
 the object connects to the database (in addition to any other methods you may
 wish to add to the class). SQLObject will produce the code to access the
 database, and update the database with your changes. The interface to the
 database is meant to be indistinguishable from other interfaces you may add
 to the object.
 .
 SQLObject also includes a novel feature to generate WHERE clauses using
 Python syntax and objects (instead of generating SQL using string
 substitution, as is traditional).
 .
 This package includes the sqlobject-admin and sqlobject-convertOldURI helper
 applications for use with SQLObject.