python-datrie 0.8-1build1 source package in Ubuntu

Changelog

python-datrie (0.8-1build1) focal; urgency=medium

  * No-change rebuild with fixed binutils on arm64.

 -- Matthias Klose <email address hidden>  Sat, 08 Feb 2020 11:18:13 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Debian Python Modules 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.orig.tar.gz 220.8 KiB bdd5da6ba6a97e7cd96eef2e7441c8d2ef890d04ba42694a41c7dffa3aca680c
python-datrie_0.8-1build1.debian.tar.xz 3.7 KiB d05c4d9eaf673d361e2e950d9a8c6c7af54cff07b43778d4202ead093c076426
python-datrie_0.8-1build1.dsc 2.1 KiB b8baf02a50793880c49c846921ac98a4300fab8ee01680eaf4dab8bfe29013e5

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