Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python3-indexed-gzip-1.7.0-6.fc38 RPM for aarch64

From Fedora 38 for aarch64 / p

Name: python3-indexed-gzip Distribution: Fedora Project
Version: 1.7.0 Vendor: Fedora Project
Release: 6.fc38 Build date: Tue Jan 24 21:14:41 2023
Group: Unspecified Build host: buildvm-a64-17.iad2.fedoraproject.org
Size: 1732784 Source RPM: python-indexed_gzip-1.7.0-6.fc38.src.rpm
Packager: Fedora Project
Url: https://github.com/pauldmccarthy/indexed_gzip
Summary: Fast random access of gzip files in Python
The 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.

Provides

Requires

License

Zlib

Changelog

* 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)
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.4-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Tue Oct 19 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.6.4-1
  - Update to 1.6.4 (close RHBZ#2015352)
* Tue Sep 14 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.6.3-1
  - Update to 1.6.3 (close RHBZ#2004204)
  - Stop using deprecated zero-argument version of pypi_source macro
  - Drop BR on pyproject-rpm-macros, since python3-devel now implies it
  - Let pyproject-rpm-macros handle the license file
  - Preserve mtimes on sources from which no shebang was removed
* Sat Sep 04 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.6.2-1
  - Update to 1.6.2 (close RHBZ#2000944)
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.1-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Mon Jul 19 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.6.1-1
  - Update to 1.6.1 (closes RHBZ#1963719)
  - Make sure pre-generated Cython C sources really are removed
  - Drop %py_provides, no longer needed after F32
  - Use pyproject-rpm-macros
  - Run tests, despite https://github.com/pauldmccarthy/indexed_gzip/issues/13
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 1.5.3-2
  - Rebuilt for Python 3.10
* Sun Mar 28 2021 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 1.5.3-1
  - Update to latest release
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

Files

/usr/lib/.build-id
/usr/lib/.build-id/0f
/usr/lib/.build-id/0f/ea8d09627bc45e0c8de8bf5054ec45916fe0c5
/usr/lib/.build-id/99
/usr/lib/.build-id/99/511861d23445558fba0d5a405c9710792acaec
/usr/lib/.build-id/f3
/usr/lib/.build-id/f3/ce718acec7726cb0e35d47f6a82b49fc44d5aa
/usr/lib64/python3.11/site-packages/indexed_gzip
/usr/lib64/python3.11/site-packages/indexed_gzip-1.7.0.dist-info
/usr/lib64/python3.11/site-packages/indexed_gzip-1.7.0.dist-info/INSTALLER
/usr/lib64/python3.11/site-packages/indexed_gzip-1.7.0.dist-info/LICENSE
/usr/lib64/python3.11/site-packages/indexed_gzip-1.7.0.dist-info/METADATA
/usr/lib64/python3.11/site-packages/indexed_gzip-1.7.0.dist-info/WHEEL
/usr/lib64/python3.11/site-packages/indexed_gzip-1.7.0.dist-info/top_level.txt
/usr/lib64/python3.11/site-packages/indexed_gzip/__init__.py
/usr/lib64/python3.11/site-packages/indexed_gzip/__pycache__
/usr/lib64/python3.11/site-packages/indexed_gzip/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/indexed_gzip/__pycache__/__init__.cpython-311.pyc
/usr/lib64/python3.11/site-packages/indexed_gzip/indexed_gzip.cpython-311-aarch64-linux-gnu.so
/usr/lib64/python3.11/site-packages/indexed_gzip/tests
/usr/lib64/python3.11/site-packages/indexed_gzip/tests/__init__.py
/usr/lib64/python3.11/site-packages/indexed_gzip/tests/__main__.py
/usr/lib64/python3.11/site-packages/indexed_gzip/tests/__pycache__
/usr/lib64/python3.11/site-packages/indexed_gzip/tests/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/indexed_gzip/tests/__pycache__/__init__.cpython-311.pyc
/usr/lib64/python3.11/site-packages/indexed_gzip/tests/__pycache__/__main__.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/indexed_gzip/tests/__pycache__/__main__.cpython-311.pyc
/usr/lib64/python3.11/site-packages/indexed_gzip/tests/__pycache__/benchmark.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/indexed_gzip/tests/__pycache__/benchmark.cpython-311.pyc
/usr/lib64/python3.11/site-packages/indexed_gzip/tests/__pycache__/benchmark_bandwidth.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/indexed_gzip/tests/__pycache__/benchmark_bandwidth.cpython-311.pyc
/usr/lib64/python3.11/site-packages/indexed_gzip/tests/__pycache__/conftest.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/indexed_gzip/tests/__pycache__/conftest.cpython-311.pyc
/usr/lib64/python3.11/site-packages/indexed_gzip/tests/__pycache__/test_indexed_gzip.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/indexed_gzip/tests/__pycache__/test_indexed_gzip.cpython-311.pyc
/usr/lib64/python3.11/site-packages/indexed_gzip/tests/__pycache__/test_indexed_gzip_threading.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/indexed_gzip/tests/__pycache__/test_indexed_gzip_threading.cpython-311.pyc
/usr/lib64/python3.11/site-packages/indexed_gzip/tests/__pycache__/test_nibabel_integration.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/indexed_gzip/tests/__pycache__/test_nibabel_integration.cpython-311.pyc
/usr/lib64/python3.11/site-packages/indexed_gzip/tests/__pycache__/test_zran.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/indexed_gzip/tests/__pycache__/test_zran.cpython-311.pyc
/usr/lib64/python3.11/site-packages/indexed_gzip/tests/benchmark.py
/usr/lib64/python3.11/site-packages/indexed_gzip/tests/benchmark_bandwidth.py
/usr/lib64/python3.11/site-packages/indexed_gzip/tests/conftest.py
/usr/lib64/python3.11/site-packages/indexed_gzip/tests/ctest_indexed_gzip.cpython-311-aarch64-linux-gnu.so
/usr/lib64/python3.11/site-packages/indexed_gzip/tests/ctest_zran.cpython-311-aarch64-linux-gnu.so
/usr/lib64/python3.11/site-packages/indexed_gzip/tests/test_indexed_gzip.py
/usr/lib64/python3.11/site-packages/indexed_gzip/tests/test_indexed_gzip_threading.py
/usr/lib64/python3.11/site-packages/indexed_gzip/tests/test_nibabel_integration.py
/usr/lib64/python3.11/site-packages/indexed_gzip/tests/test_zran.py
/usr/share/doc/python3-indexed-gzip
/usr/share/doc/python3-indexed-gzip/README.md


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu May 9 22:19:29 2024