summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorrillig <rillig>2006-03-13 12:52:03 +0000
committerrillig <rillig>2006-03-13 12:52:03 +0000
commit944b86c923e8e4b0362381eed92eb6d9e580e4f4 (patch)
tree1859b789da462fb67848b9d59386d5aa64623a1e /databases
parentb3f02366c656864fd6edac479bb7a7c16fb77d41 (diff)
downloadpkgsrc-944b86c923e8e4b0362381eed92eb6d9e580e4f4.tar.gz
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 (limited to 'databases')
-rw-r--r--databases/py-mssql/Makefile5
-rw-r--r--databases/py-mssql/distinfo8
2 files changed, 6 insertions, 7 deletions
diff --git a/databases/py-mssql/Makefile b/databases/py-mssql/Makefile
index 54babfe385c..dfd1beff4a6 100644
--- a/databases/py-mssql/Makefile
+++ b/databases/py-mssql/Makefile
@@ -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 --git a/databases/py-mssql/distinfo b/databases/py-mssql/distinfo
index 8cb8ac277c5..b734d32ece5 100644
--- a/databases/py-mssql/distinfo
+++ b/databases/py-mssql/distinfo
@@ -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