python-btrees 6.0-1 source package in Ubuntu

Changelog

python-btrees (6.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * Standards-Version: 4.7.0 (no changes required).

 -- Colin Watson <email address hidden>  Thu, 13 Jun 2024 08:40:57 +0100

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
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
python-btrees_6.0-1.dsc 2.3 KiB 447bb9113f8dcc7b12b5ef3c42501a00eec043212284277412eaa79a3f0fb8b7
python-btrees_6.0.orig.tar.gz 239.4 KiB f69b8cdd33434e13e180216bb82ae0b7cd31fadfb7cc559695cb37319ca35ff0
python-btrees_6.0-1.debian.tar.xz 3.5 KiB 5f688590970d7c730d04fe1b5b36e6d9a83c62da2e7283a1aede2c9876f13a7b

Available diffs

No changes file available.

Binary packages built by this source

python-btrees-doc: scalable persistent object containers for Python - documentation

 This package contains a set of persistent object containers built around a
 modified BTree data structure. The trees are optimized for use inside ZODB's
 “optimistic concurrency” paradigm, and include explicit resolution of
 conflicts detected by that mechanism.
 .
 This package contains the Python module documentation. Alternatively,
 there is an online version at https://btrees.readthedocs.io/

python3-btrees: scalable persistent object containers for Python 3

 This package contains a set of persistent object containers built around a
 modified BTree data structure. The trees are optimized for use inside ZODB's
 “optimistic concurrency” paradigm, and include explicit resolution of
 conflicts detected by that mechanism.

python3-btrees-dbgsym: debug symbols for python3-btrees