Tue, 12 Nov 2024 23:06:12 UTC | login

Information for build python-conda-package-streaming-0.9.0-1.fc40

ID252345
Package Namepython-conda-package-streaming
Version0.9.0
Release1.fc40
Epoch
SummaryExtract metadata from remote conda packages without downloading whole file
DescriptionDownload conda metadata from packages without transferring entire file. Get metadata from local .tar.bz2 packages without reading entire files. Uses enhanced pip lazy_wheel to fetch a file out of .conda with no more than 3 range requests, but usually 2. Uses tar = tarfile.open(fileobj=...) to stream remote .tar.bz2. Closes the HTTP request once desired files have been seen.
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 20 Oct 2023 07:53:41 UTC
CompletedFri, 20 Oct 2023 07:53:41 UTC
Tags
f40
RPMs
src
python-conda-package-streaming-0.9.0-1.fc40.src.rpm (info) (download)
noarch
python3-conda-package-streaming-0.9.0-1.fc40.noarch.rpm (info) (download)
Changelog * Sat Aug 26 2023 Orion Poplawski <orion@nwra.com> - 0.9.0-1 - Update to 0.9.0 * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Jul 20 2023 Python Maint <python-maint@redhat.com> - 0.7.0-6 - Rebuilt for Python 3.12 * Tue Jul 04 2023 Python Maint <python-maint@redhat.com> - 0.7.0-5 - Bootstrap for Python 3.12 * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Thu Dec 08 2022 Orion Poplawski <orion@nwra.com> - 0.7.0-3 - Use test extras for build requires - Add bootstrap conditional * Wed Dec 07 2022 Orion Poplawski <orion@nwra.com> - 0.7.0-2 - Use macro for description - Use %pytest macro - Fix license - Add comments about deselected tests * Sat Dec 03 2022 Orion Poplawski <orion@nwra.com> - 0.7.0-1 - Initial Fedora package