python-sabyenc 5.4.3-1 source package in Ubuntu

Changelog

python-sabyenc (5.4.3-1) unstable; urgency=medium

  * New upstream version 5.4.3
  * Tests: increase verbosity of pytest output.

 -- Jeroen Ploemen <email address hidden>  Wed, 15 Jun 2022 17:37:28 +0000

Upload details

Uploaded by:
jcfp
Uploaded to:
Sid
Original maintainer:
jcfp
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-sabyenc_5.4.3-1.dsc 2.1 KiB ac33e613c9ab7a0a23a0b3b3c382355085be3cfb00f570e8e4a344d4fd259072
python-sabyenc_5.4.3.orig.tar.gz 18.9 MiB dbfea0b77a7d9152bcb21aab7bcdc19824a1ab1ac456faffd2723a21de9342f8
python-sabyenc_5.4.3-1.debian.tar.xz 5.6 KiB d510480189e608d2ebc45a682b3d9f5da45de3c3316bd1403d47fc4375ab672c

No changes file available.

Binary packages built by this source

python3-sabyenc: yEnc extension for Python, optimized for Usenet

 Modified version of the original python-yenc module by Alessandro Duca,
 optimized for use within SABnzbd. The module was extended to do header
 parsing and full yEnc decoding from a Python list of chunks, the way in
 which data is retrieved from usenet.
 .
 This is particularly beneficial when SSL is enabled, which limits the
 size of each chunk to 16K. Parsing these chunks in Python is much more
 costly. Additionally, this module releases Python's GIL during decoding,
 greatly increasing performance of the overall download process.
 .
 Further improved by using yencode from animetosho, which utilizes x86
 and ARM SIMD optimised routines if such CPU features are available.

python3-sabyenc-dbgsym: debug symbols for python3-sabyenc