Sat, 27 Apr 2024 05:57:47 UTC | login

Information for build python-indexed_gzip-1.8.7-4.fc40

ID302439
Package Namepython-indexed_gzip
Version1.8.7
Release4.fc40
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/python-indexed_gzip.git#d4f1b909b0a7f4f080f52985ee540f5c9fd94a07
SummaryFast random access of gzip files in Python
DescriptionThe indexed_gzip project is a Python extension which aims to provide a drop-in replacement for the built-in Python gzip.GzipFile class, the IndexedGzipFile. indexed_gzip was written to allow fast random access of compressed NIFTI image files (for which GZIP is the de-facto compression standard), but will work with any GZIP file. indexed_gzip is easy to use with nibabel. The standard gzip.GzipFile class exposes a random access-like interface (via its seek and read methods), but every time you seek to a new point in the uncompressed data stream, the GzipFile instance has to start decompressing from the beginning of the file, until it reaches the requested location. An IndexedGzipFile instance gets around this performance limitation by building an index, which contains *seek points*, mappings between corresponding locations in the compressed and uncompressed data streams. Each seek point is accompanied by a chunk (32KB) of uncompressed data which is used to initialize the decompression algorithm, allowing us to start reading from any seek point. If the index is built with a seek point spacing of 1MB, we only have to decompress (on average) 512KB of data to read from any location in the file.
Built bydavidlt
State failed
Volume DEFAULT
StartedWed, 27 Mar 2024 13:46:37 UTC
CompletedWed, 27 Mar 2024 13:51:37 UTC
Taskbuild (f40, /rpms/python-indexed_gzip.git:d4f1b909b0a7f4f080f52985ee540f5c9fd94a07)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-indexed_gzip.git#d4f1b909b0a7f4f080f52985ee540f5c9fd94a07'}}
Tags No tags
RPMs No RPMs
Changelog * Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.7-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.7-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Wed Jan 03 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 1.8.7-2 - Assert that a license file is present in the .dist-info directory * Thu Nov 09 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.8.7-1 - Update to 1.8.7 (close RHBZ#2248517) * Wed Oct 18 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.8.5-2 - Stop skipping tests that now work with Python 3.12.0 final * Wed Aug 30 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.8.5-1 - Update to 1.8.5 (close RHBZ#2235884) * Tue Jul 25 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.8.3-2 - Skip a couple of failing nibabel integration tests * Tue Jul 25 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.8.3-1 - Update to 1.8.3 (close RHBZ#2225478) * Tue Jul 25 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.7.1-8 - Revert "Temporarily disable nibabel integration testing" * Fri Jul 21 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.7.1-7 - Use the Cython compat package and report Cython 3 issues upstream * Tue Jul 11 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.7.1-5 - Patch for Python 3.12 (fix RHBZ#2220277) * Tue Jul 11 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.7.1-4 - Temporarily disable nibabel integration testing * Tue Jul 11 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.7.1-3 - Conditionalize nibabel integration testing * Tue Jul 11 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.7.1-2 - Use new (rpm 4.17.1+) bcond style * Fri Apr 07 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.7.1-1 - Update to 1.7.1 (close RHBZ#2183571) * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Wed Dec 21 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 1.7.0-5 - Rely on PYTEST_XDIST_AUTO_NUM_WORKERS * Wed Nov 30 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 1.7.0-4 - Rename the binary package to match the canonical name * Wed Nov 30 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 1.7.0-3 - Update License to SPDX * Wed Nov 30 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 1.7.0-2 - Drop default -r argument to pyproject_buildrequires * Tue Sep 13 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 1.7.0-1 - Update to 1.7.0 (close RHBZ#2126154) * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.13-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Tue Jul 12 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 1.6.13-4 - Run tests in parallel * Mon Jul 11 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 1.6.13-3 - Fix extra newline in description * Tue Jun 14 2022 Python Maint <python-maint@redhat.com> - 1.6.13-2 - Rebuilt for Python 3.11 * Fri Apr 15 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 1.6.13-1 - Update to 1.6.13 (close RHBZ#2075570)