Tue, 27 Jan 2026 04:41:38 CST | login

Information for build python-natsort-8.4.0-1.ocs23

ID5792
Package Namepython-natsort
Version8.4.0
Release1.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/python-natsort.git?.#443b3af8affb9464096461181484e31fe7dbc08e
SummaryPython library that sorts lists using the "natural order" sort
Description Python module which provides "natural sorting". Under natural sorting, numeric sub-strings are compared numerically, and the other word characters are compared lexically. Example: unsorted: ['a2', 'a9', 'a1', 'a4', 'a10'] lexicographic sort: ['a1', 'a10', 'a2', 'a4', 'a9'] natural sort: ['a1', 'a2', 'a4', 'a9', 'a10']
Built byocs-bot
State complete
Volume DEFAULT
StartedMon, 25 Sep 2023 11:45:39 CST
CompletedMon, 25 Sep 2023 11:46:41 CST
Taskbuild (dist-ocs23, /opencloudos-stream/python-natsort.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/python-natsort.git?.#origin/master'}}
Tags
dist-ocs23
RPMs
src
python-natsort-8.4.0-1.ocs23.src.rpm (info) (download)
noarch
python3-natsort-8.4.0-1.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 Sep 25 2023 jackeyji <jackeyji@tencent.com> - 8.4.0-1 - upgrade to 8.4.0 * Tue Sep 19 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 7.1.1-6 - Rebuilt for python 3.11 * Fri Sep 08 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 7.1.1-5 - Rebuilt for OpenCloudOS Stream 23.09 * Fri Apr 28 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 7.1.1-4 - Rebuilt for OpenCloudOS Stream 23.05 * Fri Mar 31 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 7.1.1-3 - Rebuilt for OpenCloudOS Stream 23 * Tue Feb 21 2023 Shuo Wang <abushwang@tencent.com> - 7.1.1-2 - remove unused buildrequires * Thu Jan 12 2023 Shuo Wang <abushwang@tencent.com> - 7.1.1-1 - initial build