Thu, 05 Feb 2026 11:11:54 CST | login

Information for build python-natsort-7.1.1-4.oc9

ID15492
Package Namepython-natsort
Version7.1.1
Release4.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/src-opencloudos-rpms/python-natsort.git?.#ea6f98e2f6530b5ba3c1433ae5d5b3552f14bf03
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 bydenisecheng
State complete
Volume DEFAULT
StartedMon, 18 Sep 2023 21:02:23 CST
CompletedMon, 18 Sep 2023 21:04:31 CST
Taskbuild (dist-oc9, /src-opencloudos-rpms/python-natsort.git:.:origin/oc9)
Extra{'source': {'original_url': 'git+https://gitee.com/src-opencloudos-rpms/python-natsort.git?.#origin/oc9'}}
Tags
dist-oc9
dist-oc9-compose
RPMs
src
python-natsort-7.1.1-4.oc9.src.rpm (info) (download)
noarch
python3-natsort-7.1.1-4.oc9.noarch.rpm (info) (download)
Logs
noarch
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * 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