Skip to content

Commit

Permalink
python3-argcomplete upgrade 2.0.0 -> 2.1.1
Browse files Browse the repository at this point in the history
Changelog:
==========
 Documentation and test improvements
 Remove scripts for contrib-supported shells from global namespace
 setup.py: exclude test.* subpackages from find_packages (openembedded#406)
 Support PowerShell (openembedded#405)
 CI updates
 Revert "Support powershell (openembedded#392)"
 Fix interrupted release (v2.0.1)
 Fix interrupted release (v2.0.1)
 Fix interrupted release (v2.0.1)
 Support powershell (openembedded#392)
 Update importlib-metadata dependency to include versions 5.x (openembedded#389)
 Test and documentation improvements

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
  • Loading branch information
wangmingyu84 authored and kraj committed Mar 10, 2023
1 parent 9386fe2 commit a5f395b
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] = "6372ad78c89d662035101418ae253668445b391755cfe94ea52f1b9d22425b20"
SRC_URI[sha256sum] = "72e08340852d32544459c0c19aad1b48aa2c3a96de8c6e5742456b4f538ca52f"

PYPI_PACKAGE = "argcomplete"

Expand Down

0 comments on commit a5f395b

Please sign in to comment.