python-datrie 0.8-1 source package in Ubuntu

Changelog

python-datrie (0.8-1) unstable; urgency=medium

  * Team upload.

  [ Ondřej Nový ]
  * Bump Standards-Version to 4.4.1.

  [ Andreas Tille ]
  * New upstream version

  [ Matthias Klose ]
  * Fix build with recent hypothesis version.
    Closes: #945472

 -- Andreas Tille <email address hidden>  Thu, 09 Jan 2020 20:49:22 +0100

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
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-1.dsc 2.1 KiB 1a30eafefb0a18ae2a83a5c513e042cf9ffc57bae062564fc37a85a9e2e31365
python-datrie_0.8.orig.tar.gz 220.8 KiB bdd5da6ba6a97e7cd96eef2e7441c8d2ef890d04ba42694a41c7dffa3aca680c
python-datrie_0.8-1.debian.tar.xz 3.7 KiB da65123faef172a838af646a02967767363325406acaa38e6627630e11bf44fa

Available diffs

No changes file available.

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