From 3fbe45f0a3d36c524e04ac34552589f3421312297ad20ecefd299079ccbc923a Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 5 Oct 2023 08:47:05 +0000 Subject: [PATCH] - update to 3.1.2: *Ensure Python 3.12+ compatibility in check_console_script - fix substitution on tests/test.py to test the current python flavor * Don't print args with suppressed help by default; add - fixed license, set noarch for build - add files in _bindir - add python-distribute - Initial packaging OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argcomplete?expand=0&rev=57 --- argcomplete-3.1.1.tar.gz | 3 --- argcomplete-3.1.2.tar.gz | 3 +++ python-argcomplete.changes | 18 ++++++++++++------ python-argcomplete.spec | 3 +-- 4 files changed, 16 insertions(+), 11 deletions(-) delete mode 100644 argcomplete-3.1.1.tar.gz create mode 100644 argcomplete-3.1.2.tar.gz diff --git a/argcomplete-3.1.1.tar.gz b/argcomplete-3.1.1.tar.gz deleted file mode 100644 index d577499..0000000 --- a/argcomplete-3.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6c4c563f14f01440aaffa3eae13441c5db2357b5eec639abe7c0b15334627dff -size 79356 diff --git a/argcomplete-3.1.2.tar.gz b/argcomplete-3.1.2.tar.gz new file mode 100644 index 0000000..3c37a7e --- /dev/null +++ b/argcomplete-3.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5d1e5efd41435260b8f85673b74ea2e883affcbec9f4230c582689e8e78251b +size 89541 diff --git a/python-argcomplete.changes b/python-argcomplete.changes index b527e06..1207634 100644 --- a/python-argcomplete.changes +++ b/python-argcomplete.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Oct 5 08:46:50 UTC 2023 - Dirk Müller + +- update to 3.1.2: + *Ensure Python 3.12+ compatibility in check_console_script + ------------------------------------------------------------------- Tue Jul 4 11:24:40 UTC 2023 - John Paul Adrian Glaubitz @@ -88,7 +94,7 @@ Thu Mar 16 09:32:50 UTC 2023 - Matej Cepl ------------------------------------------------------------------- Tue Jan 31 23:49:21 UTC 2023 - Dirk Müller -- fix substitution on tests/test.py to test the current python flavor +- fix substitution on tests/test.py to test the current python flavor ------------------------------------------------------------------- Wed Jul 6 10:04:40 UTC 2022 - Dirk Müller @@ -217,7 +223,7 @@ Tue Nov 02 20:50:53 UTC 2016 - achim.herwig@wodca.de Sat Dec 12 17:49:43 UTC 2015 - mimi.vx@gmail.com - update to 1.0.0 -* Don't print args with suppressed help by default; add +* Don't print args with suppressed help by default; add argcomplete.autocomplete(print_suppressed=True) to control this behavior * Fix always_complete_options=False support. * Correct doc filename in setup.cfg @@ -305,15 +311,15 @@ Thu May 2 14:04:51 UTC 2013 - speilicke@suse.com ------------------------------------------------------------------- Mon Apr 29 11:10:08 UTC 2013 - darin@darins.net -- fixed license, set noarch for build +- fixed license, set noarch for build ------------------------------------------------------------------- Fri Apr 26 20:49:09 UTC 2013 - darin@darins.net -- add files in _bindir -- add python-distribute +- add files in _bindir +- add python-distribute ------------------------------------------------------------------- Fri Apr 26 20:44:08 UTC 2013 - darin@darins.net -- Initial packaging +- Initial packaging diff --git a/python-argcomplete.spec b/python-argcomplete.spec index 3a1ed78..c4f1611 100644 --- a/python-argcomplete.spec +++ b/python-argcomplete.spec @@ -17,10 +17,9 @@ # -%global skip_python2 1 %{?sle15_python_module_pythons} Name: python-argcomplete -Version: 3.1.1 +Version: 3.1.2 Release: 0 Summary: Bash tab completion for argparse License: Apache-2.0