Skip to content

Commit

Permalink
python3-argcomplete: upgrade 3.0.5 -> 3.0.8
Browse files Browse the repository at this point in the history
Changelog:
==========
-  Test suite shell wrapper: Accept OSError on exit
-  Test suite: Use general regex to cut zsh reset ANSI sequences (openembedded#425)
-  Allow importlib-metadata 6.x; skip test failures on Python 3.7 (openembedded#420,
   openembedded#424)
-  Note completers can return iterables of strings, not just lists
   (openembedded#422)
-  Documentation and test improvements

Signed-off-by: Wang Mingyu <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
wangmingyu84 authored and kraj committed May 8, 2023
1 parent b94c7ce commit 83e5e49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/kislyuk/argcomplete"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=2ee41112a44fe7014dce33e26468ba93"

SRC_URI[sha256sum] = "fe3ce77125f434a0dd1bffe5f4643e64126d5731ce8d173d36f62fa43d6eb6f7"
SRC_URI[sha256sum] = "b9ca96448e14fa459d7450a4ab5a22bbf9cee4ba7adddf03e65c398b5daeea28"

PYPI_PACKAGE = "argcomplete"

Expand Down

0 comments on commit 83e5e49

Please sign in to comment.