python3-pykickstart: upgrade 3.43 -> 3.44

Changelog:
=========
 Remove the auth and authconfig commands
 The parse method is expected to return a value
 tests: unittest isn't used in handle_unicode anymore
 Add RHEL 9 handler
 Resolves: rhbz#1966730
 Add RHEL 9 version for commands that had a RHEL version in the past
 Add RHEL 9 version for BTRFS related commands

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-02-27 16:09:41 +08:00 committed by Khem Raj
parent 40147490a8
commit 5784b3c3bf

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 = "6d488a0120f4da40aa0b04e29f37d7bb3297247f"
SRCREV = "6f29ffdb6ed8330ddd21c026576d9fb23dd31c0f"
UPSTREAM_CHECK_GITTAGREGEX = "r(?P<pver>\d+(\.\d+)+(-\d+)*)"