14
0

- Update to 0.7.0

* Add an option to show the python path only
  * Separate free-threaded python from normal ones
  * Add support for uv installed python
  * Correct the uv python dir with platformdirs
  * Return the original python executable if resolve_symlink=True
- Update BuildRequires and Requires from pyproject.toml

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-findpython?expand=0&rev=25
This commit is contained in:
2025-08-18 12:06:20 +00:00
committed by Git OBS Bridge
parent eb8735ed55
commit 370dbed76f
4 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sat Aug 16 10:19:41 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 0.7.0
* Add an option to show the python path only
* Separate free-threaded python from normal ones
* Add support for uv installed python
* Correct the uv python dir with platformdirs
* Return the original python executable if resolve_symlink=True
- Update BuildRequires and Requires from pyproject.toml
-------------------------------------------------------------------
Mon Jun 2 17:39:06 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>