diff --git a/knack-0.8.0.tar.gz b/knack-0.8.0.tar.gz deleted file mode 100644 index 29ac3e8..0000000 --- a/knack-0.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:16aa47240add6badd933a0b27576f3c090d7469177dc941e3ece05ca88123199 -size 70349 diff --git a/knack-0.8.2.tar.gz b/knack-0.8.2.tar.gz new file mode 100644 index 0000000..a413fa9 --- /dev/null +++ b/knack-0.8.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eaa50a1c5e79d1c5c8e5e1705b661721b0b83a089695e59e229cc26c64963b9 +size 69351 diff --git a/python-knack.changes b/python-knack.changes index 110f3eb..20f328f 100644 --- a/python-knack.changes +++ b/python-knack.changes @@ -1,10 +1,22 @@ +------------------------------------------------------------------- +Mon May 10 08:39:40 UTC 2021 - John Paul Adrian Glaubitz + +- Update to version 0.8.2 + * Always use UTF-8 for log file encoding (#247) +- from version 0.8.1 + * Add error message for invalid argument value (#244) +- Remove temporary version override + ------------------------------------------------------------------- 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 +- Update to version 0.8.0 + * Make colors customizable (#242) + * Init colorama only in Windows legacy terminal (#238) + * Add `raw_result` to `CommandResultItem` (#235) + * Refine code style to comply with Python 3 (#232, #233) + * CI: Support Python 3.9 (#229) + * Logging: `CLILogging.configure` returns as early as possible (#228) - 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 diff --git a/python-knack.spec b/python-knack.spec index 84ab550..36416fa 100644 --- a/python-knack.spec +++ b/python-knack.spec @@ -16,18 +16,16 @@ # -%define realversion 0.8.0 - %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-knack -Version: 0.8.0.0 +Version: 0.8.2 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-%{realversion}.tar.gz +Source: https://files.pythonhosted.org/packages/source/k/knack/knack-%{version}.tar.gz BuildRequires: %{python_module PyYAML} BuildRequires: %{python_module argcomplete} BuildRequires: %{python_module colorama} @@ -53,7 +51,7 @@ BuildArch: noarch A Command-Line Interface framework %prep -%setup -q -n knack-%{realversion} +%setup -q -n knack-%{version} %build %python_build