sqlobject 3.4.0+dfsg-1 source package in Ubuntu

Changelog

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

  * Update to the latest upstream release.
     - Adds support for python 3.6 (Closes: #867899)
     - Documentation is now built using sphinx.
     - Fix pytest warnings by renaming the helper classes.
  * Drop obsolete fix_sqlite_vacuum_cmd patch.
  * Update package to use sphinx to build the html documentation.
  * Drop obsolete change_doc_build_script patch.
  * Remove the dh_clean override from debian/rules, since it's no longer
    needed with the new documentation build system.
  * Drop debian/clean for the same reason.
  * Standards-Version: 4.0.0 (no changes needed).

 -- Neil Muller <email address hidden>  Sun, 06 Aug 2017 18:31: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
Bionic release universe python

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
sqlobject_3.4.0+dfsg-1.dsc 2.0 KiB bcc6b7a716c2a244c68ae240700c0b648fee2b15b5b0abb3d58d6db2f6bb8205
sqlobject_3.4.0+dfsg.orig.tar.gz 299.2 KiB efab5c4e1ac8a10a7ff3934084712fec6a145dbf53c2330687522c9605f1d328
sqlobject_3.4.0+dfsg-1.debian.tar.xz 49.0 KiB 1da0db7eb47d5b9346517a1c75109d81cc82a3ea41222e6c1a4289112f198eae

Available diffs

No changes file available.

Binary packages built by this source

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

No description available for python-sqlobject in ubuntu cosmic.

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 both the Python 2 and Python 3 versions of
 SQLObject.

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

No description available for python3-sqlobject in ubuntu cosmic.

sqlobject-admin: No summary available for sqlobject-admin in ubuntu cosmic.

No description available for sqlobject-admin in ubuntu cosmic.