Changelog for
python310-natsort-8.1.0-qubes.1.33.noarch.rpm :
* Thu Feb 03 2022 Arun Persaud
- specfile:
* update copyright year- update to version 8.1.0:
* Changed + When using ns.PATH, only split off a maximum of two suffixes from a file name (issues #145, #146).
* Sun Dec 26 2021 Fusion Future - Update to 8.0.2 Major changes:
* Type hints
* Bug where sorting paths fail if one of the paths is \'.\'.
* Compose unicode characters when using locale to ensure sorting is correct across all locales.
* Explicit testing for Python 3.10
* Support for Python 3.4 and Python 3.5 has been removed.
* Mon Feb 01 2021 Dirk Müller - update to 7.1.1: - Use GitHub Actions instead of Travis-CI (issue #125) - No longer pin testing dependencies (issue #126) - Correct a minor typo
* Tue Jan 19 2021 Matej Cepl - Set up alternatives correctly.
* Sat Nov 21 2020 Arun Persaud - update to version 7.1.0:
* Added + os_sorted, os_sort_keygen, and os_sort_key to better support sorting like the file browser on the current operating system - this closes the long-standing issue #41 + Support for Python 3.9 (AATTswt2c, issue #119)
* Changed + MacOS unit tests run on native Python + Treate None like NaN internally to avoid TypeError (issue #117) + No longer fail tests every time a new Python version is released (issue #122)
* Fixed + Various typos, missing figures, and out-of-date information in the \"How it works\" + Fix typo in CHANGELOG (AATTgraingert, issue #113) + Updated \"How it works\" to account for Pandas updates (AATTkuraga, issue #116)
* Thu May 28 2020 Antonio Larrosa - The hypothesis pytest module used by natsort requires at least pytest 4.3
* Thu Apr 23 2020 Tomáš Chvátal - Drop py2 dependency from py3 only package
* Sun Feb 09 2020 Arun Persaud
* specfile:
* require sortedcontainers for tests- update to version 7.0.1:
* Bug where that caused incorrect sorting when using locales that have a \".\" character as the thousands separator.
* Thu Jan 09 2020 Matej Cepl - Update to 7.0.0: - Update testing dependency versions - Support for Python 2
* Tue Jan 07 2020 Matej Cepl - Upgrade to the preliminary version 6.2.0+3843c27, which fixes our testing problems.- Remove too_slow.patch which is harmful now.
* Sun Dec 22 2019 Matej Cepl - Exclude failing tests due to gh#SethMMorton/natsort#107- Add too_slow.patch which switches off suppressing hypothesis.HealthCheck.too_slow health check (gh#SethMMorton/natsort#108).
* Sat Nov 16 2019 Arun Persaud - specfile:
* python3 only- update to version 6.2.0:
* Added + Support for Python 3.8 (AATThugovk, issue #104)
* Changed + index_natsorted internally now uses tuples for index-element pairs instead of lists + Added a TOC to the README + Python 3.4 is no longer included in testing
* Fixed + Pin testing dependencies to prevent CI breaking due to third-party library changes
* Removed + Introduction page in documentation
* Removed + Support for Python 2
* Sun Nov 10 2019 Arun Persaud - update to version 6.1.0:
* Added + Expose numeric_regex_chooser as a public function for ease in making key functions + Example in the documentation on how to sort numbers with units + Automated testing support for macos and Windows (issue #91)
* Changed + Update CHANGELOG format to style from https://keepachangelog.com/ (issue #92)
* Fixed + Removed dependency on sudo in TravisCI configuration (AATThugovk, issue #99) + Documentation typos (AATTjdufresne, issue #94) (AATTcpburnz, issue [#95])
* Sun Feb 10 2019 Arun Persaud - specfile:
* update copyright year- update to version 6.0.0:
* Drop support for Python 2.6 and 3.3 (thanks AATTjdufresne) (issue [#70])
* Remove deprecated APIs (kwargs number_type, signed, exp, as_path, py3_safe; enums ns.TYPESAFE, ns.DIGIT, ns.VERSION; functions versorted, index_versorted) (issue #81)
* Remove pipenv as a dependency for building (issue #86)
* Simply Travis-CI configuration (thanks AATTjdufresne) (issue #88)
* Fix README rendering in PyPI (thanks AATTaltendky) (issue #89)