pyodbc 3.0.10-2build2 source package in Ubuntu

Changelog

pyodbc (3.0.10-2build2) artful; urgency=medium

  * No change rebuild to drop Python 3.5 support.

 -- Michael Hudson-Doyle <email address hidden>  Fri, 04 Aug 2017 16:28:15 +1200

Upload details

Uploaded by:
Michael Hudson-Doyle
Uploaded to:
Artful
Original maintainer:
Deepak Tripathi
Architectures:
any
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
pyodbc_3.0.10.orig.tar.gz 67.2 KiB a66d4f347f036df49a00addf38ca6769ad52f61acdb931c95bc3a9245d8f2b58
pyodbc_3.0.10-2build2.debian.tar.xz 3.3 KiB 90cc95bb3ddb6ecd7b1a7835e7fbd1cc42a274c7756eeb0b1ee7543e973f7502
pyodbc_3.0.10-2build2.dsc 2.2 KiB d28d0fd481cbc29c047863e3ab5988ed31d1a7be2128de2b90cb97fbe9d85412

Available diffs

View changes file

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: No summary available for python3-pyodbc in ubuntu artful.

No description available for python3-pyodbc in ubuntu artful.

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.