From 7bfcbddfac4519d4fa957bb50f917151be5456c8956e0d918c779a89aeec9498 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 7 Feb 2024 20:16:28 +0000 Subject: [PATCH] - update to 16.10.0: * Added .with_name and .with_stem. * Prefer .suffix to .ext and deprecate .ext. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-path?expand=0&rev=18 --- path-16.10.0.tar.gz | 3 +++ path-16.9.0.tar.gz | 3 --- python-path.changes | 7 +++++++ python-path.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) create mode 100644 path-16.10.0.tar.gz delete mode 100644 path-16.9.0.tar.gz diff --git a/path-16.10.0.tar.gz b/path-16.10.0.tar.gz new file mode 100644 index 0000000..30770df --- /dev/null +++ b/path-16.10.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b32b22b76fe810a8ded6d136268cc8b6698ae7c47c29b94a9ea12623f3051e46 +size 49271 diff --git a/path-16.9.0.tar.gz b/path-16.9.0.tar.gz deleted file mode 100644 index a20b14f..0000000 --- a/path-16.9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dfd31c2af60e8889a13538bef302ade7adacdb5351836be22638e2349ddd5d7b -size 48850 diff --git a/python-path.changes b/python-path.changes index 1f3bd7e..1128a4c 100644 --- a/python-path.changes +++ b/python-path.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Feb 7 20:16:20 UTC 2024 - Dirk Müller + +- update to 16.10.0: + * Added .with_name and .with_stem. + * Prefer .suffix to .ext and deprecate .ext. + ------------------------------------------------------------------- Tue Jan 2 19:09:13 UTC 2024 - Dirk Müller diff --git a/python-path.spec b/python-path.spec index 7bc99f5..db18e5f 100644 --- a/python-path.spec +++ b/python-path.spec @@ -1,5 +1,5 @@ # -# spec file +# spec file for package python-path # # Copyright (c) 2024 SUSE LLC # @@ -27,7 +27,7 @@ %define modname path %{?sle15_python_module_pythons} Name: python-path%{psuffix} -Version: 16.9.0 +Version: 16.10.0 Release: 0 Summary: A module wrapper for os.path License: MIT