python-kyotocabinet 1.23-6build1 source package in Ubuntu

Changelog

python-kyotocabinet (1.23-6build1) resolute; urgency=medium

  * No-change rebuild to drop Python 3.13 bits.

 -- Matthias Klose <email address hidden>  Fri, 20 Mar 2026 12:05:19 +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-kyotocabinet_1.23.orig.tar.gz 75.9 KiB 38818c43940230069743069b69ab28f3a74ae444b6a54ad74fbd522cc0ffd309
python-kyotocabinet_1.23-6build1.debian.tar.xz 4.8 KiB 19625cfdac8087f7cfa1167b67090e49604f36f51697356b0a1405ce086c9f31
python-kyotocabinet_1.23-6build1.dsc 2.1 KiB 7ba16471e71f2f7c2f9731f1b5b3d22493fecc9a0600c015c7134abf0cc2a4c1

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-dbgsym: debug symbols for python3-kyotocabinet