From a013e2c339ea82136963b1414bddd6c1de0fc3a040a124e21d917f143ae88a76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 6 Jan 2025 12:46:08 +0000 Subject: [PATCH] Accepting request 1235165 from home:glaubitz:branches:devel:languages:python - Update to 17.1.0 * Fully inlined the type annotations. OBS-URL: https://build.opensuse.org/request/show/1235165 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-path?expand=0&rev=27 --- path-17.0.0.tar.gz | 3 --- path-17.1.0.tar.gz | 3 +++ python-path.changes | 6 ++++++ python-path.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 path-17.0.0.tar.gz create mode 100644 path-17.1.0.tar.gz diff --git a/path-17.0.0.tar.gz b/path-17.0.0.tar.gz deleted file mode 100644 index cd9afe9..0000000 --- a/path-17.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e1540261d22df1416fb1b498b3b1ed5353a371a48fe197d66611bb01e7fab2d5 -size 49721 diff --git a/path-17.1.0.tar.gz b/path-17.1.0.tar.gz new file mode 100644 index 0000000..1027f5d --- /dev/null +++ b/path-17.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d41e05ed4fa1d4f6d702df3c1e0a1a255d7b544287432456455dc7c51e5f98e9 +size 50081 diff --git a/python-path.changes b/python-path.changes index 73223bb..2f6c41a 100644 --- a/python-path.changes +++ b/python-path.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jan 6 11:38:57 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 17.1.0 + * Fully inlined the type annotations. + ------------------------------------------------------------------- Sun Aug 18 16:59:02 UTC 2024 - Dirk Müller diff --git a/python-path.spec b/python-path.spec index 7a72cbb..636ba87 100644 --- a/python-path.spec +++ b/python-path.spec @@ -1,7 +1,7 @@ # # spec file for package python-path # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,7 +27,7 @@ %define modname path %{?sle15_python_module_pythons} Name: python-path%{psuffix} -Version: 17.0.0 +Version: 17.1.0 Release: 0 Summary: A module wrapper for os.path License: MIT