Sat, 25 May 2024 02:25:56 UTC | login

Information for build python-natsort-5.3.3-1.fc29

ID73108
Package Namepython-natsort
Version5.3.3
Release1.fc29
Epoch
SummaryPython library that sorts lists using the "natural order" sort
DescriptionPython 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 bydavidlt
State complete
Volume DEFAULT
StartedFri, 21 Sep 2018 20:14:46 UTC
CompletedFri, 21 Sep 2018 20:14:46 UTC
Tags
f29
f30
RPMs
src
python-natsort-5.3.3-1.fc29.src.rpm (info) (download)
noarch
python2-natsort-5.3.3-1.fc29.noarch.rpm (info) (download)
python3-natsort-5.3.3-1.fc29.noarch.rpm (info) (download)
Changelog * Tue Aug 28 2018 José Matos <jamatos@fedoraproject.org> - 5.3.3-1 - update to 5.3.3 * Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.3-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 5.0.3-5 - Rebuilt for Python 3.7 * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Fri Jan 26 2018 Iryna Shcherbina <ishcherb@redhat.com> - 5.0.3-3 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Thu May 04 2017 José Matos <jamatos@fedoraproject.org> - 5.0.3-1 - update to 5.0.3 * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 5.0.1-2 - Rebuild for Python 3.6