diff --git a/asyncclick-8.1.3.2.tar.gz b/asyncclick-8.1.3.2.tar.gz deleted file mode 100644 index 5001b83..0000000 --- a/asyncclick-8.1.3.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7dd7a60bbe60603269fcf3f3a4bddd8506f435a07edb15fb0fd74f9deecf4002 -size 341440 diff --git a/asyncclick-8.1.3.4.tar.gz b/asyncclick-8.1.3.4.tar.gz new file mode 100644 index 0000000..ec50ddc --- /dev/null +++ b/asyncclick-8.1.3.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81d98cbf6c8813f9cd5599f586d56cfc532e9e6441391974d10827abb90fe833 +size 341300 diff --git a/python-asyncclick.changes b/python-asyncclick.changes index 3c0dcbb..ff8b87d 100644 --- a/python-asyncclick.changes +++ b/python-asyncclick.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Oct 27 21:44:24 UTC 2022 - Yogalakshmi Arunachalam + +- Update to 8.1.3.4 + * Use verbose form of typing.Callable for @command and @group. :issue:`2255` + * Show error when attempting to create an option with multiple=True, is_flag=True. Use count instead. :issue:`2246` + ------------------------------------------------------------------- Thu Sep 29 13:17:28 UTC 2022 - Guillaume GARDET diff --git a/python-asyncclick.spec b/python-asyncclick.spec index eea57e4..33f0e52 100644 --- a/python-asyncclick.spec +++ b/python-asyncclick.spec @@ -20,7 +20,7 @@ %define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-asyncclick -Version: 8.1.3.2 +Version: 8.1.3.4 Release: 0 Summary: A wrapper around optparse for command line utilities License: BSD-3-Clause