From 5ecc936535d664cb60282d1712ebdb6501917035 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 23 Mar 2023 13:12:51 +0800 Subject: [PATCH] python3-pykickstart: upgrade 3.45 -> 3.47 Changelog: ========== displaymode: Update description to describe behavior network: Move new options to Fedora 39 Add conflict test between ostree sources Fix missing seen check for output generation Add new ostreecontainer command Check the conflicting commands automatically Fix tests for conflicting commands Add conflicting commands support Fix handling of package section arguments in older versions Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- ...{python3-pykickstart_3.45.bb => python3-pykickstart_3.47.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-extended/python-pykickstart/{python3-pykickstart_3.45.bb => python3-pykickstart_3.47.bb} (94%) diff --git a/meta-python/recipes-extended/python-pykickstart/python3-pykickstart_3.45.bb b/meta-python/recipes-extended/python-pykickstart/python3-pykickstart_3.47.bb similarity index 94% rename from meta-python/recipes-extended/python-pykickstart/python3-pykickstart_3.45.bb rename to meta-python/recipes-extended/python-pykickstart/python3-pykickstart_3.47.bb index b1f26d01c8..64a11ec8b7 100644 --- a/meta-python/recipes-extended/python-pykickstart/python3-pykickstart_3.45.bb +++ b/meta-python/recipes-extended/python-pykickstart/python3-pykickstart_3.47.bb @@ -18,7 +18,7 @@ SRC_URI = "git://github.com/rhinstaller/pykickstart.git;protocol=https;branch=ma file://0003-comment-out-sections-shutdown-and-environment-in-gen.patch \ file://0004-load.py-retry-to-invoke-request-with-timeout.patch \ " -SRCREV = "6bd4bb5f411ae98f4d01958534ff937f59c8b2c3" +SRCREV = "fa2f233f735a082dccaf03c234238f7d8ce93fa1" UPSTREAM_CHECK_GITTAGREGEX = "r(?P\d+(\.\d+)+(-\d+)*)"