Path to this page:
Subject: CVS commit: pkgsrc/devel/py-xopen
From: Adam Ciarcinski
Date: 2024-01-31 12:53:35
Message id: 20240131115335.9192BFA42@cvs.NetBSD.org
Log Message:
py-xopen: updated to 1.9.0
v1.9.0
* The python-isal compression backend is now only used for compression
levels 1 and 2. Contrary to other backends, python-isal level 0 gave
compressed rather than uncompressed data in gzip format. Level 3 on
python-isal did not provide better compression than level 2.
* PipedCompressionReader/Writer now derive from the `io.IOBase
<https://docs.python.org/3/library/io.html#io.IOBase>`_ abstract class.
* The gzip default compression level is now 1 when no value is provided
by the calling function. The default used to be determined by the backend.
* xopen now uses zlib-ng when available and applicable.
* Piped ``igzip`` is no longer used as a (de)compression backend as
python-isal's threaded mode is a better choice in all use cases.
Files: