python-kyotocabinet 1.22-2build11 source package in Ubuntu

Changelog

python-kyotocabinet (1.22-2build11) focal; urgency=medium

  * No-change rebuild to build with python3.8.

 -- Matthias Klose <email address hidden>  Fri, 18 Oct 2019 18:10:53 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-kyotocabinet_1.22.orig.tar.gz 63.1 KiB 437dd50ef247c1eac8304afa4e685033a2dd73128a8de0e204a9a0263552678e
python-kyotocabinet_1.22-2build11.debian.tar.xz 3.7 KiB 855086d0f26c8e5de2a91e739ef4e6d196cd81c20268aa966f3e3f4e616d5fb3
python-kyotocabinet_1.22-2build11.dsc 2.3 KiB 6a77103d8b43676dbd3e2c6221a82284285cb9fae5531fb3eb2099261f4b109c

Available diffs

View changes file

Binary packages built by this source

python3-kyotocabinet: Straightforward implementation of DBM - Python 3 bindings

 Kyoto Cabinet is a library of routines for managing a database. The
 database is a simple data file containing records, each is a pair of
 a key and a value. Every key and value is serial bytes with variable
 length. Both binary data and character string can be used as a key and
 a value. Each key must be unique within a database. There is neither
 concept of data tables nor data types. Records are organized in
 hash table or B+ tree.
 .
 This package provides a Python 3 interface to Kyoto Cabinet.

python3-kyotocabinet-dbg: Straightforward implementation of DBM - Python 3 debugging symbols

 Kyoto Cabinet is a library of routines for managing a database. The
 database is a simple data file containing records, each is a pair of
 a key and a value. Every key and value is serial bytes with variable
 length. Both binary data and character string can be used as a key and
 a value. Each key must be unique within a database. There is neither
 concept of data tables nor data types. Records are organized in
 hash table or B+ tree.
 .
 This package provides the debugging symbols for the Python 3 interface to
 Kyoto Cabinet.