summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libraries/SQLObject/README4
-rw-r--r--libraries/SQLObject/SQLObject.SlackBuild2
-rw-r--r--libraries/SQLObject/SQLObject.info6
3 files changed, 6 insertions, 6 deletions
diff --git a/libraries/SQLObject/README b/libraries/SQLObject/README
index a726dfb801..68c083d665 100644
--- a/libraries/SQLObject/README
+++ b/libraries/SQLObject/README
@@ -1,7 +1,7 @@
SQLObject is a popular Object Relational Manager for providing an
object interface to your database, with tables as classes, rows as
-instances, and columns as attributes. SQLObject includes a
-Python-object-based query language that makes SQL more abstract, and
+instances, and columns as attributes. SQLObject includes a
+Python-object-based query language that makes SQL more abstract, and
provides substantial database independence for applications.
Supports MySQL, PostgreSQL, SQLite, Firebird, Sybase, MSSQL and MaxDB
diff --git a/libraries/SQLObject/SQLObject.SlackBuild b/libraries/SQLObject/SQLObject.SlackBuild
index 522adb318c..23fa84b61c 100644
--- a/libraries/SQLObject/SQLObject.SlackBuild
+++ b/libraries/SQLObject/SQLObject.SlackBuild
@@ -6,7 +6,7 @@
# Public domain.
PRGNAM=SQLObject
-VERSION=${VERSION:-0.14.1}
+VERSION=${VERSION:-0.15.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/libraries/SQLObject/SQLObject.info b/libraries/SQLObject/SQLObject.info
index 703a038628..1ad3eea551 100644
--- a/libraries/SQLObject/SQLObject.info
+++ b/libraries/SQLObject/SQLObject.info
@@ -1,8 +1,8 @@
PRGNAM="SQLObject"
-VERSION="0.14.1"
+VERSION="0.15.0"
HOMEPAGE="http://pypi.python.org/pypi/SQLObject/"
-DOWNLOAD="http://pypi.python.org/packages/source/S/SQLObject/SQLObject-0.14.1.tar.gz"
-MD5SUM="cb86134d057244fb5250938b122244e0"
+DOWNLOAD="http://pypi.python.org/packages/source/S/SQLObject/SQLObject-0.15.0.tar.gz"
+MD5SUM="8c2babd0384840c8e3aadb753c105bbf"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Mikko Värri"