python-bsddb3 6.2.7-1.1 source package in Ubuntu

Changelog

python-bsddb3 (6.2.7-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Drop python2 support; Closes: #937622

 -- Sandro Tosi <email address hidden>  Mon, 16 Mar 2020 15:06:57 -0400

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
Focal release main python

Downloads

File Size SHA-256 Checksum
python-bsddb3_6.2.7-1.1.dsc 2.0 KiB 982a2238648058062122254c30b44b2410c8471c2be293b1b8148cfc3981ffef
python-bsddb3_6.2.7.orig.tar.gz 427.1 KiB b0f7fa63eb240cd5815809c9d1d7df9f7cc8d6fa9619d0edbe9c794afc02dc9f
python-bsddb3_6.2.7-1.1.debian.tar.xz 8.0 KiB e1bbfa0bb7068f4816c79ed4d8cd018d2d648e17f607b2280dd6e9e0a735145e

Available diffs

No changes file available.

Binary packages built by this source

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

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

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

No description available for python3-bsddb3 in ubuntu groovy.

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.