From c75d75a4a27a9e1f724796b9be19b760cb5b9e86b04069931ff6706e98fa8559 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 13 Sep 2019 10:58:44 +0000 Subject: [PATCH] - Update to 0.9.16: * Fixed inconsistent parsing/tab completion behavio * Create directory for the persistent history file if it does not already exist * Aliases and macros can no longer have the same name as a command OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cmd2?expand=0&rev=55 --- cmd2-0.9.15.tar.gz | 3 --- cmd2-0.9.16.tar.gz | 3 +++ python-cmd2.changes | 8 ++++++++ python-cmd2.spec | 6 +++--- 4 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 cmd2-0.9.15.tar.gz create mode 100644 cmd2-0.9.16.tar.gz diff --git a/cmd2-0.9.15.tar.gz b/cmd2-0.9.15.tar.gz deleted file mode 100644 index e2d022b..0000000 --- a/cmd2-0.9.15.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fcbd6741fe4408e8b7f9941b941090920094051da23c0cf738812f753f1b7e4c -size 550232 diff --git a/cmd2-0.9.16.tar.gz b/cmd2-0.9.16.tar.gz new file mode 100644 index 0000000..52e3d69 --- /dev/null +++ b/cmd2-0.9.16.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b78379d53aff811d1deac720bbe71661769822a5fb2d830cd730656d180fb3d +size 550919 diff --git a/python-cmd2.changes b/python-cmd2.changes index 2fcd7d5..8e9b05a 100644 --- a/python-cmd2.changes +++ b/python-cmd2.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Sep 13 10:57:37 UTC 2019 - Tomáš Chvátal + +- Update to 0.9.16: + * Fixed inconsistent parsing/tab completion behavio + * Create directory for the persistent history file if it does not already exist + * Aliases and macros can no longer have the same name as a command + ------------------------------------------------------------------- Thu Aug 1 11:29:12 UTC 2019 - pgajdos@suse.com diff --git a/python-cmd2.spec b/python-cmd2.spec index 0b77036..53db859 100644 --- a/python-cmd2.spec +++ b/python-cmd2.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-cmd2 -Version: 0.9.15 +Version: 0.9.16 Release: 0 Summary: Extra features for standard library's cmd module License: MIT @@ -35,11 +35,11 @@ Requires: python-attrs >= 16.3.0 Requires: python-colorama >= 0.3.7 Requires: python-pyperclip >= 1.6 Requires: python-wcwidth >= 0.1.7 -%if %python3_version_nodots < 35 +BuildArch: noarch +%if %{python3_version_nodots} < 35 Requires: python-contextlib2 Requires: python-typing %endif -BuildArch: noarch # SECTION Test requirements BuildRequires: %{python_module attrs >= 16.3.0} BuildRequires: %{python_module colorama >= 0.3.7}