python-datrie 0.7.1-3ubuntu1 source package in Ubuntu

Changelog

python-datrie (0.7.1-3ubuntu1) focal; urgency=medium

  * Fix build with recent hypothesis version.

 -- Matthias Klose <email address hidden>  Mon, 21 Oct 2019 13:43:14 +0200

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.7.1.orig.tar.gz 185.0 KiB e0f24a3bd81139729ade68c8dd4a0e2d0078f7a2c808c9058ebebb40c606d571
python-datrie_0.7.1-3ubuntu1.debian.tar.xz 4.8 KiB c16770716178b2b823b8d749db1bf2a6d07684fe7012dd9d2a7d1f5e0a86b355
python-datrie_0.7.1-3ubuntu1.dsc 2.1 KiB baafd8ff647f14b9583a05e56e1b5dd3deb15a0928b31ec355480357e82fda6c

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