15
0
forked from pool/python-path

- update to 16.12.1:

* Restore functionality in .isdir and .isfile.
  * Added .is_dir and .is_file for parity with pathlib.
    Deprecates .isdir and .isfile.
  * Inlined some types.
  * Fix iterdir - it also accepts match. Ref #220.
  * Add type annotation for iterdir.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-path?expand=0&rev=20
This commit is contained in:
2024-04-06 12:09:00 +00:00
committed by Git OBS Bridge
parent 7bfcbddfac
commit a73b03aa02
4 changed files with 15 additions and 4 deletions

View File

@@ -27,7 +27,7 @@
%define modname path
%{?sle15_python_module_pythons}
Name: python-path%{psuffix}
Version: 16.10.0
Version: 16.12.1
Release: 0
Summary: A module wrapper for os.path
License: MIT