Changelog for
python3-kickstart-3.36-1.fc36.noarch.rpm :
* Tue Feb 15 2022 Brian C. Lane
- 3.36-1- github: Add rhel9-branch to the list of branches (bcl)- github: Use python 3.10 instead of a rc release (bcl)- Fix validation of packages arguments (bcl)- Add Fedora 37 support (vslavik)- Add Fedora 36 support (vslavik)
* Fri Jan 21 2022 Fedora Release Engineering - 3.35-2- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Tue Oct 12 2021 Brian C. Lane - 3.35-1- bootloader: Fix --md5pass documentation (bcl)- Update ksvalidator manpage for multiple input files (vslavik)- Test new code paths in ksvalidator (vslavik)- ksvalidator: Add file globbing (vslavik)- Rename _is_url() to is_url() to make it public (vslavik)- ksvalidator: Add support for multiple files (vslavik)- ksvalidator: Handle empty files (bcl)- ksflatten: Add test coverage for unknown version (bcl)- tests: Add python 3.10 to the test matrix (bcl)- ksflatten: Fix pylint complaint about msg reuse (bcl)- Remove more python2 compatability (bcl)- tests: Ignore new pylint warnings (bcl)- Fix typo \"installaton\" (amahdal)- Be more consistent when referring to `%pre` (amahdal)
* Fri Jul 23 2021 Fedora Release Engineering - 3.34-2- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Tue Jul 13 2021 Brian C. Lane - 3.34-1- 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)- Add RHEL 9 handler (mkolman) Resolves: rhbz#1966730- Add RHEL 9 version for commands that had a RHEL version in the past (mkolman) Related: rhbz#1966730- Add RHEL 9 version for BTRFS related commands (mkolman) Related: rhbz#1966730
* Wed Jun 09 2021 Brian C. Lane - 3.33-1- tests: Use pykickstart/commands relative to the import (bcl) Related: rhbz#1968762- Document missing feature \'|\' for ignoredisk and clearpart (jkonecny)- Remove python six library (bcl)- Add Fedora 35 support (bcl)
* Thu Jun 03 2021 Python Maint - 3.32-3- Rebuilt for Python 3.10
* Wed Jan 27 2021 Fedora Release Engineering - 3.32-2- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Mon Jan 18 2021 Brian C. Lane - 3.32-1- Conditionally BuildRequire coverage and sphinx for runtests (bcl) Resolves: rhbz#1916735- Change the lilo command removal to use RemovedCommand (vslavik)- Change the lilocheck command removal to use RemovedCommand (vslavik)- Fix test for the removed \"interactive\" command (vslavik)- Change the langsupport command removal to use RemovedCommand (vslavik)- Change the monitor command removal to use RemovedCommand (vslavik)- Change the mouse command removal to use RemovedCommand (vslavik)- Change the upgrade command removal to use RemovedCommand (vslavik)- Fix ksverdiff detection of removed commands (vslavik)- Check warnings of the deprecated kickstart commands (vponcova)- Remove the install command (vslavik)- Remove the deviceprobe command (vslavik)- Remove the device command (vslavik)- Remove the dmraid command (vslavik)- Remove the multipath command (vslavik)- Fix deprecation test for removed commands (vslavik)- Switch interactive removal to use RemovedCommand (bcl)- Add RemovedCommand for removing commands and documenting them (bcl)- Remove support for the updates command without an URL (vponcova)- Document how to deprecate commands and options (bcl)- Remove the ignoredisk --interactive option (vslavik)- Remove the partition --active option (vslavik)- Deprecate the %traceback section (vslavik)- Add missing .coveragerc file (bcl)- Switch to using GitHub Actions instead of Travis CI (bcl)- Add support for running via tox (bcl)- Deprecate the method command (vslavik)- Remove the bootloader option --upgrade (vslavik)
* Thu Nov 05 2020 Brian C. Lane - 3.31-1- Add make to BuildRequires, buildroot is removing it.- Deprecate the autostep command (vslavik)- Add missing spaces into the message (yurchor)- ksshell: Fix indentation in _init_matches (bcl)- Mark the level option of the logging command as deprecated (vponcova)
* Tue Sep 29 2020 Brian C. Lane - 3.30-1- ksshell: Fix traceback and add tests (bcl)- fs: Make tmp file creation cross-platform in ksvalidator to support Windows
* Mon Aug 31 2020 Brian C. Lane - 3.29-1- setup.py: Fix script installation without filename extension (bcl)
* Mon Aug 31 2020 Brian C. Lane - 3.28-1- Makefile: Add __init__.py with new version to bumpver commit (bcl)- tests: Ignore W0707 raise-missing-from warnings (bcl)- Add Fedora 34 support (bcl)- Add new tests for the harddrive biospart parameter removal (jkonecny)- Remove biospart from harddrive command (jkonecny)- move dependencies into setup.py and use setuptools (carlos)- remove reference to py3 as a requirement (carlos)- remove references to nose test framework (carlos)- update dist to 18.04 (carlos)- add ci test for future py ver (carlos)- use new travis-ci syntax (carlos)- parser: Remove OrderedSet (bcl)- tests: Add a slightly different test for Package.add (bcl)- Add pykickstart.__version__ string (bcl)
* Tue Jul 28 2020 Fedora Release Engineering - 3.27-2- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Tue Jul 07 2020 Brian C. Lane - 3.27-1- tests: Fix pylint warnings in timezone tests (bcl)- Mark --ntpservers and --nontp options of timezone command as deprecated (mkolman)- Add the timesource command (mkolman)
* Mon Jun 01 2020 Brian C. Lane - 3.26-1- Makefile: Fix gpg signature (bcl)- Add RHEL8_Repo, RHEL8_RepoData, and RHEL8_Url classes (bcl)- pylint: Fix warnings and errors from pylint 2.5.x (bcl)- i18n: Use gettext instead of lgettext (bcl)- Use W9902 in pylint disable to avoid warnings about _ (bcl)- Add python 3.8 to travis.yml (bcl)- docs: Fix network.py documentation markup (bcl)- docs: versionadded directive needs a blank line after it (bcl)- docs: Maintain programmers-guide in the repo (bcl)- Makefile: Add creating the detached signature to the release make target (bcl)
* Sat May 23 2020 Miro HronĨok - 3.25-2- Rebuilt for Python 3.9
* Tue Apr 07 2020 Brian C. Lane - 3.25-1- Deprecate `repo --ignoregroups` (jkonecny)- Add Fedora 33 support (jkonecny)
* Mon Apr 06 2020 Brian C. Lane - 3.24-1- Make --url doctext more understandable (jkonecny)- Remove url command doc that it\'s replaced (jkonecny)- Add missing information for driverdisk KS command (jkonecny)- tests: close the HTTP Server in tests/include.py (bcl)- tests: Replace nose with unittest (bcl)