From 5784b3c3bfbbaf1ffab6a0036ba119b35dfb63ab Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 27 Feb 2023 16:09:41 +0800 Subject: 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 Signed-off-by: Khem Raj --- .../python-pykickstart/python3-pykickstart_3.43.bb | 27 ---------------------- .../python-pykickstart/python3-pykickstart_3.44.bb | 27 ++++++++++++++++++++++ 2 files changed, 27 insertions(+), 27 deletions(-) delete mode 100644 meta-python/recipes-extended/python-pykickstart/python3-pykickstart_3.43.bb create mode 100644 meta-python/recipes-extended/python-pykickstart/python3-pykickstart_3.44.bb (limited to 'meta-python/recipes-extended/python-pykickstart') diff --git a/meta-python/recipes-extended/python-pykickstart/python3-pykickstart_3.43.bb b/meta-python/recipes-extended/python-pykickstart/python3-pykickstart_3.43.bb deleted file mode 100644 index 6f2edf2246..0000000000 --- a/meta-python/recipes-extended/python-pykickstart/python3-pykickstart_3.43.bb +++ /dev/null @@ -1,27 +0,0 @@ -DESCRIPTION = "A python library for manipulating kickstart files" -HOMEPAGE = "http://fedoraproject.org/wiki/pykickstart" -LICENSE = "GPL-2.0-or-later" - -LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" -FILESEXTRAPATHS:prepend := "${THISDIR}/files:" - -DEPENDS = "python3" -RDEPENDS:${PN} = "python3 \ - python3-requests \ - python3-six \ -" - -S = "${WORKDIR}/git" -SRC_URI = "git://github.com/rhinstaller/pykickstart.git;protocol=https;branch=master \ - 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 = "6d488a0120f4da40aa0b04e29f37d7bb3297247f" - -UPSTREAM_CHECK_GITTAGREGEX = "r(?P\d+(\.\d+)+(-\d+)*)" - -inherit setuptools3 -PIP_INSTALL_PACKAGE = "pykickstart" -PIP_INSTALL_DIST_PATH = "${S}/dist" diff --git a/meta-python/recipes-extended/python-pykickstart/python3-pykickstart_3.44.bb b/meta-python/recipes-extended/python-pykickstart/python3-pykickstart_3.44.bb new file mode 100644 index 0000000000..632662c28c --- /dev/null +++ b/meta-python/recipes-extended/python-pykickstart/python3-pykickstart_3.44.bb @@ -0,0 +1,27 @@ +DESCRIPTION = "A python library for manipulating kickstart files" +HOMEPAGE = "http://fedoraproject.org/wiki/pykickstart" +LICENSE = "GPL-2.0-or-later" + +LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" +FILESEXTRAPATHS:prepend := "${THISDIR}/files:" + +DEPENDS = "python3" +RDEPENDS:${PN} = "python3 \ + python3-requests \ + python3-six \ +" + +S = "${WORKDIR}/git" +SRC_URI = "git://github.com/rhinstaller/pykickstart.git;protocol=https;branch=master \ + 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 = "6f29ffdb6ed8330ddd21c026576d9fb23dd31c0f" + +UPSTREAM_CHECK_GITTAGREGEX = "r(?P\d+(\.\d+)+(-\d+)*)" + +inherit setuptools3 +PIP_INSTALL_PACKAGE = "pykickstart" +PIP_INSTALL_DIST_PATH = "${S}/dist" -- cgit v1.2.3-54-g00ecf