pyodbc 4.0.22-1build3 source package in Ubuntu

Changelog

pyodbc (4.0.22-1build3) focal; urgency=medium

  * No-change rebuild to build with python3.8.

 -- Matthias Klose <email address hidden>  Fri, 18 Oct 2019 18:09:52 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
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-1build3.debian.tar.xz 3.4 KiB fb490b88952154b57e4cda4af98c9fb8676e313b029d353d3d1f690fae8849f7
pyodbc_4.0.22-1build3.dsc 2.3 KiB 315e0af9e9ad6b05816afc85f92ef993b6c60307902cb6e9eef1d29cf3b9659b

Available diffs

View changes file

Binary packages built by this source

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

No description available for python-pyodbc in ubuntu focal.

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

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

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.