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 <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Wang Mingyu 2023-03-23 13:12:51 +08:00 committed by Khem Raj
parent 0a174d7350
commit 5ecc936535

View File

@ -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<pver>\d+(\.\d+)+(-\d+)*)"