pyodbc 4.0.30-1build2 source package in Ubuntu

Changelog

pyodbc (4.0.30-1build2) hirsute; urgency=medium

  * No-change rebuild to drop python3.8 extensions.

 -- Matthias Klose <email address hidden>  Mon, 07 Dec 2020 18:41:48 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Hirsute
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.30.orig.tar.gz 260.0 KiB 852b5deeeb3366af8b4408efed993501708be45d221881bce60c9aac54be726a
pyodbc_4.0.30-1build2.debian.tar.xz 4.0 KiB 4ea4f0eda701d3ef889af8ed1d914be294b5ee0f4f3f5b133ec7475667c9cb55
pyodbc_4.0.30-1build2.dsc 2.1 KiB fca14b411b1b1ac03b494d7e3cd053dca956ddd773db58f05b2bde8919058c68

Available diffs

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

No description available for python3-pyodbc-dbgsym in ubuntu impish.