diff --git a/path-16.14.0.tar.gz b/path-16.14.0.tar.gz deleted file mode 100644 index d6e2304..0000000 --- a/path-16.14.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dbaaa7efd4602fd6ba8d82890dc7823d69e5de740a6e842d9919b0faaf2b6a8e -size 50076 diff --git a/path-17.0.0.tar.gz b/path-17.0.0.tar.gz new file mode 100644 index 0000000..cd9afe9 --- /dev/null +++ b/path-17.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1540261d22df1416fb1b498b3b1ed5353a371a48fe197d66611bb01e7fab2d5 +size 49721 diff --git a/python-path.changes b/python-path.changes index 03c27d2..73223bb 100644 --- a/python-path.changes +++ b/python-path.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sun Aug 18 16:59:02 UTC 2024 - Dirk Müller + +- 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 diff --git a/python-path.spec b/python-path.spec index 02b9232..7a72cbb 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.14.0 +Version: 17.0.0 Release: 0 Summary: A module wrapper for os.path License: MIT