python-rencode 1.0.6-2 source package in Ubuntu

Changelog

python-rencode (1.0.6-2) unstable; urgency=medium

  * Backported few upstream patches.
  * Removed obsolete "python3-wheel" from Build-Depends.
  * Standards-Version: 4.6.0.
  * Rules-Requires-Root: no.
  * watch: updated GitHub URL.

 -- Dmitry Smirnov <email address hidden>  Thu, 02 Sep 2021 22:59:39 +1000

Upload details

Uploaded by:
Dmitry Smirnov
Uploaded to:
Sid
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-2.dsc 1.9 KiB dc9cc4b1b5e9020d09ae382c6d65e79765e664e76ea25bbea46ca84176783d8c
python-rencode_1.0.6.orig.tar.xz 22.3 KiB b0a2d1672e4e7e2016ba32f882c633544a31179366b2fc3fa38a1f1d12796c9f
python-rencode_1.0.6-2.debian.tar.xz 3.6 KiB a3e5f42fdc1aa3fcbb6149ce96ea14bb02d51eb37d53c30877a2fbe780deda86

No changes file available.

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