forked from pool/python-path
- update to 17.0.0:
* Removed deprecated methods getcwd, abspath, ext, listdir,
isdir, isfile, and text.
* Removed deprecated support for passing bytes to write_text
and write_lines(linesep=) parameter.
* Implement .replace.
* Add .home classmethod.
* Replaced 'open' overloads with 'functools.wraps(open)' for
simple re-use.
* Add type hints for .with_name, .suffix, .with_stem.
* Add type hint for .absolute.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-path?expand=0&rev=25
This commit is contained in:
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 18 16:59:02 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 17.0.0:
|
||||
* Removed deprecated methods getcwd, abspath, ext, listdir,
|
||||
isdir, isfile, and text.
|
||||
* Removed deprecated support for passing bytes to write_text
|
||||
and write_lines(linesep=) parameter.
|
||||
* Implement .replace.
|
||||
* Add .home classmethod.
|
||||
* Replaced 'open' overloads with 'functools.wraps(open)' for
|
||||
simple re-use.
|
||||
* Add type hints for .with_name, .suffix, .with_stem.
|
||||
* Add type hint for .absolute.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 15 08:25:30 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user