forked from pool/python-pykickstart
Accepting request 1169423 from devel:languages:python
- 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/request/show/1169423 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pykickstart?expand=0&rev=6
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e40236a8ec58c914d31e3f47a89e9a8af1dd29501fd93606f28cb86c96521def
|
|
||||||
size 813379
|
|
3
pykickstart-3.53.tar.gz
Normal file
3
pykickstart-3.53.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:50cfffdf49e958ae9fda9fe7bdbc8702589c7c632069648227ecb877119bb5ad
|
||||||
|
size 816499
|
@@ -1,3 +1,33 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Apr 20 21:21:49 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- 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
|
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 <yarunachalam@suse.com>
|
Wed Dec 7 20:54:04 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||||
|
|
||||||
- Update to version 3.34
|
- Update to version 3.34
|
||||||
* Remove the auth and authconfig commands (pbrezina)
|
* Remove the auth and authconfig commands (pbrezina)
|
||||||
The parse method is expected to return a value (vponcova)
|
The parse method is expected to return a value (vponcova)
|
||||||
tests: unittest isn't used in handle_unicode anymore (bcl)
|
tests: unittest isn't used in handle_unicode anymore (bcl)
|
||||||
|
@@ -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 <ngompa13@gmail.com>.
|
# Copyright (c) 2020 Neal Gompa <ngompa13@gmail.com>.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@@ -23,7 +23,7 @@
|
|||||||
%global skip_python2 1
|
%global skip_python2 1
|
||||||
|
|
||||||
Name: python-%{mod_name}
|
Name: python-%{mod_name}
|
||||||
Version: 3.43
|
Version: 3.53
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python module for parsing and writing kickstart files
|
Summary: Python module for parsing and writing kickstart files
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
|
Reference in New Issue
Block a user