python-rencode 1.0.6-2build4 source package in Ubuntu

Changelog

python-rencode (1.0.6-2build4) noble; urgency=medium

  * No-change rebuild to build with python3.12 as supported.

 -- Matthias Klose <email address hidden>  Thu, 02 Nov 2023 09:27:37 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
Original maintainer:
Dmitry Smirnov
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-rencode_1.0.6.orig.tar.xz 22.3 KiB b0a2d1672e4e7e2016ba32f882c633544a31179366b2fc3fa38a1f1d12796c9f
python-rencode_1.0.6-2build4.debian.tar.xz 3.7 KiB 2a2eb6f13b1700567253af5899a4a65523b4019cedb33e526ba118fa899e5fb2
python-rencode_1.0.6-2build4.dsc 2.0 KiB eadce42b70277a21eab79d4b2b4f92c8b82f5bde395feb1ecb0e9bbce221cda8

Available diffs

View changes file

Binary packages built by this source

python3-rencode: Python encoding library similar to bittorrent's bencode (Python 3)

 For complex, heterogeneous data structures with many small elements,
 r-encodings take significantly less space than b-encodings.
 This version of rencode is a complete rewrite in Cython in order to
 increase performance over the pure Python module written by Petru Paler,
 Connelly Barnes et al.
 .
 This package is for Python 3.

python3-rencode-dbgsym: debug symbols for python3-rencode