17
0

6 Commits

Author SHA256 Message Date
e9cca3494e Accepting request 1300054 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1300054
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-findpython?expand=0&rev=13
2025-08-18 14:09:08 +00:00
370dbed76f - 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
2025-08-18 12:06:20 +00:00
cdaaf78ebe Accepting request 1282348 from devel:languages:python
Forwarded request #1282049 from glaubitz

- Update to 0.6.3
    * Refresh lockfile and fix deprecation warnings
    * Prefer 64bit Python interpreters

OBS-URL: https://build.opensuse.org/request/show/1282348
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-findpython?expand=0&rev=12
2025-06-03 15:57:34 +00:00
eb8735ed55 Accepting request 1282049 from home:glaubitz:branches:devel:languages:python
- Update to 0.6.3
  * Refresh lockfile and fix deprecation warnings
  * Prefer 64bit Python interpreters

OBS-URL: https://build.opensuse.org/request/show/1282049
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-findpython?expand=0&rev=23
2025-06-03 13:33:20 +00:00
dcb1d6abe5 Accepting request 1217082 from devel:languages:python
- update to 0.6.2:
  * Don't skip symlinks for rye provider
  * **ci**: Macos for old python versions

OBS-URL: https://build.opensuse.org/request/show/1217082
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-findpython?expand=0&rev=11
2024-10-23 19:10:01 +00:00
dc7bc3582a - update to 0.6.2:
* Don't skip symlinks for rye provider
  * **ci**: Macos for old python versions

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-findpython?expand=0&rev=21
2024-10-22 16:04:20 +00:00
4 changed files with 7 additions and 15 deletions

3
findpython-0.7.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8b31647c76352779a3c1a0806699b68e6a7bdc0b5c2ddd9af2a07a0d40c673dc
size 18858

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9f29e6a3dabdb75f2b39c949772c0ed26eab15308006669f3478cdab0d867c78
size 18867

View File

@@ -1,10 +1,3 @@
-------------------------------------------------------------------
Tue Dec 9 10:34:06 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Update to 0.7.1
* Make test_find_python_from_uv_provider working on SunOS
- Skip test failing in Factory by design
-------------------------------------------------------------------
Sat Aug 16 10:19:41 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-findpython
#
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-findpython
Version: 0.7.1
Version: 0.7.0
Release: 0
Summary: Utility to find python versions on your system
License: MIT
@@ -26,9 +26,9 @@ URL: https://github.com/frostming/findpython
Source: https://files.pythonhosted.org/packages/source/f/findpython/findpython-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module packaging >= 20}
BuildRequires: %{python_module platformdirs >= 4.3.6}
BuildRequires: %{python_module pdm-backend}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module platformdirs >= 4.3.6}
BuildRequires: fdupes
BuildRequires: git
BuildRequires: python-rpm-macros
@@ -58,8 +58,7 @@ system.
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
# test_find_python_from_uv_provider needs python3 providing python 3.10, which is not possible in Factory
%pytest -k "not test_find_python_from_uv_provider"
%pytest
%post
%python_install_alternative findpython