Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (5172965f62deb2b5752e4cbf4be253e3db4b4738)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (5172965f62deb2b5752e4cbf4be253e3db4b4738)
  • Date: Wed, 18 Jun 2008 11:53:55 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

python-pypi/psycopg2/DETAILS | 21 +++++++++++----------
python-pypi/psycopg2/HISTORY | 3 +++
python-pypi/psycopg2/fog.gpg |binary
3 files changed, 14 insertions(+), 10 deletions(-)

New commits:
commit 5172965f62deb2b5752e4cbf4be253e3db4b4738
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

psycopg2: => 2.0.7, used gpg instead of hash, updated website

diff --git a/python-pypi/psycopg2/DETAILS b/python-pypi/psycopg2/DETAILS
index a16406f..b15cd33 100755
--- a/python-pypi/psycopg2/DETAILS
+++ b/python-pypi/psycopg2/DETAILS
@@ -1,15 +1,16 @@
SPELL=psycopg2
- VERSION=2.0b8
-
SOURCE_HASH='sha512:9e5a8abf4d8184ff391d5829498268d5acb51b6fe04b49d7e8f219bc979901b9a0e8844bbaa552d091a36d2df406b2eab111135135b104278f969bd43028ec56'
- SOURCE="$SPELL-$VERSION.tar.gz"
- SOURCE_URL[0]="http://initd.org/pub/software/psycopg/$SOURCE";
-SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
- WEB_SITE="http://initd.org/projects/$SPELL/";
- LICENSE[0]='GPL'
- UPDATED=20050918
-# GATHER_DOCS=off
+ VERSION=2.0.7
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE2=$SOURCE.sig
+ SOURCE_URL[0]=http://initd.org/pub/software/psycopg/$SOURCE
+ SOURCE2_URL[0]=$SOURCE_URL.sig
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_GPG=fog.gpg:$SOURCE2:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
+ WEB_SITE=http://initd.org/
+ LICENSE[0]=GPL
KEYWORDS="postgresql database python devel"
- SHORT='PostgreSQL database adapter for the Python, v2'
+ SHORT="PostgreSQL database adapter for the Python, v2"
cat << EOF
Psycopg is a PostgreSQL database adapter for the Python programming language.
Its main advantages are that it supports the full Python DBAPI 2.0 and it is
diff --git a/python-pypi/psycopg2/HISTORY b/python-pypi/psycopg2/HISTORY
index 2f59139..2cf19ba 100644
--- a/python-pypi/psycopg2/HISTORY
+++ b/python-pypi/psycopg2/HISTORY
@@ -1,3 +1,6 @@
+2008-06-18 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.0.7, gpg > hash
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed BUILD_API=2.

diff --git a/python-pypi/psycopg2/fog.gpg b/python-pypi/psycopg2/fog.gpg
new file mode 100644
index 0000000..27024bf
Binary files /dev/null and b/python-pypi/psycopg2/fog.gpg differ



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (5172965f62deb2b5752e4cbf4be253e3db4b4738), Vlad Glagolev, 06/18/2008

Archive powered by MHonArc 2.6.24.

Top of Page