python-kyotocabinet 1.23-4 source package in Ubuntu

Changelog

python-kyotocabinet (1.23-4) unstable; urgency=medium

  * Team upload.
  * d/p/0004-Fix-python3.12-compatibility-with-integer-division.patch:
    Add patch to make sure that rand() takes integer, not float.
    This fixes the compatibility with Python 3.12.

 -- Boyuan Yang <email address hidden>  Wed, 17 Jul 2024 15:39:15 -0400

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
python-kyotocabinet_1.23-4.dsc 2.0 KiB 3e2419393341a3cc728b85db7e0464f43ee3c6760f2d222d1551dacba5c14d44
python-kyotocabinet_1.23.orig.tar.gz 75.9 KiB 38818c43940230069743069b69ab28f3a74ae444b6a54ad74fbd522cc0ffd309
python-kyotocabinet_1.23-4.debian.tar.xz 4.6 KiB 5486c7d9950e2f8013e2a30bec0acc4d09f6cd3f897e000b17918eee50cf64ea

No changes file available.

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