Name: | python3-natsort |
---|---|
Version: | 8.4.0 |
Release: | 2.el10_0 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 261592 |
License: | MIT |
RPM: | python3-natsort-8.4.0-2.el10_0.noarch.rpm |
Source RPM: | python-natsort-8.4.0-2.el10_0.src.rpm |
Build Date: | Fri Jan 24 2025 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/SethMMorton/natsort |
Summary: | Python 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'] |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
- Update to 8.4.0 (#2020067)
- Rebuilt for Python 3.13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
- Rebuilt for Python 3.12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild