pkgsrc-Bugs archive

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

pkg/33070: databases/py-mssql update



>Number:         33070
>Category:       pkg
>Synopsis:       databases/py-mssql update
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Mon Mar 13 07:35:00 +0000 2006
>Originator:     bartosz%atom.eu.org@localhost
>Release:        NetBSD 3.0
>Organization:
>Environment:
        
        
System: NetBSD pa75.slawa-slaska.sdi.tpnet.pl 3.0 NetBSD 3.0 (PA75) #0: Sat Feb 
11 15:09:57 CET 2006 
bartosz%pa75.slawa-slaska.sdi.tpnet.pl@localhost:/usr/obj/sys/arch/i386/compile/PA75
 i386
Architecture: i386
Machine: i386

>Description:
        pymssql - Simple MSSQL Python extension module update

        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)

>How-To-Repeat:
>Fix:

Apply following patch:

Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/databases/py-mssql/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile    5 Feb 2006 23:08:36 -0000       1.2
+++ Makefile    12 Mar 2006 09:26:40 -0000
@@ -1,7 +1,7 @@
 # $NetBSD: Makefile,v 1.2 2006/02/05 23:08:36 joerg Exp $
 #
 
-DISTNAME=              pymssql-0.7.3
+DISTNAME=              pymssql-0.7.4
 PKGNAME=               ${PYPKGPREFIX}-${DISTNAME:S/py//}
 PKGREVISION=           1
 CATEGORIES=            databases python
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/databases/py-mssql/distinfo,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 distinfo
--- distinfo    14 Nov 2005 03:10:00 -0000      1.1.1.1
+++ distinfo    12 Mar 2006 09:26:40 -0000
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.1.1.1 2005/11/14 03:10:00 minskim 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

>Unformatted:
        
        



Home | Main Index | Thread Index | Old Index