diff --git a/findpython-0.7.0.tar.gz b/findpython-0.7.0.tar.gz deleted file mode 100644 index b679fee..0000000 --- a/findpython-0.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8b31647c76352779a3c1a0806699b68e6a7bdc0b5c2ddd9af2a07a0d40c673dc -size 18858 diff --git a/findpython-0.7.1.tar.gz b/findpython-0.7.1.tar.gz new file mode 100644 index 0000000..c3f7cb0 --- /dev/null +++ b/findpython-0.7.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f29e6a3dabdb75f2b39c949772c0ed26eab15308006669f3478cdab0d867c78 +size 18867 diff --git a/python-findpython.changes b/python-findpython.changes index 10d295f..3f5d814 100644 --- a/python-findpython.changes +++ b/python-findpython.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Dec 9 10:34:06 UTC 2025 - Markéta Machová + +- 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 diff --git a/python-findpython.spec b/python-findpython.spec index 7e3e8fb..a4f6f99 100644 --- a/python-findpython.spec +++ b/python-findpython.spec @@ -1,7 +1,7 @@ # # spec file for package python-findpython # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # 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.0 +Version: 0.7.1 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,7 +58,8 @@ system. %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%pytest +# 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" %post %python_install_alternative findpython