Fri, 23 Jan 2026 07:27:26 CST | login

Information for build python-random2-1.0.1-2.oc9

ID40751
Package Namepython-random2
Version1.0.1
Release2.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/python-random2.git?.#85e4dc2e088cf1c44dbd85088b1b2a52f925c32b
SummaryPython 2 compatible random module
DescriptionThis package provides a Python 3 ported version of Python 2.7's random module. In Python 3, the implementation of randrange() was changed, so that even with the same seed you get different sequences in Python 2 and 3. Note that several high-level functions such as randint() and choice() use randrange(). In my testing code I heavily rely on stable random generator results and it makes porting code to Python 3 a lot harder, if all those tests have to be adjusted. This package fixes that.
Built bybbrucezhang
State complete
Volume DEFAULT
StartedSat, 14 Jun 2025 01:08:31 CST
CompletedSat, 14 Jun 2025 01:11:04 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/python-random2.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/python-random2.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
python-random2-1.0.1-2.oc9.src.rpm (info) (download)
noarch
python3-random2-1.0.1-2.oc9.noarch.rpm (info) (download)
Logs
noarch
dnf.rpm.log
build.log
dnf.librepo.log
hw_info.log
dnf.log
mock_output.log
state.log
root.log
installed_pkgs.log
mock_config.log
noarch_rpmdiff.json
Changelog * Thu Jun 12 2025 bbrucezhang <bbrucezhang@tencent.com> - 1.0.1-2 - Rebuilt for loongarch64 * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.0.1-1 - initial build