Codebase list natsort / c9587ea
Remove constraints unnecessary since buster * python3-natsort: Drop versioned constraint on python-natsort in Breaks. Changes-By: deb-scrub-obsolete Debian Janitor 2 years ago
2 changed file(s) with 7 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 natsort (7.1.0-2) UNRELEASED; urgency=medium
1
2 * Remove constraints unnecessary since buster:
3 + python3-natsort: Drop versioned constraint on python-natsort in Breaks.
4
5 -- Debian Janitor <janitor@jelmer.uk> Fri, 24 Sep 2021 14:38:28 -0000
6
07 natsort (7.1.0-1) unstable; urgency=medium
18
29 * Team upload.
2424 Architecture: all
2525 Depends: ${python3:Depends}, ${misc:Depends}
2626 Suggests: python-natsort-doc
27 Breaks: python-natsort (<= 3.2.1-1)
2827 Description: Natural sorting for Python (Python3)
2928 natsort lets you apply natural sorting to your sequences easily, for example:
3029 .