Mon, 16 Sep 2024 19:14:03 UTC | login

Information for build python-zlib-ng-0.4.3-11.fc41

ID325968
Package Namepython-zlib-ng
Version0.4.3
Release11.fc41
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/python-zlib-ng.git#8e2ef135104f641a355f2caf12dbd544c00cbc1e
SummaryDrop-in replacement for zlib and gzip modules using zlib-ng
DescriptionFaster zlib and gzip compatible compression and decompression by providing Python bindings for the zlib-ng library. This package provides Python bindings for the zlib-ng library. python-zlib-ng provides the bindings by offering three modules: • zlib_ng: A drop-in replacement for the zlib module that uses zlib-ng to accelerate its performance. • gzip_ng: A drop-in replacement for the gzip module that uses zlib_ng instead of zlib to perform its compression and checksum tasks, which improves performance. • gzip_ng_threaded offers an open function which returns buffered read or write streams that can be used to read and write large files while escaping the GIL using one or multiple threads. This functionality only works for streaming, seeking is not supported. zlib_ng and gzip_ng are almost fully compatible with zlib and gzip from the Python standard library. There are some minor differences see: https://pypi.org/project/zlib-ng/#differences-with-zlib-and-gzip-modules Beginning with Fedora Linux 40, zlib-ng provides the system-wide zlib implementation, so the Python standard library already uses it by default. However, some projects still need the APIs provided by this package.
Built bydavidlt
State complete
Volume DEFAULT
StartedSat, 27 Jul 2024 16:15:09 UTC
CompletedSun, 28 Jul 2024 06:29:13 UTC
Taskbuild (f41, /rpms/python-zlib-ng.git:8e2ef135104f641a355f2caf12dbd544c00cbc1e)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-zlib-ng.git#8e2ef135104f641a355f2caf12dbd544c00cbc1e'}}
Tags
f41
RPMs
src
python-zlib-ng-0.4.3-11.fc41.src.rpm (info) (download)
riscv64
python3-zlib-ng-0.4.3-11.fc41.riscv64.rpm (info) (download)
python-zlib-ng-debugsource-0.4.3-11.fc41.riscv64.rpm (info) (download)
python3-zlib-ng-debuginfo-0.4.3-11.fc41.riscv64.rpm (info) (download)
Logs
riscv64
state.log
root.log
hw_info.log
build.log
mock_output.log
Changelog * Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - Rebuilt for Python 3.13 * Wed May 15 2024 Benjamin A. Beasley <code@musicinmybrain.net> - Backport proposed Python 3.13 bug fix (fix RHBZ#2280571) * Tue Apr 16 2024 Packit <hello@packit.dev> - Update to 0.4.3 upstream release - Resolves: rhbz#2275298 * Wed Apr 10 2024 Packit <hello@packit.dev> - Update to 0.4.2 upstream release - Resolves: rhbz#2274336 * Mon Mar 11 2024 Packit <hello@packit.dev> - [packit] 0.4.1 upstream release - Resolves rhbz#2269022 * Tue Jan 23 2024 Benjamin A. Beasley <code@musicinmybrain.net> - Fix Python 3.13 compatibility (close RHBZ#2259627) * Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sat Jan 13 2024 Benjamin A. Beasley <code@musicinmybrain.net> - Initial package (close RHBZ#2257548)