forked from pool/python-findpython
* UTF-8 encoding of shell command output on Windows * Findpython failed if PATH env contains folder with restricted access OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-findpython?expand=0&rev=11
42 lines
1.5 KiB
Plaintext
42 lines
1.5 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed May 10 19:32:02 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 0.2.5:
|
|
* UTF-8 encoding of shell command output on Windows
|
|
* Findpython failed if PATH env contains folder
|
|
with restricted access
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 31 15:18:19 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 0.2.4:
|
|
* Check path access before is_dir to prevent PermissionError exceptions
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 20 12:13:56 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 0.2.3:
|
|
* Strip the local part in python version Fix #12
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 8 00:26:09 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|
|
|
- Update to 0.2.2
|
|
* Prevent find_all exception when a clean pyenv is present - by @ferminho in #11
|
|
* Don't parse as LegacyVersion - by @frostming (e3466)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 15 16:16:58 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- Update to 0.2.1
|
|
* Fix the python detection logic to try the fast method first
|
|
- Release 0.2.0
|
|
* Allow provider to keep symlink even when resolve_symlinks is
|
|
True
|
|
- Fix requirements
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 14 06:06:48 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Initial packaging for findpython 0.1.6.
|