python3-pykickstart: upgrade 3.62 -> 3.63

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Wang Mingyu 2025-04-16 17:02:07 +08:00 committed by Khem Raj
parent ebb1e7c603
commit f669b8fec6
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -11,13 +11,13 @@ RDEPENDS:${PN} = "python3 \
python3-six \
"
SRC_URI = "git://github.com/rhinstaller/pykickstart.git;protocol=https;branch=master \
SRC_URI = "git://github.com/rhinstaller/pykickstart.git;protocol=https;branch=master;tag=r${PV} \
file://0001-support-authentication-for-kickstart.patch \
file://0002-pykickstart-parser.py-add-lock-for-readKickstart-and.patch \
file://0003-comment-out-sections-shutdown-and-environment-in-gen.patch \
file://0004-load.py-retry-to-invoke-request-with-timeout.patch \
"
SRCREV = "27f1bd96d1be83da5bea0159f785753ae393ee2d"
SRCREV = "6e0d1238cb4696a9040072a5a28a706e5775c552"
UPSTREAM_CHECK_GITTAGREGEX = "r(?P<pver>\d+(\.\d+)+(-\d+)*)"