sqlobject 3.10.1+dfsg-1 source package in Ubuntu

Changelog

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

  * New upstream release.
    - Updated some code using deprecated functions.
  * Update years in debian/copyright.
  * Exclude sphinx doctree cache files when running dh_missing.
  * Update Standards-Version to 4.6.2 (no further changes needed).

 -- Neil Muller <email address hidden>  Mon, 30 Jan 2023 19:08:45 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
sqlobject_3.10.1+dfsg-1.dsc 2.3 KiB e1e017ebf4790b7520b2b3f0040ff1b47134d35cbd72bbaf6cb924dc3aa40192
sqlobject_3.10.1+dfsg.orig.tar.xz 232.3 KiB 3e5f996ace952af730858e2c1c7db79dd01252e666e6c222a595066ee86d20ba
sqlobject_3.10.1+dfsg-1.debian.tar.xz 15.0 KiB 2b298a4345845e39cc81b0b700cdda079af3f7e8d32a1277bba205f231155e79

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.