Fri, 27 Jun 2025 00:11:47 CST | login

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

ID24467
Package Namepython-natsort
Version8.4.0
Release2.oc9
Epoch
DraftFalse
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:41:15 CST
CompletedTue, 04 Jun 2024 19:42:19 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/python-natsort.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/python-natsort.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
python-natsort-8.4.0-2.oc9.src.rpm (info) (download)
noarch
python3-natsort-8.4.0-2.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 * 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