diff --git a/findpython-0.4.1.tar.gz b/findpython-0.4.1.tar.gz deleted file mode 100644 index 21e56a6..0000000 --- a/findpython-0.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d7d014558681b3761d57a5b2342a713a8bf302f6c1fc9d99f81b9d8bd1681b04 -size 17487 diff --git a/findpython-0.6.1.tar.gz b/findpython-0.6.1.tar.gz new file mode 100644 index 0000000..7a14629 --- /dev/null +++ b/findpython-0.6.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56e52b409a92bcbd495cf981c85acf137f3b3e51cc769b46eba219bb1ab7533c +size 17797 diff --git a/python-findpython.changes b/python-findpython.changes index dbadffc..406af5a 100644 --- a/python-findpython.changes +++ b/python-findpython.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sat Apr 20 14:05:16 UTC 2024 - Dirk Müller + +- 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 5 17:47:42 UTC 2024 - Dirk Müller diff --git a/python-findpython.spec b/python-findpython.spec index 8528604..1e8d9a4 100644 --- a/python-findpython.spec +++ b/python-findpython.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-findpython -Version: 0.4.1 +Version: 0.6.1 Release: 0 Summary: Utility to find python versions on your system License: MIT @@ -36,7 +36,7 @@ BuildArch: noarch BuildRequires: %{python_module pytest} # /SECTION Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives Requires: python-packaging >= 20 %python_subpackages