pyodbc 4.0.34-1 source package in Ubuntu

Changelog

pyodbc (4.0.34-1) unstable; urgency=low

  * Team upload.
  * New upstream release.
  * Add debian/gbp.conf.
  * Add myself to d/copyright.
  * Bump Standards-Version to 4.6.1.0.

 -- Michael Fladischer <email address hidden>  Tue, 11 Oct 2022 14:57:55 +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_4.0.34-1.dsc 1.7 KiB 826b6bb16d2bb1400ed138b55455e9396cbfb9649a8c5384640c4a6d747f6bb2
pyodbc_4.0.34.orig.tar.gz 265.0 KiB 7ea7869532b96b8d529b1f08ea85765f94df7e4a58e968b2f8d455346a03e45c
pyodbc_4.0.34-1.debian.tar.xz 4.1 KiB 00db8af865389aa927259c99b3b07267f7d619a151b7d8b658a64a3891fb393b

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