Thu, 23 Jan 2025 11:45:50 CST | login

Information for build python-natsort-7.1.1-5.ocs23

ID3379
Package Namepython-natsort
Version7.1.1
Release5.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/python-natsort.git?.#52a5ebee2639396524bd19809dcc272b03ea207d
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 bystreamkoji
State complete
Volume DEFAULT
StartedSat, 09 Sep 2023 08:10:25 CST
CompletedSat, 09 Sep 2023 08:15:23 CST
Taskbuild (dist-ocs23, /opencloudos-stream/python-natsort.git:.:HEAD)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/python-natsort.git?.#HEAD'}}
Tags
dist-ocs23
RPMs
src
python-natsort-7.1.1-5.ocs23.src.rpm (info) (download)
noarch
python3-natsort-7.1.1-5.ocs23.noarch.rpm (info) (download)
Logs
noarch
root.log
state.log
installed_pkgs.log
hw_info.log
build.log
mock_output.log
noarch_rpmdiff.json
Changelog * 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