From 755c15a7fbbff69346867b6eb7bbdc718b8dbbbb28e510b5a262a9b68274f9c6 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 31 Jan 2023 15:19:29 +0000 Subject: [PATCH] - update to 0.2.4: * Check path access before is_dir to prevent PermissionError exceptions OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-findpython?expand=0&rev=9 --- findpython-0.2.3.tar.gz | 3 --- findpython-0.2.4.tar.gz | 3 +++ python-findpython.changes | 6 ++++++ python-findpython.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 findpython-0.2.3.tar.gz create mode 100644 findpython-0.2.4.tar.gz diff --git a/findpython-0.2.3.tar.gz b/findpython-0.2.3.tar.gz deleted file mode 100644 index 00ff1b4..0000000 --- a/findpython-0.2.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c265a8fe9fd05736031eed6e58ad5551634ef0819aa1c1e45fa3530e5b6a4656 -size 16111 diff --git a/findpython-0.2.4.tar.gz b/findpython-0.2.4.tar.gz new file mode 100644 index 0000000..98a1925 --- /dev/null +++ b/findpython-0.2.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61f1768cdd843dc2f8a45971272c58c25641a50b19da91302e2492e32a667362 +size 16109 diff --git a/python-findpython.changes b/python-findpython.changes index 3d5b7d3..ff13672 100644 --- a/python-findpython.changes +++ b/python-findpython.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jan 31 15:18:19 UTC 2023 - Dirk Müller + +- update to 0.2.4: + * Check path access before is_dir to prevent PermissionError exceptions + ------------------------------------------------------------------- Fri Jan 20 12:13:56 UTC 2023 - Dirk Müller diff --git a/python-findpython.spec b/python-findpython.spec index 88e6fa4..5c5b4ab 100644 --- a/python-findpython.spec +++ b/python-findpython.spec @@ -17,7 +17,7 @@ Name: python-findpython -Version: 0.2.3 +Version: 0.2.4 Release: 0 Summary: Utility to find python versions on your system License: MIT