[Lunar-commits] <moonbase> pysqlite: version bumped to 2.5.0.
Florin Braescu
florin at lunar-linux.org
Sun Sep 14 16:09:48 CEST 2008
commit 14776a61d23f690fc9cd0f8b185bd61c168b3829
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun Sep 14 17:09:48 2008 +0300
pysqlite: version bumped to 2.5.0.
Bugfixes and improvements.
---
python/pysqlite/DETAILS | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/python/pysqlite/DETAILS b/python/pysqlite/DETAILS
index 7307e90..73f222b 100644
--- a/python/pysqlite/DETAILS
+++ b/python/pysqlite/DETAILS
@@ -1,13 +1,14 @@
MODULE=pysqlite
- VERSION=2.3.5
+ VERSION=2.5.0
BASE=$(echo $VERSION | cut -d. -f1,2)
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=http://oss.itsystementwicklung.de/download/$MODULE/$BASE/$VERSION/
- SOURCE_VFY=sha1:aede5abea1b0c84e030c175169e062f9d92c6b4e
- WEB_SITE=http://oss.itsystementwicklung.de/trac/pysqlite/
+ SOURCE_URL=http://oss.itsystementwicklung.de/download/$MODULE/$BASE/$VERSION
+ SOURCE_VFY=sha1:37234af4996a42e08db1f8d1fdd7999b2dcb912c
+ WEB_SITE=http://oss.itsystementwicklung.de/trac/pysqlite
ENTERED=20050512
- UPDATED=20071019
+ UPDATED=20080914
SHORT="Python SQLite bindings"
+
cat << EOF
pysqlite is a Python DB-API 2.0 interface for the SQLite embedded
relational database engine.
More information about the Lunar-commits
mailing list