python-bsddb3 6.2.6-3 source package in Ubuntu

Changelog

python-bsddb3 (6.2.6-3) unstable; urgency=medium

  * Bump standards version.
  * python3-bsddb3: Fix location of include directory. Closes: #920028.

 -- Matthias Klose <email address hidden>  Mon, 21 Jan 2019 23:17:17 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Sid
Original maintainer:
Matthias Klose
Architectures:
any all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-bsddb3_6.2.6-3.dsc 2.2 KiB c929576780d9d3861336f744c5e0b9005128c27563e3b0df598bec5bdd7d4d3f
python-bsddb3_6.2.6.orig.tar.gz 233.5 KiB 42d621f4037425afcb16b67d5600c4556271a071a9a7f7f2c2b1ba65bc582d05
python-bsddb3_6.2.6-3.debian.tar.xz 8.1 KiB 59b12c49250d11af6c965f52b1488a659284c0504d4a97416e0892fb36a4f0a3

No changes file available.

Binary packages built by this source

python-bsddb3: No summary available for python-bsddb3 in ubuntu eoan.

No description available for python-bsddb3 in ubuntu eoan.

python-bsddb3-dbg: No summary available for python-bsddb3-dbg in ubuntu eoan.

No description available for python-bsddb3-dbg in ubuntu eoan.

python-bsddb3-doc: No summary available for python-bsddb3-doc in ubuntu disco.

No description available for python-bsddb3-doc in ubuntu disco.

python3-bsddb3: No summary available for python3-bsddb3 in ubuntu disco.

No description available for python3-bsddb3 in ubuntu disco.

python3-bsddb3-dbg: Python interface for Berkeley DB (debug extension, Python 3.x)

 This module provides a nearly complete wrapping of the Oracle/Sleepycat C API
 for the Database Environment, Database, Cursor, Sequence and Transaction
 objects, and each of these is exposed as a Python Type in the bsddb3.db
 module. The database objects can use various access methods: btree, hash,
 recno and queue. Complete support of Berkeley DB distributed transactions.
 Complete support for Berkeley DB Replication Manager. Complete support for
 Berkeley DB Base Replication. Support for RPC.
 .
 This package contains the extension built for the python debug interpreter.