pyodbc 2.1.7-1build2 source package in Ubuntu

Changelog

pyodbc (2.1.7-1build2) precise; urgency=low

  * Rebuild to drop python2.6 dependencies and provides.
 -- Matthias Klose <email address hidden>   Sat, 14 Apr 2012 13:43:46 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Precise
Original maintainer:
Deepak Tripathi
Architectures:
any
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe python

Downloads

File Size SHA-256 Checksum
pyodbc_2.1.7.orig.tar.gz 121.3 KiB a49911e5018d0f7d3317dea86d525254061c1b5edda8f606eb27a4e728225d51
pyodbc_2.1.7-1build2.diff.gz 2.3 KiB 00fe4b3bd43ed5e355fb5a9b2bacf201b5d545ce37e635ecf5d2087068880fca
pyodbc_2.1.7-1build2.dsc 1.4 KiB 2ee6d796535f0ed48481e4b74872eebfa8ed8514083a3d1f1e56c77f19b9e0c3

Available diffs

View changes file

Binary packages built by this source

python-pyodbc: No summary available for python-pyodbc in ubuntu quantal.

No description available for python-pyodbc in ubuntu quantal.

python-pyodbc-dbg: Python module for ODBC database access - Debugging symbols

 A Python DB API 2 module for ODBC. No 3rd party libraries are required.
 Only native Python datatypes are used, such as decimal and datetime.
 It implements the Python Database API Specification v2.0.
 For example:
 import pyodbc
 Next, create a connection by passing an ODBC connection string to the
 connect method. This step causes ODBC to load the database driver (the SQL
 Server driver in this example) and connect to the database.
 cnxn = pyodbc.connect('DSN=northwind')
 .
 This package contains debugging symbols.