From dc7bc3582a4600440aaf72c9eb4dfd99b0c4ef2b3d2fdf4180b2d58bd93be1fa Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 22 Oct 2024 16:04:20 +0000 Subject: [PATCH] - 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 --- findpython-0.6.1.tar.gz | 3 --- findpython-0.6.2.tar.gz | 3 +++ python-findpython.changes | 7 +++++++ python-findpython.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 findpython-0.6.1.tar.gz create mode 100644 findpython-0.6.2.tar.gz diff --git a/findpython-0.6.1.tar.gz b/findpython-0.6.1.tar.gz deleted file mode 100644 index 7a14629..0000000 --- a/findpython-0.6.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:56e52b409a92bcbd495cf981c85acf137f3b3e51cc769b46eba219bb1ab7533c -size 17797 diff --git a/findpython-0.6.2.tar.gz b/findpython-0.6.2.tar.gz new file mode 100644 index 0000000..cd9af26 --- /dev/null +++ b/findpython-0.6.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0c75ba9f35a7f9bb4423eb31bd17358cccf15761b6837317719177aeff46723 +size 17770 diff --git a/python-findpython.changes b/python-findpython.changes index 406af5a..9016c3f 100644 --- a/python-findpython.changes +++ b/python-findpython.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Oct 22 16:04:03 UTC 2024 - Dirk Müller + +- update to 0.6.2: + * Don't skip symlinks for rye provider + * **ci**: Macos for old python versions + ------------------------------------------------------------------- Sat Apr 20 14:05:16 UTC 2024 - Dirk Müller diff --git a/python-findpython.spec b/python-findpython.spec index 1e8d9a4..a902cc7 100644 --- a/python-findpython.spec +++ b/python-findpython.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-findpython -Version: 0.6.1 +Version: 0.6.2 Release: 0 Summary: Utility to find python versions on your system License: MIT