pyodbc 4.0.30-1build3 source package in Ubuntu

Changelog

pyodbc (4.0.30-1build3) jammy; urgency=medium

  * No-change rebuild to add python3.10.

 -- Matthias Klose <email address hidden>  Sat, 16 Oct 2021 06:57:57 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Jammy
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-1build3.debian.tar.xz 4.1 KiB 000ce587262ac5fe0f24f6d5d0de3344c23286401249c54d57ea81c679b40998
pyodbc_4.0.30-1build3.dsc 2.1 KiB 7db0579e1e2cdb10f04766823b59223d41cb7c0476a231c787c14f76d5af5bc5

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: debug symbols for python3-pyodbc