python-datrie 0.8.3-2build1 source package in Ubuntu

Changelog

python-datrie (0.8.3-2build1) resolute; urgency=medium

  * No-change rebuild to drop Python 3.13 bits.

 -- Matthias Klose <email address hidden>  Fri, 20 Mar 2026 11:33:55 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Stonking release universe misc
Resolute release universe misc

Downloads

File Size SHA-256 Checksum
python-datrie_0.8.3.orig.tar.gz 487.3 KiB ea021ad4c8a8bf14e08a71c7872a622aa399a510f981296825091c7ca0436e80
python-datrie_0.8.3-2build1.debian.tar.xz 4.9 KiB b46019297bb8b0c92ca9add7a7c4bd98d6f570694b7805abe0e6c5720cdec2a0
python-datrie_0.8.3-2build1.dsc 2.1 KiB 3359af5972770c3d60bba464f714d72f05a717ca5f7f50cc6393701473e79c4b

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