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