- 1.3.0 (2022-24-08)
- Fix permissions on WSL
- Include tests and tests data into the sdist Close
- Make click optional dependency
- Remove six
- Drop Python2 Support
- 1.2.10 (2022-02-19)
- Check the permission as well as the existence of path
when finding Pythons.
- Fix an error of pythonfinder when PATH contains
unreadable paths.
- 1.2.9 (2021-11-08)
- Fix a bug that the version matcher ignores the version
when patch number is 0.
- 1.2.8 (2021-07-27)
- Ensure the path exists when initializing from the PATH
env var.
- 1.2.7 (2021-06-24)
- 1.2.6 (2021-04-01)
- Remove the deprecated usage of cmp in attr.
- Fix a bug that version sort is performed on None objects.
- 1.2.5 (2020-08-27)
- Skip invalid entries from Windows registry. Ensure paths
are normalized with forward slashes.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pythonfinder?expand=0&rev=16
- Update to 1.2.4
* Filter out the None results of Windows python finder.
* Unnest the mixed output from ``find_all_python_versions()``.
* Non-core versions of python will no longer sort ahead of core python versions.
* Reduced dependencies by removing ``vistir``,, ``crayons`` and intermediate calls.
* Fixed a bug which could cause python searches to fail when ``pyenv global`` was
set with repeated identical versions.
OBS-URL: https://build.opensuse.org/request/show/824167
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pythonfinder?expand=0&rev=13