diff --git a/path-16.10.0.tar.gz b/path-16.10.0.tar.gz deleted file mode 100644 index 30770df..0000000 --- a/path-16.10.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b32b22b76fe810a8ded6d136268cc8b6698ae7c47c29b94a9ea12623f3051e46 -size 49271 diff --git a/path-16.12.1.tar.gz b/path-16.12.1.tar.gz new file mode 100644 index 0000000..d4bd27d --- /dev/null +++ b/path-16.12.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c874277418e79ad95356d53dba9f8e14973b50f99cbf3365c852e830c2e9af1a +size 49685 diff --git a/python-path.changes b/python-path.changes index 1128a4c..e39fb74 100644 --- a/python-path.changes +++ b/python-path.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sat Apr 6 12:08:15 UTC 2024 - Dirk Müller + +- 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. + ------------------------------------------------------------------- Wed Feb 7 20:16:20 UTC 2024 - Dirk Müller diff --git a/python-path.spec b/python-path.spec index db18e5f..dc86386 100644 --- a/python-path.spec +++ b/python-path.spec @@ -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