pyodbc 5.0.1-1 source package in Ubuntu

Changelog

pyodbc (5.0.1-1) unstable; urgency=low

  * New upstream version 5.0.1
  * Drop patch to include stub files, fixed upstream.
  * Drop unused lintian overrides.

 -- Michael Fladischer <email address hidden>  Sat, 09 Dec 2023 16:15:46 +0000

Upload details

Uploaded by:
Deepak Tripathi
Uploaded to:
Sid
Original maintainer:
Deepak Tripathi
Architectures:
any
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
pyodbc_5.0.1-1.dsc 1.7 KiB 38e678f4053b10789da31ce3729ce68394a1695cce97bf413c1ef03cda8f462e
pyodbc_5.0.1.orig.tar.gz 112.5 KiB 03d7d0b04d5a9156099ce8d03e92f3956783746fa9234eb6f5b5cfc12b645011
pyodbc_5.0.1-1.debian.tar.xz 3.9 KiB b6150c2bc21b5dce5d002537c4dbd59156bd6230855cc402351b1b4a748fd4f9

No changes file available.

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