python-datrie 0.8.2-1build3 source package in Ubuntu

Changelog

python-datrie (0.8.2-1build3) jammy; urgency=medium

  * No-change rebuild to add python3.10.

 -- Matthias Klose <email address hidden>  Sun, 17 Oct 2021 10:15:00 +0200

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Jammy
Original maintainer:
Debian Python Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-datrie_0.8.2.orig.tar.gz 61.8 KiB 525b08f638d5cf6115df6ccd818e5a01298cd230b2dac91c8ff2e6499d18765d
python-datrie_0.8.2-1build3.debian.tar.xz 4.5 KiB 04e9827f0a21b752b701276f239f1ea8b191fcafe643c303cf7e6b84f8b80c99
python-datrie_0.8.2-1build3.dsc 2.1 KiB f5a5c6bea528d100a6e216c08319d54a151ef88db51a377db32709877b0fdce4

Available diffs

View changes file

Binary packages built by this source

python3-datrie: Super-fast, efficiently stored Trie for Python 3

 trie variable is a dict-like object that can have unicode keys of certain
 ranges and Python objects as values.
 .
 In addition to implementing the mapping interface, tries facilitate finding
 the items for a given prefix, and vice versa, finding the items whose keys are
 prefixes of a given string. As a common special case, finding the
 longest-prefix item is also supported.
 .
 This package installs the library for Python 3.

python3-datrie-dbgsym: debug symbols for python3-datrie