pyodbc 4.0.34-1build1 source package in Ubuntu

Changelog

pyodbc (4.0.34-1build1) lunar; urgency=medium

  * Rebuild to drop Python 3.10 extension

 -- Jeremy Bicha <email address hidden>  Tue, 28 Feb 2023 19:26:06 -0500

Upload details

Uploaded by:
Jeremy BĂ­cha
Uploaded to:
Lunar
Original maintainer:
Deepak Tripathi
Architectures:
any
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe python

Downloads

File Size SHA-256 Checksum
pyodbc_4.0.34.orig.tar.gz 265.0 KiB 7ea7869532b96b8d529b1f08ea85765f94df7e4a58e968b2f8d455346a03e45c
pyodbc_4.0.34-1build1.debian.tar.xz 4.2 KiB 5efd80e06c090bdac0e23f88ed8bb90bc7b832fcf2fc2ebf5493a350d7f078ea
pyodbc_4.0.34-1build1.dsc 2.0 KiB e38e761caf1e2fb0f2899a5b65c590676a90da59eb8f377f7e3dfa119851d2db

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