From 63979d17fa4daf7feb679f4be740168d7d0b87e2e15eff58704e072faf2a22bc Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 20 Apr 2024 21:22:32 +0000 Subject: [PATCH] - update to 3.53: * Do some workflow maintenance * Add RHEL 10 handler to master branch * Add Fedora 41 support * Update kickstart-docs.rst * Add missing rhsm and syspurpose commands - update to 3.47: * displaymode: Update description to describe behavior * network: Move new options to Fedora 39 - update to 3.46: * Add conflict test between ostree sources * Fix missing seen check for output generation * Add new ostreecontainer command * Check the conflicting commands automatically (vponcova) * Fix tests for conflicting commands (vponcova) * Add conflicting commands support (bcl) * Fix handling of package section arguments in older versions - update to 3.45: * Don't allow to use --sdboot and --extlinux together * tests: add bootloader sdboot option (jeremy.linton) * bootloader: Add systemd-boot support with --sdboot * Add %changelog section to pykickstart.spec.in (jkonecny) * Do not request sign for rc-release Makefile target (jkonecny) * Do not require SPECFILE for rc-release (jkonecny) * Add missing docs copy to scratch Makefile (jkonecny) * Add support for Fedora 39 (vslavik) - Update to version 3.34 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pykickstart?expand=0&rev=11 --- pykickstart-3.43.tar.gz | 3 --- pykickstart-3.53.tar.gz | 3 +++ python-pykickstart.changes | 32 +++++++++++++++++++++++++++++++- python-pykickstart.spec | 6 +++--- 4 files changed, 37 insertions(+), 7 deletions(-) delete mode 100644 pykickstart-3.43.tar.gz create mode 100644 pykickstart-3.53.tar.gz diff --git a/pykickstart-3.43.tar.gz b/pykickstart-3.43.tar.gz deleted file mode 100644 index 3915fb0..0000000 --- a/pykickstart-3.43.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e40236a8ec58c914d31e3f47a89e9a8af1dd29501fd93606f28cb86c96521def -size 813379 diff --git a/pykickstart-3.53.tar.gz b/pykickstart-3.53.tar.gz new file mode 100644 index 0000000..e1c5cd3 --- /dev/null +++ b/pykickstart-3.53.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50cfffdf49e958ae9fda9fe7bdbc8702589c7c632069648227ecb877119bb5ad +size 816499 diff --git a/python-pykickstart.changes b/python-pykickstart.changes index d6e5fff..c60c2d6 100644 --- a/python-pykickstart.changes +++ b/python-pykickstart.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Sat Apr 20 21:21:49 UTC 2024 - Dirk Müller + +- update to 3.53: + * Do some workflow maintenance + * Add RHEL 10 handler to master branch + * Add Fedora 41 support + * Update kickstart-docs.rst + * Add missing rhsm and syspurpose commands +- update to 3.47: + * displaymode: Update description to describe behavior + * network: Move new options to Fedora 39 +- update to 3.46: + * Add conflict test between ostree sources + * Fix missing seen check for output generation + * Add new ostreecontainer command + * Check the conflicting commands automatically (vponcova) + * Fix tests for conflicting commands (vponcova) + * Add conflicting commands support (bcl) + * Fix handling of package section arguments in older versions +- update to 3.45: + * Don't allow to use --sdboot and --extlinux together + * tests: add bootloader sdboot option (jeremy.linton) + * bootloader: Add systemd-boot support with --sdboot + * Add %changelog section to pykickstart.spec.in (jkonecny) + * Do not request sign for rc-release Makefile target (jkonecny) + * Do not require SPECFILE for rc-release (jkonecny) + * Add missing docs copy to scratch Makefile (jkonecny) + * Add support for Fedora 39 (vslavik) + ------------------------------------------------------------------- Tue Mar 7 09:15:48 UTC 2023 - pgajdos@suse.com @@ -6,7 +36,7 @@ Tue Mar 7 09:15:48 UTC 2023 - pgajdos@suse.com ------------------------------------------------------------------- Wed Dec 7 20:54:04 UTC 2022 - Yogalakshmi Arunachalam -- Update to version 3.34 +- Update to version 3.34 * Remove the auth and authconfig commands (pbrezina) The parse method is expected to return a value (vponcova) tests: unittest isn't used in handle_unicode anymore (bcl) diff --git a/python-pykickstart.spec b/python-pykickstart.spec index d446d60..d96a7c5 100644 --- a/python-pykickstart.spec +++ b/python-pykickstart.spec @@ -1,7 +1,7 @@ # -# spec file +# spec file for package python-pykickstart # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # Copyright (c) 2020 Neal Gompa . # # All modifications and additions to the file contributed by third parties @@ -23,7 +23,7 @@ %global skip_python2 1 Name: python-%{mod_name} -Version: 3.43 +Version: 3.53 Release: 0 Summary: Python module for parsing and writing kickstart files Group: Development/Libraries/Python