pyodbc 4.0.32-1build1 source package in Ubuntu

Changelog

pyodbc (4.0.32-1build1) jammy; urgency=medium

  * No-change rebuild with Python 3.10 only

 -- Graham Inggs <email address hidden>  Thu, 17 Mar 2022 19:42:35 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Jammy
Original maintainer:
Deepak Tripathi
Architectures:
any
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Kinetic release universe python
Jammy release universe python

Downloads

File Size SHA-256 Checksum
pyodbc_4.0.32.orig.tar.gz 273.5 KiB 9be5f0c3590655e1968488410fe3528bb8023d527e7ccec1f663d64245071a6b
pyodbc_4.0.32-1build1.debian.tar.xz 4.1 KiB 212284682ea0c20053e2878ab9f2d72b908caddb952be45df9528ad1f31ee82d
pyodbc_4.0.32-1build1.dsc 2.0 KiB c498bf2f2fc61e2d6d625bc0ff8e437ed3d0e54f97e2a31173b9969271c4ae94

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