python-datrie 0.7.1-3 source package in Ubuntu

Changelog

python-datrie (0.7.1-3) unstable; urgency=medium

  * Team upload.
  * Use debhelper-compat instead of debian/compat.
  * Drop Python 2 support.
  * Bump debhelper compat level to 12
  * Bump standards version to 4.4.0 (no changes)
  * Enable hardening

 -- Ondřej Nový <email address hidden>  Sat, 27 Jul 2019 18:19:56 +0200

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.7.1-3.dsc 2.1 KiB f915357c3086420a4555d81b4fa40e3f55919a390e693dd8a76683e08fbfc6e1
python-datrie_0.7.1.orig.tar.gz 185.0 KiB e0f24a3bd81139729ade68c8dd4a0e2d0078f7a2c808c9058ebebb40c606d571
python-datrie_0.7.1-3.debian.tar.xz 4.5 KiB f62cc46e9ca6826764db01a72aa023b0991cd974d04b355d7e3a97693ffee4d1

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