From 9baede06d96644b2c2c1eaafdcd3a0a5481d643de4cfe83503c801a94ff37dc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 13 Sep 2019 07:45:30 +0000 Subject: [PATCH] - Update to 0.2.1: * Improves robustness of docstring parser in the face of unexpected format docstrings. #183 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fire?expand=0&rev=11 --- fire-0.2.0.tar.gz | 3 --- fire-0.2.1.tar.gz | 3 +++ python-fire.changes | 6 ++++++ python-fire.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 fire-0.2.0.tar.gz create mode 100644 fire-0.2.1.tar.gz diff --git a/fire-0.2.0.tar.gz b/fire-0.2.0.tar.gz deleted file mode 100644 index f079599..0000000 --- a/fire-0.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cdae28ea728d6cad487c900d534426d2cd09ddd2993287a885ff7c8accb097c8 -size 76135 diff --git a/fire-0.2.1.tar.gz b/fire-0.2.1.tar.gz new file mode 100644 index 0000000..ef5c729 --- /dev/null +++ b/fire-0.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6865fefc6981a713d2ce56a2a2c92c56c729269f74a6cddd6f4b94d16ae084c9 +size 76512 diff --git a/python-fire.changes b/python-fire.changes index 97caab0..9b2cdcf 100644 --- a/python-fire.changes +++ b/python-fire.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Sep 13 07:44:29 UTC 2019 - Tomáš Chvátal + +- Update to 0.2.1: + * Improves robustness of docstring parser in the face of unexpected format docstrings. #183 + ------------------------------------------------------------------- Tue Jul 30 07:07:56 UTC 2019 - pgajdos@suse.com diff --git a/python-fire.spec b/python-fire.spec index a539e5a..9ee2c77 100644 --- a/python-fire.spec +++ b/python-fire.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-fire -Version: 0.2.0 +Version: 0.2.1 Release: 0 Summary: A library for automatically generating command line interfaces License: Apache-2.0