diff --git a/knack-0.7.0rc4.tar.gz b/knack-0.7.0rc4.tar.gz deleted file mode 100644 index d6d2400..0000000 --- a/knack-0.7.0rc4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:66d1ff609ecfa1da48f731c9258f03d5dd1da324e2cf81732c78e993afc46683 -size 65528 diff --git a/knack-0.7.1.tar.gz b/knack-0.7.1.tar.gz new file mode 100644 index 0000000..5ad0d62 --- /dev/null +++ b/knack-0.7.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcef6040164ebe7d69629e4e089b398c9b980791446496301befcf8381dba0fc +size 67146 diff --git a/python-knack.changes b/python-knack.changes index 7ded6a3..a836ed2 100644 --- a/python-knack.changes +++ b/python-knack.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Jun 16 12:19:05 UTC 2020 - John Paul Adrian Glaubitz + +- Update to version 0.7.1 + * Rollback `get_config_parser` in `config.py` (#205) +- from version 0.7.0 + * Add a `default_value_source` property in `HelpParameter` (#202) + * Support removing option/section from config file (#201) + * Support writing comment to config file (#201) + * Import `configparser` directly instead of from `six` (#201) + * Drop `get_config_parser` function from `config.py` (#201) +- Remove workaround for version number in spec file + ------------------------------------------------------------------- Thu May 7 08:01:03 UTC 2020 - John Paul Adrian Glaubitz diff --git a/python-knack.spec b/python-knack.spec index da51ca2..f04ad59 100644 --- a/python-knack.spec +++ b/python-knack.spec @@ -18,15 +18,14 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 -%define realver 0.7.0rc4 Name: python-knack -Version: 0.7.0~rc4 +Version: 0.7.1 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-%{realver}.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} @@ -54,7 +53,7 @@ BuildArch: noarch A Command-Line Interface framework %prep -%setup -q -n knack-%{realver} +%setup -q -n knack-%{version} %build %python_build