python-cx-oracle 8.3.0-1 source package in Ubuntu

Changelog

python-cx-oracle (8.3.0-1) unstable; urgency=medium

  * Initial release (Closes: #877946)
  * drop odpi-c library included in prior version, it is now packaged
    separately
  * [4e12ec2] drop README.source discussing odpi git submodule
  * [ffcb6b6] move to contrib
  * [92aa766] build-dep on odpic-dev
  * [008ad26] docs now use the ReadTheDocs sphinx theme
  * [9ff47a6] use system libodpi4
  * [ffe49bd] support SOURCE_DATE_EPOCH for reproducibility
  * [aa18b91] install README & CONTRIBUTING
  * [ab57f33] bump debhelper and std-ver; no changes
  * [a06d856] add d/watch
  * [37972f2] add doc-base entry for cx_Oracle documentation

 -- Joseph Nahmias <email address hidden>  Wed, 24 Nov 2021 14:53:58 -0500

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-cx-oracle_8.3.0-1.dsc 2.3 KiB 7b6e42225d5dfc51195137579da8e3a40fc101d1727e53e3a207052ca24e52e5
python-cx-oracle_8.3.0.orig.tar.gz 1.0 MiB 990bae2d204fb59692b71bbb61ae0f2d82198b053fcf3c45a8c3cbc81127760e
python-cx-oracle_8.3.0-1.debian.tar.xz 3.8 KiB 8a3f5cc6d52ffc9ef28b2eb359fa5fd7ae12e91ef8f441543e86d8a90137aa84

No changes file available.

Binary packages built by this source

python-cx-oracle-doc: Python interface to Oracle Database (common documentation)

 cx_Oracle is a Python extension module that enables access to Oracle
 Database.
 .
 It conforms to the Python database API 2.0 specification with a considerable
 number of additions and a couple of exclusions.
 .
 You can use cx_Oracle with Oracle 11.2, 12, 18 and 19 client libraries.
 .
 This is the common documentation package.

python3-cx-oracle: Python interface to Oracle Database (Python 3)

 cx_Oracle is a Python extension module that enables access to Oracle
 Database.
 .
 It conforms to the Python database API 2.0 specification with a considerable
 number of additions and a couple of exclusions.
 .
 You can use cx_Oracle with Oracle 11.2, 12, 18 and 19 client libraries.
 .
 This package installs the library for Python 3.

python3-cx-oracle-dbgsym: debug symbols for python3-cx-oracle