pyodbc 4.0.32-1 source package in Ubuntu

Changelog

pyodbc (4.0.32-1) unstable; urgency=low

  * Team upload.

  [ Debian Janitor ]
  * Use secure URI in Homepage field.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

  [ Ondřej Nový ]
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Debian Janitor ]
  * Apply multi-arch hints.
    + python3-pyodbc: Add Multi-Arch: same.

  [ Sandro Tosi ]
  * Use the new Debian Python Team contact name and address

  [ Michael Fladischer ]
  * New upstream release.
  * Remove patches, applied upstream.
  * Bump debhelper version to 13.
  * Bump Standards-Version to 4.6.0.
  * Use uscan version 4.
  * Add patch to fix stub file installation location.

 -- Michael Fladischer <email address hidden>  Sun, 29 Aug 2021 10:39:06 +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.32-1.dsc 1.7 KiB 993a162cf72006da9183e0d4815b95fa55d2133989cf22b93c2169d4e5a22e31
pyodbc_4.0.32.orig.tar.gz 273.5 KiB 9be5f0c3590655e1968488410fe3528bb8023d527e7ccec1f663d64245071a6b
pyodbc_4.0.32-1.debian.tar.xz 4.0 KiB 835043da9abb8ee909763bbfc696bb05795eb4505f6eb09bd814350060a1db06

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