pyodbc 4.0.17-1 source package in Ubuntu

Changelog

pyodbc (4.0.17-1) unstable; urgency=medium

  * Team upload
  * New upstream release
  * debian/control: Bump Standards-Version to 4.1.0 (no further changes)

 -- Laurent Bigonville <email address hidden>  Fri, 29 Sep 2017 11:49:03 +0200

Upload details

Uploaded by:
Deepak Tripathi
Uploaded to:
Sid
Original maintainer:
Deepak Tripathi
Architectures:
any
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe python

Downloads

File Size SHA-256 Checksum
pyodbc_4.0.17-1.dsc 1.9 KiB 5ad64025011760af4dccd24875e7c7ebdff3a757e6f40b7899b57202844103ca
pyodbc_4.0.17.orig.tar.gz 191.9 KiB a82892ba8d74318524efaaccaf8351d3a3b4079a07e1a758902a2b9e84529c9d
pyodbc_4.0.17-1.debian.tar.xz 3.2 KiB ecb3a3fd61c7b5f7cde2799b1426ccddbb5c0946ea26e60ec885765cf057eb71

No changes file available.

Binary packages built by this source

python-pyodbc: Python module for ODBC database access

 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')

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.

python3-pyodbc: Python3 module for ODBC database access

 A Python3 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')

python3-pyodbc-dbg: Python3 module for ODBC database access - Debugging symbols

 A Python3 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.