Information for build python-conda-package-streaming-0.10.0-3.fc41

ID61620
Package Namepython-conda-package-streaming
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version0.10.0
Release3.fc41
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/python-conda-package-streaming.git#a7235d61b937defd2b13c9e8d88742d7d471dd78
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 bykojiadmin
State failed
Volume DEFAULT
StartedTue, 02 Jul 2024 13:33:46 CST
CompletedTue, 02 Jul 2024 13:42:42 CST
Taskbuild (f41, /rpms/python-conda-package-streaming.git:a7235d61b937defd2b13c9e8d88742d7d471dd78)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-conda-package-streaming.git#a7235d61b937defd2b13c9e8d88742d7d471dd78'}}
Tags No tags
RPMs No RPMs
Changelog * Fri Jun 28 2024 Orion Poplawski <orion@nwra.com> - 0.10.0-3 - Drop bootstrap * Sun Jun 16 2024 Python Maint <python-maint@redhat.com> - 0.10.0-3 - Bootstrap for Python 3.13 * Fri Jun 14 2024 Orion Poplawski <orion@nwra.com> - 0.10.0-2 - Bootstrap build with Python 3.13 * Thu Jun 06 2024 Orion Poplawski <orion@nwra.com> - 0.10.0-1 - Update to 0.10.0 * Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * 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