pyodbc 4.0.22-2 source package in Ubuntu

Changelog

pyodbc (4.0.22-2) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Remove ancient X-Python-Version field
  * d/control: Remove ancient X-Python3-Version field
  * Convert git repository from git-dpm to gbp layout

  [ Sandro Tosi ]
  * Drop python2 support; Closes: #937494
  * maitain debian/compat, as cdbs expects that file; see #946677

 -- Sandro Tosi <email address hidden>  Fri, 13 Dec 2019 09:51:13 -0500

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 Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
pyodbc_4.0.22-2.dsc 2.0 KiB 4e0b616c92da016fd82b2574150e3e1bd1858ecd1ef018e9c2a6211444e15e47
pyodbc_4.0.22.orig.tar.gz 209.4 KiB e2d742b42c8b92b10018c51d673fe72d925ab90d4dbaaccd4f209e10e228ba73
pyodbc_4.0.22-2.debian.tar.xz 3.1 KiB 2d273828a3a4ae42e2479d4019619c45b201d2ebb7677b00b212ed164a1211ea

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-dbg: Python3 module for ODBC database access - Debugging symbols

 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')
 .
 This package contains debugging symbols.