sqlobject 3.10.0+dfsg-1 source package in Ubuntu

Changelog

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

  * New upstream release.
  * Refresh remove-logos patch since travis-ci and circle-ci are no
    longer used by upstream.
  * Silence pip warning in the autotests.
  * Update Standards-Version (no further changes needed).

 -- Neil Muller <email address hidden>  Mon, 17 Oct 2022 20:19:05 +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.0+dfsg-1.dsc 2.3 KiB e477816d8e8b787fa3f4a2aede79b8efbe366328d01921550895aa60ba271a87
sqlobject_3.10.0+dfsg.orig.tar.xz 231.9 KiB 7f8560ce0d797511409383f3ce5532b7a800055476874fe1e1d4c6238a11aa6c
sqlobject_3.10.0+dfsg-1.debian.tar.xz 14.9 KiB ef7251995fdcd931661cb8ff862bcd5b25eeef5a8f6df7e5766ef4ba6b5df5fa

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.