14
0

- 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
This commit is contained in:
2023-01-31 15:19:29 +00:00
committed by Git OBS Bridge
parent bfeece3d57
commit 755c15a7fb
4 changed files with 10 additions and 4 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jan 31 15:18:19 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>