|
|
|
|
Changelog for python38-natsort-8.2.0-1.2.noarch.rpm :
* Sat Sep 10 2022 Arun Persaud - update to version 8.2.0: * Changed + Auto-coerce pathlib.Path objects to str since it is the least astonishing behavior (AATTGilthans, issues #152, #153) + Reduce strictness of type hints to avoid over-constraining client code (issues #154, #155) * Thu Aug 18 2022 Ben Greiner - Clean specfile: remove code coverage check * 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) * Thu Nov 22 2018 Arun Persaud - specfile: * added CHANGELOG.rst- update to version 5.5.0: * Formally deprecated old or misleading APIs (issue #83) * Documentation, packaging, and CI cleanup (thanks AATTjdufresne) (issues #69, #71-#80) * Consolidate API documentation into a single page (issue #82) * Add a CHANGELOG.rst to the top-level of the repository (issue #85) * Add back support for very old versions of setuptools (issue #84) * Sun Sep 16 2018 Arun Persaud - update to version 5.4.1: * Fix error in a newly added test. * Changed code format and quality checking infrastructure. * Sat Sep 08 2018 Arun Persaud - specfile: * be more specific in %files section- update to version 5.4.0: * Re-expose natsort_key as \"public\" and remove the associated DepricationWarning. * Add better developer documentation. * Refactor tests. * Bump allowed fastnumbers version. * Wed Aug 29 2018 tchvatalAATTsuse.com- Make sure tests pass in python 3.7 * Sun Jul 08 2018 arunAATTgmx.de- update to version 5.3.3: * Update docs with a FAQ and quick how-it-works. * Fix a StopIteration error in the testing code. * Enable Python 3.7 support in Travis-CI. * Wed May 23 2018 tchvatalAATTsuse.com- Version set the requires based on setup.py * Mon May 21 2018 arunAATTgmx.de- specfile: * added setuptools as a requirements * Mon May 21 2018 arunAATTgmx.de- update to version 5.3.2: * Fix bug that prevented install on old versions of setuptools. * Revert layout from src/natsort/ back to natsort/ to make user testing simpler. * Tue May 15 2018 arunAATTgmx.de- update to version 5.3.1: * No bugfixes or features, just infrastructure and installation updates. * Move to defining dependencies with Pipfile. * Development layout is now src/natsort/ instead of natsort/. * Add bumpversion infrastructure. * Extras can be installed by \"[]\" notation. * Sat Apr 21 2018 arunAATTgmx.de- update to version 5.3.0: * Fix bug in assessing fastnumbers version at import-time. * Add ability to consider unicode-decimal numbers as numbers. * Thu Mar 01 2018 arunAATTgmx.de- specfile: * update copyright year- update to version 5.2.0: * Add ns.NUMAFTER to cause numbers to be placed after non-numbers. * Add natcmp function (Python 2 only).
|
|
|