From e8a81d3cff889a51a29bc23b43fd8915b3ce085265706b19f7bd709e3bbf94e4 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Thu, 2 Apr 2020 01:41:55 +0000 Subject: [PATCH] - Update to 0.3.0: * Use Fire on third-party code without making any code changes: python -m fire * Docstring parsing fix for all lines are blank f01aad3 * Improved parsing of numpy-style docstrings * #187 Expose built-in functions from the standard library (e.g. sin, cos) * #149 Support objects implementing __getattr__ * #205 Fix ctrl-C handling in help screens * Support functools.wraps and lru_cache decorated functions * Better support for objects with properties * Objects with custom __str__ are now treated as Values. E.g. If such an object appears in a dict, the dict will still print in line-by-line mode rather than showing a help screen by default. * Formatting on Windows works properly now OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fire?expand=0&rev=15 --- fire-0.2.1.tar.gz | 3 --- fire-0.3.0.tar.gz | 3 +++ python-fire.changes | 18 ++++++++++++++++++ python-fire.spec | 4 ++-- 4 files changed, 23 insertions(+), 5 deletions(-) delete mode 100644 fire-0.2.1.tar.gz create mode 100644 fire-0.3.0.tar.gz diff --git a/fire-0.2.1.tar.gz b/fire-0.2.1.tar.gz deleted file mode 100644 index ef5c729..0000000 --- a/fire-0.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6865fefc6981a713d2ce56a2a2c92c56c729269f74a6cddd6f4b94d16ae084c9 -size 76512 diff --git a/fire-0.3.0.tar.gz b/fire-0.3.0.tar.gz new file mode 100644 index 0000000..04b3628 --- /dev/null +++ b/fire-0.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96c372096afcf33ddbadac8a7ca5b7e829e8d7157d0030bd964bf959afde5c2c +size 81223 diff --git a/python-fire.changes b/python-fire.changes index c150fb4..cdfcfb5 100644 --- a/python-fire.changes +++ b/python-fire.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Thu Apr 2 01:40:27 UTC 2020 - Steve Kowalik + +- Update to 0.3.0: + * Use Fire on third-party code without making any code changes: + python -m fire + * Docstring parsing fix for all lines are blank f01aad3 + * Improved parsing of numpy-style docstrings + * #187 Expose built-in functions from the standard library (e.g. sin, cos) + * #149 Support objects implementing __getattr__ + * #205 Fix ctrl-C handling in help screens + * Support functools.wraps and lru_cache decorated functions + * Better support for objects with properties + * Objects with custom __str__ are now treated as Values. E.g. If such an + object appears in a dict, the dict will still print in line-by-line mode + rather than showing a help screen by default. + * Formatting on Windows works properly now + ------------------------------------------------------------------- Tue Oct 15 03:36:44 UTC 2019 - Steve Kowalik diff --git a/python-fire.spec b/python-fire.spec index 8f73410..aa4a718 100644 --- a/python-fire.spec +++ b/python-fire.spec @@ -1,7 +1,7 @@ # # spec file for package python-fire # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-fire -Version: 0.2.1 +Version: 0.3.0 Release: 0 Summary: A library for automatically generating command line interfaces License: Apache-2.0