forked from pool/python-findpython
Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 67ab9aa537 | |||
| 323c1fa3f3 | |||
| 9ae3a974d4 | |||
| ad25d91f83 |
3
findpython-0.6.3.tar.gz
Normal file
3
findpython-0.6.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5863ea55556d8aadc693481a14ac4f3624952719efc1c5591abb0b4a9e965c94
|
||||||
|
size 17827
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8b31647c76352779a3c1a0806699b68e6a7bdc0b5c2ddd9af2a07a0d40c673dc
|
|
||||||
size 18858
|
|
||||||
@@ -1,14 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
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>
|
Mon Jun 2 17:39:06 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-findpython
|
Name: python-findpython
|
||||||
Version: 0.7.0
|
Version: 0.6.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Utility to find python versions on your system
|
Summary: Utility to find python versions on your system
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -26,7 +26,6 @@ URL: https://github.com/frostming/findpython
|
|||||||
Source: https://files.pythonhosted.org/packages/source/f/findpython/findpython-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/f/findpython/findpython-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module base >= 3.7}
|
BuildRequires: %{python_module base >= 3.7}
|
||||||
BuildRequires: %{python_module packaging >= 20}
|
BuildRequires: %{python_module packaging >= 20}
|
||||||
BuildRequires: %{python_module platformdirs >= 4.3.6}
|
|
||||||
BuildRequires: %{python_module pdm-backend}
|
BuildRequires: %{python_module pdm-backend}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@@ -36,7 +35,6 @@ BuildArch: noarch
|
|||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
# /SECTION
|
# /SECTION
|
||||||
Requires: python-platformdirs >= 4.3.6
|
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun): update-alternatives
|
Requires(postun): update-alternatives
|
||||||
Requires: python-packaging >= 20
|
Requires: python-packaging >= 20
|
||||||
|
|||||||
Reference in New Issue
Block a user