Mon, 26 Jan 2026 15:34:16 CST | login

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

ID10602
Package Namepython-natsort
Version8.4.0
Release2.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/python-natsort.git?.#e0971ec58e2828f7942f6596815a97a53a614dae
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
StartedTue, 04 Jun 2024 19:34:54 CST
CompletedTue, 04 Jun 2024 19:38:09 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-2.ocs23.src.rpm (info) (download)
noarch
python3-natsort-8.4.0-2.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 * Mon Jun 03 2024 Shuo Wang <abushwang@tencent.com> - 8.4.0-2 - enable %check * 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