python-btrees 4.3.1-3 source package in Ubuntu

Changelog

python-btrees (4.3.1-3) unstable; urgency=medium

  [ Ondřej Nový ]
  * Bump Standards-Version to 4.4.1.
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Debian Janitor ]
  * Wrap long lines in changelog entries: 4.3.1-2.
  * Update standards version to 4.5.0, no changes needed.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

 -- Sandro Tosi <email address hidden>  Thu, 02 Jun 2022 23:46:33 -0400

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-btrees_4.3.1-3.dsc 2.1 KiB a596e63415be814d78220f902159ca4121a8af9af7be41a5ba49da48dee0bf88
python-btrees_4.3.1.orig.tar.gz 184.6 KiB 2565b7d35260dfc6b1e2934470fd0a2f9326c58c535a2b4cb396289d1c195a95
python-btrees_4.3.1-3.debian.tar.xz 3.3 KiB a5290840ea9b809adddab71542d9123d07b4031b51ecf113d111eaee52b051ce

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