Path to this page:
Subject: CVS commit: pkgsrc/textproc/py-natsort
From: Adam Ciarcinski
Date: 2023-02-28 07:16:23
Message id: 20230228061624.0B09FFA90@cvs.NetBSD.org
Log Message:
py-natsort: updated to 8.3.0
8.3.0
Added
- The `PRESORT` option to the `ns` enum to attain consistent
sort order in certain corner cases
- Logic to ensure `None` and NaN are sorted in a consistent order
- Explict Python 3.11 support
Changed
- Only convert to `str` if necessary in `os_sorted`
- Attempt to use new `fastnumbers` functionality if available
- Move non-API documentation to the GitHub wiki
Removed
- Support for EOL Python 3.6
Files: