Package Release Info

python-findpython-0.6.3-bp160.1.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python313-findpython

Change Logs

* Mon Jun 02 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 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 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 05 2024 Dirk Müller <dmueller@suse.com>
- drop revert-back-to-pdm-pep517.patch:
  try to resolve build cycle differently
* Mon Dec 11 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 2023 Andreas Schneider <asn@cryptomilk.org>
- Use sle15_python_module_pythons
* Wed May 10 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 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 2023 Dirk Müller <dmueller@suse.com>
- update to 0.2.3:
  * Strip the local part in python version Fix #12
* Tue Nov 08 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)