Tue, 28 Apr 2026 22:00:55 CST | login

Information for build python-conda-package-streaming-0.9.0-2.ocs23

ID6482
Package Namepython-conda-package-streaming
Version0.9.0
Release2.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/python-conda-package-streaming.git?.#3516847b588d2e06098fa48e071f80279e1e7ced
SummaryExtract metadata from remote conda packages without downloading whole file
DescriptionAn efficient library to read from new and old format .conda and .tar.bz2 conda packages. Download 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 byocs-bot
State complete
Volume DEFAULT
StartedTue, 12 Dec 2023 10:59:39 CST
CompletedTue, 12 Dec 2023 11:00:59 CST
Taskbuild (dist-ocs23, /opencloudos-stream/python-conda-package-streaming.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/python-conda-package-streaming.git?.#origin/master'}}
Tags
dist-ocs23
RPMs
src
python-conda-package-streaming-0.9.0-2.ocs23.src.rpm (info) (download)
noarch
python3-conda-package-streaming-0.9.0-2.ocs23.noarch.rpm (info) (download)
Logs
noarch
installed_pkgs.log
build.log
state.log
hw_info.log
root.log
mock_output.log
noarch_rpmdiff.json
Changelog * Mon Dec 11 2023 Shuo Wang <abushwang@tencent.com> - 0.9.0-2 - disable bootstrap * Fri Dec 08 2023 Shuo Wang <abushwang@tencent.com> - 0.9.0-1 - initial build