From 5135cf5fcdafab3ce926b3b7b6b0a2f7499cd0d8d5a97feacdb24c8ed176e650 Mon Sep 17 00:00:00 2001 From: Atri Bhattacharya Date: Wed, 28 May 2025 11:08:53 +0000 Subject: [PATCH] Accepting request 1280771 from home:glaubitz:branches:devel:languages:python - Update to 1.7.2 * bump deps * add Python 3.12 support * chore: bump linters & fix CI * Add to bash support for completing paths after redirection * Support unnecessary if conditions and support '[12]>>' cases * docs: minor updates - Use Python 3.11 on SLE-15 by default OBS-URL: https://build.opensuse.org/request/show/1280771 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-shtab?expand=0&rev=3 --- python-shtab.changes | 12 ++++++++++++ python-shtab.spec | 7 ++++--- shtab-1.7.1.tar.gz | 3 --- shtab-1.7.2.tar.gz | 3 +++ 4 files changed, 19 insertions(+), 6 deletions(-) delete mode 100644 shtab-1.7.1.tar.gz create mode 100644 shtab-1.7.2.tar.gz diff --git a/python-shtab.changes b/python-shtab.changes index 383df37..bba3303 100644 --- a/python-shtab.changes +++ b/python-shtab.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed May 28 08:23:07 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 1.7.2 + * bump deps + * add Python 3.12 support + * chore: bump linters & fix CI + * Add to bash support for completing paths after redirection + * Support unnecessary if conditions and support '[12]>>' cases + * docs: minor updates +- Use Python 3.11 on SLE-15 by default + ------------------------------------------------------------------- Tue Apr 9 11:29:05 UTC 2024 - Atri Bhattacharya diff --git a/python-shtab.spec b/python-shtab.spec index 921c32b..6ed9978 100644 --- a/python-shtab.spec +++ b/python-shtab.spec @@ -1,7 +1,7 @@ # # spec file for package python-shtab # -# 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 @@ -16,13 +16,14 @@ # +%{?sle15_python_module_pythons} Name: python-shtab -Version: 1.7.1 +Version: 1.7.2 Release: 0 Summary: Automagic shell tab completion for Python CLI applications License: Apache-2.0 URL: https://github.com/iterative/shtab -Source: https://files.pythonhosted.org/packages/source/s/shtab/shtab-1.7.1.tar.gz +Source: https://files.pythonhosted.org/packages/source/s/shtab/shtab-%{version}.tar.gz BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools >= 42} BuildRequires: %{python_module setuptools_scm >= 3.4} diff --git a/shtab-1.7.1.tar.gz b/shtab-1.7.1.tar.gz deleted file mode 100644 index 3eeeb06..0000000 --- a/shtab-1.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4e4bcb02eeb82ec45920a5d0add92eac9c9b63b2804c9196c1f1fdc2d039243c -size 45410 diff --git a/shtab-1.7.2.tar.gz b/shtab-1.7.2.tar.gz new file mode 100644 index 0000000..ad128c2 --- /dev/null +++ b/shtab-1.7.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c16673ade76a2d42417f03e57acf239bfb5968e842204c17990cae357d07d6f +size 45751