From 3d92d75b2d8a2b28a26ab05477ea985acda13d4e33f393b0514c3ca8b9b9161e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 10 Dec 2024 15:53:43 +0000 Subject: [PATCH] Accepting request 1229767 from home:mcalabkova:branches:devel:languages:python - Update to version 3.5.2 * Fix _parse_known_args monkeypatching. This fix is required to restore compatibility with Python 3.12.8 and 3.13.1. OBS-URL: https://build.opensuse.org/request/show/1229767 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argcomplete?expand=0&rev=86 --- argcomplete-3.5.1.tar.gz | 3 --- argcomplete-3.5.2.tar.gz | 3 +++ python-argcomplete.changes | 7 +++++++ python-argcomplete.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 argcomplete-3.5.1.tar.gz create mode 100644 argcomplete-3.5.2.tar.gz diff --git a/argcomplete-3.5.1.tar.gz b/argcomplete-3.5.1.tar.gz deleted file mode 100644 index 208bc17..0000000 --- a/argcomplete-3.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eb1ee355aa2557bd3d0145de7b06b2a45b0ce461e1e7813f5d066039ab4177b4 -size 82280 diff --git a/argcomplete-3.5.2.tar.gz b/argcomplete-3.5.2.tar.gz new file mode 100644 index 0000000..875af7e --- /dev/null +++ b/argcomplete-3.5.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23146ed7ac4403b70bd6026402468942ceba34a6732255b9edf5b7354f68a6bb +size 82341 diff --git a/python-argcomplete.changes b/python-argcomplete.changes index 4b902a2..20a7782 100644 --- a/python-argcomplete.changes +++ b/python-argcomplete.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Dec 10 11:12:48 UTC 2024 - Markéta Machová + +- Update to version 3.5.2 + * Fix _parse_known_args monkeypatching. This fix is required to restore + compatibility with Python 3.12.8 and 3.13.1. + ------------------------------------------------------------------- Tue Oct 29 17:07:05 UTC 2024 - Matej Cepl diff --git a/python-argcomplete.spec b/python-argcomplete.spec index 49153e5..01c6458 100644 --- a/python-argcomplete.spec +++ b/python-argcomplete.spec @@ -27,7 +27,7 @@ %bcond_with test %endif Name: python-argcomplete%{psuffix} -Version: 3.5.1 +Version: 3.5.2 Release: 0 Summary: Bash tab completion for argparse License: Apache-2.0