pyodbc 4.0.22-2build1 source package in Ubuntu

Changelog

pyodbc (4.0.22-2build1) focal; urgency=medium

  * No-change upload for Python 3.8.

 -- Matthias Klose <email address hidden>  Fri, 31 Jan 2020 15:34:56 +0100

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-2build1.debian.tar.xz 3.2 KiB 413712451726cfe1e665e781e89cb1dd0b146e8c1b0b3b18d1753292e886fdc0
pyodbc_4.0.22-2build1.dsc 2.1 KiB b8b0edaf028bda278a70b6962115eb483d3c4f21c17dbe985f7aeecff5c79715

View changes file

Binary packages built by this source

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.