summaryrefslogtreecommitdiffstats
path: root/libraries/SQLObject
diff options
context:
space:
mode:
author Mikko Värri2011-07-16 02:13:04 +0200
committer Robby Workman2011-07-22 05:52:09 +0200
commita5dfbf72e4e382de1ad4c7a689867ada7f8d5c35 (patch)
tree28079d620aea50e0217b27907e7330dcbbdc9258 /libraries/SQLObject
parentc70d16285bf62fab30d0b0d157d185fed794e22a (diff)
downloadslackbuilds-a5dfbf72e4e382de1ad4c7a689867ada7f8d5c35.tar.gz
libraries/SQLObject: Updated for version 1.0.1.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'libraries/SQLObject')
-rw-r--r--libraries/SQLObject/README10
-rw-r--r--libraries/SQLObject/SQLObject.SlackBuild2
-rw-r--r--libraries/SQLObject/SQLObject.info6
3 files changed, 9 insertions, 9 deletions
diff --git a/libraries/SQLObject/README b/libraries/SQLObject/README
index 68c083d665..459dc439ab 100644
--- a/libraries/SQLObject/README
+++ b/libraries/SQLObject/README
@@ -10,8 +10,8 @@ Supports MySQL, PostgreSQL, SQLite, Firebird, Sybase, MSSQL and MaxDB
This requires pysetuptools and FormEncode. Also, docutils, if installed,
is used to build html docs at build time, but that is optional.
-NOTE: SQLObject checks for supported databases at run time.
-Following Python modules are needed for the actual databases: MySQLdb
-for MySQL, psycopg or pgdb for PostresSQL, pysqlite for SQLite,
-kinterbasdb for Firebird, Sybase for Sybase, adodbapi or pymssql for
-MSSQL, and sapdb for MaxDB.
+NOTE: SQLObject checks for supported databases at run time. You can
+find MySQL-python and psycopg2 (MySQL and PostrgreSQL support,
+respectively) modules on SlackBuilds.org. For SQLite, SQLObject can
+use the standard Python module sqlite3, or an externally installed
+PySQLite2. For the rest, check the SQLObject documentation for links.
diff --git a/libraries/SQLObject/SQLObject.SlackBuild b/libraries/SQLObject/SQLObject.SlackBuild
index 23fa84b61c..d8dde4c2b8 100644
--- a/libraries/SQLObject/SQLObject.SlackBuild
+++ b/libraries/SQLObject/SQLObject.SlackBuild
@@ -6,7 +6,7 @@
# Public domain.
PRGNAM=SQLObject
-VERSION=${VERSION:-0.15.0}
+VERSION=${VERSION:-1.0.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/libraries/SQLObject/SQLObject.info b/libraries/SQLObject/SQLObject.info
index 1ad3eea551..4fdb45659e 100644
--- a/libraries/SQLObject/SQLObject.info
+++ b/libraries/SQLObject/SQLObject.info
@@ -1,8 +1,8 @@
PRGNAM="SQLObject"
-VERSION="0.15.0"
+VERSION="1.0.1"
HOMEPAGE="http://pypi.python.org/pypi/SQLObject/"
-DOWNLOAD="http://pypi.python.org/packages/source/S/SQLObject/SQLObject-0.15.0.tar.gz"
-MD5SUM="8c2babd0384840c8e3aadb753c105bbf"
+DOWNLOAD="http://pypi.python.org/packages/source/S/SQLObject/SQLObject-1.0.1.tar.gz"
+MD5SUM="9e3dbe5a1fe233373d99dba432b94473"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Mikko Värri"