diff --git a/path-16.12.1.tar.gz b/path-16.12.1.tar.gz deleted file mode 100644 index d4bd27d..0000000 --- a/path-16.12.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c874277418e79ad95356d53dba9f8e14973b50f99cbf3365c852e830c2e9af1a -size 49685 diff --git a/path-16.14.0.tar.gz b/path-16.14.0.tar.gz new file mode 100644 index 0000000..d6e2304 --- /dev/null +++ b/path-16.14.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbaaa7efd4602fd6ba8d82890dc7823d69e5de740a6e842d9919b0faaf2b6a8e +size 50076 diff --git a/python-path.changes b/python-path.changes index e39fb74..03c27d2 100644 --- a/python-path.changes +++ b/python-path.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Apr 15 08:25:30 UTC 2024 - Dirk Müller + +- update to 16.14.0: + * Add .symlink_to and .hardlink_to. + * Add .cwd method and deprecated .getcwd. + * Create 'absolute' method and deprecate 'abspath'. + * In readlink, prefer the display path to the substitute path. + ------------------------------------------------------------------- Sat Apr 6 12:08:15 UTC 2024 - Dirk Müller diff --git a/python-path.spec b/python-path.spec index f59ae89..02b9232 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.12.1 +Version: 16.14.0 Release: 0 Summary: A module wrapper for os.path License: MIT