pyodbc 5.1.0-1build1 source package in Ubuntu

Changelog

pyodbc (5.1.0-1build1) noble; urgency=medium

  * No-change rebuild with Python 3.12 only

 -- Graham Inggs <email address hidden>  Thu, 11 Apr 2024 11:19:45 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe python
Noble release universe python

Downloads

File Size SHA-256 Checksum
pyodbc_5.1.0.orig.tar.gz 112.7 KiB 397feee44561a6580be08cedbe986436859563f4bb378f48224655c8e987ea60
pyodbc_5.1.0-1build1.debian.tar.xz 4.1 KiB e6bb67191cc7ae80c0dbe6f5b4e99e53fb97c8bebfb327bacfc59fdb2bd5d54a
pyodbc_5.1.0-1build1.dsc 2.0 KiB 3b6a8837c5b60a6012f4e30681bab39d22c14d219d650acd30ecdac3c405bb7a

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