forked from pool/python-findpython
* feat: provider selector by @frostming in #20 * feat: add support for RyeProvider * feat: Add way to filter providers by @bluss in #18 * feat: add register_provider function and change ALL_PROVIDERS to a map * fix: don't import site-packages when running in-process scripts * Make GET_VERSION_TIMEOUT settable via env vars * Support allow_prereleases option - Add patch revert-back-to-pdm-pep517.patch: * We need to use pdm-pep517, to avoid circular requirements. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-findpython?expand=0&rev=15
61 lines
2.3 KiB
Plaintext
61 lines
2.3 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Dec 11 07:18:35 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Update 0.4.1:
|
|
* feat: provider selector by @frostming in #20
|
|
* feat: add support for RyeProvider
|
|
* feat: Add way to filter providers by @bluss in #18
|
|
* feat: add register_provider function and change ALL_PROVIDERS to a map
|
|
* fix: don't import site-packages when running in-process scripts
|
|
* Make GET_VERSION_TIMEOUT settable via env vars
|
|
* Support allow_prereleases option
|
|
- Add patch revert-back-to-pdm-pep517.patch:
|
|
* We need to use pdm-pep517, to avoid circular requirements.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jun 15 12:45:30 UTC 2023 - Andreas Schneider <asn@cryptomilk.org>
|
|
|
|
- Use sle15_python_module_pythons
|
|
|
|
-------------------------------------------------------------------
|
|
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.
|