python-rencode 1.0.6-1 source package in Ubuntu

Changelog

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

  * New upstream release.
  * Build with full hardening.
  * DH & compat to version 12.
  * Standards-Version: 4.4.1.
  * Removed "X-Python-Version".
  * Vcs URLs to Salsa.
  * Testsuite: autopkgtest-pkg-python.
  * Build-Depends:
    + python3-setuptools
    + python3-wheel

 -- Dmitry Smirnov <email address hidden>  Wed, 04 Dec 2019 10:04:36 +1100

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-1.dsc 2.0 KiB b4ecf9bf07e1da658b9fe591a252a5433438325d10fdda13fbc7419603a2bdd7
python-rencode_1.0.6.orig.tar.xz 22.3 KiB b0a2d1672e4e7e2016ba32f882c633544a31179366b2fc3fa38a1f1d12796c9f
python-rencode_1.0.6-1.debian.tar.xz 2.6 KiB 1a64eb215a56878974bcfc1a04ce1f8da4623a4bfc01ab0a5b567bf8af5a6090

Available diffs

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