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:
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 6 12:08:15 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <dmueller@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user