python-datrie 0.8-1build2 source package in Ubuntu

Changelog

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

  * No-change rebuild to drop python3.7.

 -- Matthias Klose <email address hidden>  Tue, 18 Feb 2020 10:22:43 +0100

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

Downloads

File Size SHA-256 Checksum
python-datrie_0.8.orig.tar.gz 220.8 KiB bdd5da6ba6a97e7cd96eef2e7441c8d2ef890d04ba42694a41c7dffa3aca680c
python-datrie_0.8-1build2.debian.tar.xz 3.8 KiB 474e4857d13c0f444edc8e25a9698775b4e43a800ad1de3c51bc9f740ba64072
python-datrie_0.8-1build2.dsc 2.1 KiB 580061ef542aee5bf196ff00d5cb118313002d71f0e72d77e08b6396d5f411c9

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