[Python-modules-commits] r3573 - in /packages/psycopg2/trunk/debian: changelog control

kobold at users.alioth.debian.org kobold at users.alioth.debian.org
Thu Nov 8 14:09:45 UTC 2007


Author: kobold
Date: Thu Nov  8 14:09:44 2007
New Revision: 3573

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=3573
Log:
New debian release.

Modified:
    packages/psycopg2/trunk/debian/changelog
    packages/psycopg2/trunk/debian/control

Modified: packages/psycopg2/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/psycopg2/trunk/debian/changelog?rev=3573&op=diff
==============================================================================
--- packages/psycopg2/trunk/debian/changelog (original)
+++ packages/psycopg2/trunk/debian/changelog Thu Nov  8 14:09:44 2007
@@ -1,9 +1,14 @@
-psycopg2 (2.0.6-3) UNRELEASED; urgency=low
-
+psycopg2 (2.0.6-3) unstable; urgency=low
+
+  [ Piotr Ożarowski ]
   * XS-Vcs-Svn field renamed to Vcs-Svn
   * Vcs-Browser field added
 
- -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:46:47 +0200
+  [ Fabio Tranchitella ]
+  * Mention DB-API 2.0 compatibility in the long description.
+    (Closes: #430763)
+
+ -- Fabio Tranchitella <kobold at debian.org>  Thu, 08 Nov 2007 15:07:05 +0100
 
 psycopg2 (2.0.6-2) unstable; urgency=low
 

Modified: packages/psycopg2/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/psycopg2/trunk/debian/control?rev=3573&op=diff
==============================================================================
--- packages/psycopg2/trunk/debian/control (original)
+++ packages/psycopg2/trunk/debian/control Thu Nov  8 14:09:44 2007
@@ -27,6 +27,10 @@
  cursors and make a conspicuous number of concurrent INSERTs or UPDATEs.
  psycopg 2 also provides full asycronous operations for the really brave
  programmer.
+ .
+ The main advantages of psycopg2 are that it supports the full Python DBAPI-2.0
+ and being thread safe at level 2. It also includes some extensions to the
+ standard DBAPI-2.0 to allow for better thread performance.
 
 Package: python-psycopg2-dbg
 Priority: extra




More information about the Python-modules-commits mailing list