Sat, 24 Jan 2026 01:17:51 CST | login

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

ID25402
Package Namepython-random2
Version1.0.1
Release1.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/python-random2.git?.#37600816c7b2aa39b0e95ff1f3da9843362be634
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 byfanjunkong
State complete
Volume DEFAULT
StartedThu, 25 Jul 2024 19:27:59 CST
CompletedThu, 25 Jul 2024 19:29:26 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-1.oc9.src.rpm (info) (download)
noarch
python3-random2-1.0.1-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.1-1 - initial build