From 32159b289b6ccd93133ac55f4f2997bd8e6c1d7b2c81dff1e1c8a05bf07ec77b Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 22 Aug 2022 06:36:39 +0000 Subject: [PATCH] Accepting request 998418 from home:glaubitz:branches:devel:languages:python - Update to version 0.10.0 * Enable Virtual Terminal mode on legacy Windows terminal to support ANSI escape sequences (#265) * Drop Python 3.6 support (#259) OBS-URL: https://build.opensuse.org/request/show/998418 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-knack?expand=0&rev=38 --- knack-0.10.0.tar.gz | 3 +++ knack-0.9.0.tar.gz | 3 --- python-knack.changes | 8 ++++++++ python-knack.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) create mode 100644 knack-0.10.0.tar.gz delete mode 100644 knack-0.9.0.tar.gz diff --git a/knack-0.10.0.tar.gz b/knack-0.10.0.tar.gz new file mode 100644 index 0000000..25e95bd --- /dev/null +++ b/knack-0.10.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13190fa95d4c21bce04b4bee22d6a4e3fb19a93b6999b1d104bd02c476706c28 +size 72378 diff --git a/knack-0.9.0.tar.gz b/knack-0.9.0.tar.gz deleted file mode 100644 index f860abd..0000000 --- a/knack-0.9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7fcab17585c0236885eaef311c01a1e626d84c982aabcac81703afda3f89c81f -size 71499 diff --git a/python-knack.changes b/python-knack.changes index 3814fb8..aebf147 100644 --- a/python-knack.changes +++ b/python-knack.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Aug 20 08:15:46 UTC 2022 - John Paul Adrian Glaubitz + +- Update to version 0.10.0 + * Enable Virtual Terminal mode on legacy Windows terminal + to support ANSI escape sequences (#265) + * Drop Python 3.6 support (#259) + ------------------------------------------------------------------- Wed Mar 23 10:46:06 UTC 2022 - pgajdos@suse.com diff --git a/python-knack.spec b/python-knack.spec index d556544..e9a05d0 100644 --- a/python-knack.spec +++ b/python-knack.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-knack -Version: 0.9.0 +Version: 0.10.0 Release: 0 Summary: A Command-Line Interface framework License: MIT