pyodbc 4.0.39-1 source package in Ubuntu
Changelog
pyodbc (4.0.39-1) unstable; urgency=medium * Team upload. * New upstream version 4.0.39 * Bump Standards-Version to 4.6.2. * Update d/copyright with new years. * Build using pybuild-plugin-pyproject and python3-setuptools, remove python3-distutils from Build-Depends. * Clean up artifacts in src/pyodbc.egg-info to allow two builds in a row. * Add lintian-overrides for test databases with long lines in them. * Refresh patches. -- Michael Fladischer <email address hidden> Thu, 22 Jun 2023 06:40:24 +0000
Upload details
- Uploaded by:
- Deepak Tripathi
- Uploaded to:
- Sid
- Original maintainer:
- Deepak Tripathi
- Architectures:
- any
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
pyodbc_4.0.39-1.dsc | 1.7 KiB | d41f818dc6a3d19813b630516cb34e215d95acdd8d21f04adcd4659fc69a2037 |
pyodbc_4.0.39.orig.tar.gz | 275.8 KiB | e528bb70dd6d6299ee429868925df0866e3e919c772b9eff79c8e17920d8f116 |
pyodbc_4.0.39-1.debian.tar.xz | 4.4 KiB | b0ba4a62ac84e0185b7a74e4037c4f6cfe202436570d0376d24325ac9c56cb42 |
Available diffs
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