sqlobject 3.7.0+dfsg-2 source package in Ubuntu

Changelog

sqlobject (3.7.0+dfsg-2) unstable; urgency=low

  * Change section for sqlobject-admin script to utils (lintian warning).
  * Add patch to work around overly tight formencode requirement in the
    setuptools files. (Closes: #918683)
  * Update Standards-Version to 4.3.0 (no changes needed).
  * Add more autopkgtests.

 -- Neil Muller <email address hidden>  Mon, 07 Jan 2019 18:06:32 +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

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
sqlobject_3.7.0+dfsg-2.dsc 2.4 KiB 05b7c261e503af482fb53b70508accca8181c1b6b123f57d209d18a5681c4a70
sqlobject_3.7.0+dfsg.orig.tar.gz 296.3 KiB 9ab2de08314046def1052b817c74622a51fbd7337f411256e1fa81605e6bfa91
sqlobject_3.7.0+dfsg-2.debian.tar.xz 14.8 KiB 2a2ffccc505d5a30bff72ef75ea527d88f3414d1833c0c8848b538b8b0f624e5

Available diffs

No changes file available.

Binary packages built by this source

python-sqlobject: No summary available for python-sqlobject in ubuntu focal.

No description available for python-sqlobject in ubuntu focal.

python-sqlobject-doc: No summary available for python-sqlobject-doc in ubuntu eoan.

No description available for python-sqlobject-doc in ubuntu eoan.

python3-sqlobject: No summary available for python3-sqlobject in ubuntu disco.

No description available for python3-sqlobject in ubuntu disco.

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.