https://bugzilla.redhat.com/show_bug.cgi?id=1100477
Bug ID: 1100477
Summary: Review Request: python-natsort - Python library that
sorts lists using the "natural order" sort
Product: Fedora
Version: rawhide
Component: Package Review
Severity: medium
Priority: medium
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
Spec URL: http://jamatos.fedorapeople.org/python-natsort.spec
SRPM URL: http://jamatos.fedorapeople.org/python-natsort-3.2.0-1.fc20.src.rpm
Description: python-natsort 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']
Fedora Account System Username: jamatos
--
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review