From 773ed2ec6d854af7298f4e5e2e956488bd818880c0ca59752510a4560f8670d6 Mon Sep 17 00:00:00 2001 From: Nico Krapp Date: Wed, 13 Aug 2025 13:12:25 +0000 Subject: [PATCH] Accepting request 1299208 from home:glaubitz:branches:devel:languages:python - Update to 17.1.1 * Fixed TempDir constructor arguments. (#236) OBS-URL: https://build.opensuse.org/request/show/1299208 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-path?expand=0&rev=29 --- path-17.1.0.tar.gz | 3 --- path-17.1.1.tar.gz | 3 +++ python-path.changes | 6 ++++++ python-path.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 path-17.1.0.tar.gz create mode 100644 path-17.1.1.tar.gz diff --git a/path-17.1.0.tar.gz b/path-17.1.0.tar.gz deleted file mode 100644 index 1027f5d..0000000 --- a/path-17.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d41e05ed4fa1d4f6d702df3c1e0a1a255d7b544287432456455dc7c51e5f98e9 -size 50081 diff --git a/path-17.1.1.tar.gz b/path-17.1.1.tar.gz new file mode 100644 index 0000000..a563aad --- /dev/null +++ b/path-17.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dfcbfec8b4d960f3469c52acf133113c2a8bf12ac7b98d629fa91af87248d42 +size 50528 diff --git a/python-path.changes b/python-path.changes index 2f6c41a..ef85de4 100644 --- a/python-path.changes +++ b/python-path.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Aug 13 09:16:37 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 17.1.1 + * Fixed TempDir constructor arguments. (#236) + ------------------------------------------------------------------- Mon Jan 6 11:38:57 UTC 2025 - John Paul Adrian Glaubitz diff --git a/python-path.spec b/python-path.spec index 636ba87..58aa30e 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: 17.1.0 +Version: 17.1.1 Release: 0 Summary: A module wrapper for os.path License: MIT