pyodbc 4.0.22-2build2 source package in Ubuntu

Changelog

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

  * No-change rebuild to drop python3.7.

 -- Matthias Klose <email address hidden>  Tue, 18 Feb 2020 10:22:08 +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
Focal release universe python

Downloads

File Size SHA-256 Checksum
pyodbc_4.0.22.orig.tar.gz 209.4 KiB e2d742b42c8b92b10018c51d673fe72d925ab90d4dbaaccd4f209e10e228ba73
pyodbc_4.0.22-2build2.debian.tar.xz 3.2 KiB 858c700885e36be5e4a1c5d2204e1a30c34c082bb8840471dcab266464f4ab8a
pyodbc_4.0.22-2build2.dsc 2.1 KiB 7729084104d19860becf573917b64b4716af4b2dbcec691980a0f1403b21c231

Available diffs

View changes file

Binary packages built by this source

python3-pyodbc: No summary available for python3-pyodbc in ubuntu groovy.

No description available for python3-pyodbc in ubuntu groovy.

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.