* Refresh lockfile and fix deprecation warnings * Prefer 64bit Python interpreters OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-findpython?expand=0&rev=23
93 lines
3.4 KiB
Plaintext
93 lines
3.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Jun 2 17:39:06 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
|
|
- Update to 0.6.3
|
|
* Refresh lockfile and fix deprecation warnings
|
|
* Prefer 64bit Python interpreters
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 22 16:04:03 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 0.6.2:
|
|
* Don't skip symlinks for rye provider
|
|
* **ci**: Macos for old python versions
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Apr 20 14:05:16 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 0.6.1:
|
|
* Ignore invalid version strinig from winreg
|
|
- update to 0.6.0:
|
|
* Support find by implementation
|
|
- update to 0.5.0:
|
|
* Add implementation property
|
|
* Drop support for python 3.7
|
|
* Find rye pythons with and without install directory
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 5 17:47:42 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- drop revert-back-to-pdm-pep517.patch:
|
|
try to resolve build cycle differently
|
|
|
|
-------------------------------------------------------------------
|
|
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.
|