diff mbox series

[meta-python,6/6] python3-argcomplete: Upgrade 3.4.0 -> 3.5.0

Message ID 20240809085236.1828180-6-leon.anavi@konsulko.com
State Accepted
Headers show
Series [meta-python,1/6] python3-itsdangerous: Upgrade 2.1.2 -> 2.2.0 | expand

Commit Message

Leon Anavi Aug. 9, 2024, 8:52 a.m. UTC
Upgrade to release 3.5.0:

- Use project.scripts instead of setuptools scripts
- Test infrastructure improvements

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 ...ython3-argcomplete_3.4.0.bb => python3-argcomplete_3.5.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-argcomplete_3.4.0.bb => python3-argcomplete_3.5.0.bb} (84%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-argcomplete_3.4.0.bb b/meta-python/recipes-devtools/python/python3-argcomplete_3.5.0.bb
similarity index 84%
rename from meta-python/recipes-devtools/python/python3-argcomplete_3.4.0.bb
rename to meta-python/recipes-devtools/python/python3-argcomplete_3.5.0.bb
index 90def16a6..a5cf6298a 100644
--- a/meta-python/recipes-devtools/python/python3-argcomplete_3.4.0.bb
+++ b/meta-python/recipes-devtools/python/python3-argcomplete_3.5.0.bb
@@ -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] = "c2abcdfe1be8ace47ba777d4fce319eb13bf8ad9dace8d085dcad6eded88057f"
+SRC_URI[sha256sum] = "4349400469dccfb7950bb60334a680c58d88699bff6159df61251878dc6bf74b"
 
 PYPI_PACKAGE = "argcomplete"