From 5034665f43b325dd12b68ea52267fd188feacfbf4d7aecae517f203f3c665038 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 29 Mar 2021 15:03:04 +0000 Subject: [PATCH] Accepting request 881846 from home:glaubitz:branches:devel:languages:python - New upstream release + Version 0.8.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Override upstream version with 0.8.0.0 to ensure proper upgrade from previous version 0.8.0rc2 - Update BuildRequires and Requires from setup.py OBS-URL: https://build.opensuse.org/request/show/881846 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-knack?expand=0&rev=31 --- knack-0.8.0.tar.gz | 3 +++ knack-0.8.0rc2.tar.gz | 3 --- python-knack.changes | 11 +++++++++++ python-knack.spec | 10 +++++----- 4 files changed, 19 insertions(+), 8 deletions(-) create mode 100644 knack-0.8.0.tar.gz delete mode 100644 knack-0.8.0rc2.tar.gz diff --git a/knack-0.8.0.tar.gz b/knack-0.8.0.tar.gz new file mode 100644 index 0000000..29ac3e8 --- /dev/null +++ b/knack-0.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16aa47240add6badd933a0b27576f3c090d7469177dc941e3ece05ca88123199 +size 70349 diff --git a/knack-0.8.0rc2.tar.gz b/knack-0.8.0rc2.tar.gz deleted file mode 100644 index f767b59..0000000 --- a/knack-0.8.0rc2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e29ce0570395713e54b236f21a4137d316ac84c012533a107b63861d29cae5da -size 70917 diff --git a/python-knack.changes b/python-knack.changes index 80b6396..110f3eb 100644 --- a/python-knack.changes +++ b/python-knack.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Mar 29 11:18:30 UTC 2021 - John Paul Adrian Glaubitz + +- New upstream release + + Version 0.8.0 + + For detailed information about changes see the + CHANGELOG.md file provided with this package +- Override upstream version with 0.8.0.0 to ensure + proper upgrade from previous version 0.8.0rc2 +- Update BuildRequires and Requires from setup.py + ------------------------------------------------------------------- Thu Jan 14 10:54:49 UTC 2021 - John Paul Adrian Glaubitz diff --git a/python-knack.spec b/python-knack.spec index e2ea680..84ab550 100644 --- a/python-knack.spec +++ b/python-knack.spec @@ -16,16 +16,18 @@ # +%define realversion 0.8.0 + %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-knack -Version: 0.8.0rc2 +Version: 0.8.0.0 Release: 0 Summary: A Command-Line Interface framework License: MIT Group: Development/Languages/Python URL: https://github.com/microsoft/knack -Source: https://files.pythonhosted.org/packages/source/k/knack/knack-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/k/knack/knack-%{realversion}.tar.gz BuildRequires: %{python_module PyYAML} BuildRequires: %{python_module argcomplete} BuildRequires: %{python_module colorama} @@ -34,7 +36,6 @@ BuildRequires: %{python_module mock} BuildRequires: %{python_module pygments} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module six} BuildRequires: %{python_module tabulate} BuildRequires: %{python_module vcrpy} BuildRequires: fdupes @@ -44,7 +45,6 @@ Requires: python-argcomplete Requires: python-colorama Requires: python-jmespath Requires: python-pygments -Requires: python-six Requires: python-tabulate BuildArch: noarch %python_subpackages @@ -53,7 +53,7 @@ BuildArch: noarch A Command-Line Interface framework %prep -%setup -q -n knack-%{version} +%setup -q -n knack-%{realversion} %build %python_build