sqlobject 3.10.1+dfsg-2 source package in Ubuntu

Changelog

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

  * Team upload.

  [ Neil Muller ]
  * Rewrite autopkgtest to work with python 3.11's
    externally managed changes (Closes: 1031760).

  [ Stefano Rivera ]
  * Tweak the rewrite to use virtualenv, as there is no python3-all-venv
    package, yet.

 -- Stefano Rivera <email address hidden>  Fri, 24 Feb 2023 16:41:49 -0400

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
Noble release universe python
Mantic release universe python
Lunar release universe python

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
sqlobject_3.10.1+dfsg-2.dsc 1.7 KiB 92d0c3bd1411248fc5f3df58f82d80a4eb862afac21681a30e6e90f80464dfca
sqlobject_3.10.1+dfsg.orig.tar.xz 232.3 KiB 3e5f996ace952af730858e2c1c7db79dd01252e666e6c222a595066ee86d20ba
sqlobject_3.10.1+dfsg-2.debian.tar.xz 15.0 KiB 85d6d761787e6738552cdf2e65df1b037dd4b53599fa910b75e805cc781ac347

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.