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

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

ID6467
Package Namepython-conda-package-streaming
Version0.9.0
Release1.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/python-conda-package-streaming.git?.#62a8254b66df334c03e08ab02bea76e32bfd0d96
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
StartedMon, 11 Dec 2023 16:03:17 CST
CompletedMon, 11 Dec 2023 16:04:40 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-1.ocs23.src.rpm (info) (download)
noarch
python3-conda-package-streaming-0.9.0-1.ocs23.noarch.rpm (info) (download)
Logs
noarch
root.log
state.log
installed_pkgs.log
hw_info.log
build.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Dec 08 2023 Shuo Wang <abushwang@tencent.com> - 0.9.0-1 - initial build