From 477733696971a9b24728fbe4a0f1f4b5674a5147fbfc3850ab9ee304b4a6843e Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 6 Dec 2022 16:01:57 +0000 Subject: [PATCH] Accepting request 1040529 from home:glaubitz:branches:devel:languages:python - Update to version 0.10.1 * Support bytearray serialization (#268) OBS-URL: https://build.opensuse.org/request/show/1040529 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-knack?expand=0&rev=40 --- knack-0.10.0.tar.gz | 3 --- knack-0.10.1.tar.gz | 3 +++ python-knack.changes | 6 ++++++ python-knack.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 knack-0.10.0.tar.gz create mode 100644 knack-0.10.1.tar.gz diff --git a/knack-0.10.0.tar.gz b/knack-0.10.0.tar.gz deleted file mode 100644 index 25e95bd..0000000 --- a/knack-0.10.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:13190fa95d4c21bce04b4bee22d6a4e3fb19a93b6999b1d104bd02c476706c28 -size 72378 diff --git a/knack-0.10.1.tar.gz b/knack-0.10.1.tar.gz new file mode 100644 index 0000000..5817f0f --- /dev/null +++ b/knack-0.10.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5728128297e6d269791085cf96c2ffdfcef58cf83c634a5cb92eb03b2929838 +size 72425 diff --git a/python-knack.changes b/python-knack.changes index aebf147..ffc7eb1 100644 --- a/python-knack.changes +++ b/python-knack.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Dec 6 08:22:09 UTC 2022 - John Paul Adrian Glaubitz + +- Update to version 0.10.1 + * Support bytearray serialization (#268) + ------------------------------------------------------------------- Sat Aug 20 08:15:46 UTC 2022 - John Paul Adrian Glaubitz diff --git a/python-knack.spec b/python-knack.spec index e9a05d0..54c209d 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.10.0 +Version: 0.10.1 Release: 0 Summary: A Command-Line Interface framework License: MIT