pyodbc 4.0.22-1build2 source package in Ubuntu

Changelog

pyodbc (4.0.22-1build2) disco; urgency=medium

  * No-change rebuild to build without python3.6 support.

 -- Matthias Klose <email address hidden>  Sat, 03 Nov 2018 12:08:25 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Disco
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_4.0.22.orig.tar.gz 209.4 KiB e2d742b42c8b92b10018c51d673fe72d925ab90d4dbaaccd4f209e10e228ba73
pyodbc_4.0.22-1build2.debian.tar.xz 3.4 KiB 58d175e2a70b3576183c4518bf50d1b57e46523186e4c793315f37b52bd2da9d
pyodbc_4.0.22-1build2.dsc 2.3 KiB 79d81abaee08fbb95f43f3e1189cfc1a5ec658bc5459eee564b97813a77b33e8

Available diffs

View changes file

Binary packages built by this source

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

No description available for python-pyodbc in ubuntu disco.

python-pyodbc-dbg: No summary available for python-pyodbc-dbg in ubuntu disco.

No description available for python-pyodbc-dbg in ubuntu disco.

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

No description available for python3-pyodbc-dbg in ubuntu disco.