Fri, 23 Jan 2026 13:15:40 CST | login

Information for build python-shortuuid-1.0.11-1.oc9

ID24317
Package Namepython-shortuuid
Version1.0.11
Release1.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/python-shortuuid.git?.#f3e436b0bb1b708d03d74e3f4ceac07fc4e42b3a
SummaryA generator library for concise, unambiguous and URL-safe UUIDs
Descriptionshortuuid is a simple python library that generates concise, unambiguous, URL-safe UUIDs. Often, one needs to use non-sequential IDs in places where users will see them, but the IDs must be as concise and easy to use as possible. shortuuid solves this problem by generating uuids using Python's built-in uuid module and then translating them to base57 using lowercase and uppercase letters and digits, and removing similar-looking characters such as l, 1, I, O and 0.
Built byfanjunkong
State complete
Volume DEFAULT
StartedTue, 04 Jun 2024 14:49:07 CST
CompletedTue, 04 Jun 2024 14:54:03 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/python-shortuuid.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/python-shortuuid.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
python-shortuuid-1.0.11-1.oc9.src.rpm (info) (download)
noarch
python3-shortuuid-1.0.11-1.oc9.noarch.rpm (info) (download)
Logs
noarch
root.log
build.log
installed_pkgs.log
state.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.0.11-1 - initial build