pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/py-mssql Updated py-mssql to 0.7.4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/41aaf641b388
branches:  trunk
changeset: 509684:41aaf641b388
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Mar 13 12:52:03 2006 +0000

description:
Updated py-mssql to 0.7.4.

Changes:
New features:
 - implemented set_query_timeout() and set_login_timeout()
 - implemented min_error_severity property: all errors that
   has severity less than min_error_severity doesn't raise
   exception, but are still available in errmsg()
 - stdmsg() is now deprecated; all errors can be retrieved
   using errmsg(); stdmsg() will disappear some time in the
   future
 - readded ntwdblib.dll; I misunderstood its licence-it's
   redistributable; this library is at the newest available
   version so connections to SQL 2005 are possible
 - new unit test provided by Jakub Labath
 - the web page has now more useful info
Bugfixes:
 - sometimes exceptions were raised but error message was
   lost
 - the coltype wasn't set to NUMBER for float types (thanks
   Jakub Labath)

Patch provided by bartosz\@atom.eu.org in PR 33070.

diffstat:

 databases/py-mssql/Makefile |  5 ++---
 databases/py-mssql/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r 78326ae8ada5 -r 41aaf641b388 databases/py-mssql/Makefile
--- a/databases/py-mssql/Makefile       Mon Mar 13 12:25:29 2006 +0000
+++ b/databases/py-mssql/Makefile       Mon Mar 13 12:52:03 2006 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2006/02/05 23:08:36 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2006/03/13 12:52:03 rillig Exp $
 #
 
-DISTNAME=              pymssql-0.7.3
+DISTNAME=              pymssql-0.7.4
 PKGNAME=               ${PYPKGPREFIX}-${DISTNAME:S/py//}
-PKGREVISION=           1
 CATEGORIES=            databases python
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=pymssql/}
 
diff -r 78326ae8ada5 -r 41aaf641b388 databases/py-mssql/distinfo
--- a/databases/py-mssql/distinfo       Mon Mar 13 12:25:29 2006 +0000
+++ b/databases/py-mssql/distinfo       Mon Mar 13 12:52:03 2006 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2005/11/14 03:10:00 minskim Exp $
+$NetBSD: distinfo,v 1.2 2006/03/13 12:52:03 rillig Exp $
 
-SHA1 (pymssql-0.7.3.tar.gz) = 70407aa1620d5e820748e4ceb7339c6bbb206747
-RMD160 (pymssql-0.7.3.tar.gz) = 979e6477067a19d6be9432c20e47559e0d438e38
-Size (pymssql-0.7.3.tar.gz) = 18341 bytes
+SHA1 (pymssql-0.7.4.tar.gz) = da0aae5bf762173d9a80fc063610ece3db9f6d12
+RMD160 (pymssql-0.7.4.tar.gz) = d1a6b48d28ff6db68c6f508adacec0aabcbe4bc7
+Size (pymssql-0.7.4.tar.gz) = 155005 bytes



Home | Main Index | Thread Index | Old Index