↵ Return to the main page of python3-kickstart
View build
Search for updates
Package Info
🠗 Changelog
🠗 Dependencies
🠗 Provides
🠗 Files
Date | Author | Change |
---|---|---|
2021-07-23 | Fedora Release Engineering <releng at fedoraproject dot org> - 3.34-2 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild |
2021-07-13 | Brian C. Lane <bcl at redhat dot com> - 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 |
2021-06-09 | Brian C. Lane <bcl at redhat dot com> - 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) |
2021-06-03 | Python Maint <python dash maint at redhat dot com> - 3.32-3 | - Rebuilt for Python 3.10 |
2021-01-27 | Fedora Release Engineering <releng at fedoraproject dot org> - 3.32-2 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild |
2021-01-18 | Brian C. Lane <bcl at redhat dot com> - 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) |
2020-11-05 | Brian C. Lane <bcl at redhat dot com> - 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) |
2020-09-29 | Brian C. Lane <bcl at redhat dot com> - 3.30-1 | - ksshell: Fix traceback and add tests (bcl) - fs: Make tmp file creation cross-platform in ksvalidator to support Windows |
2020-08-31 | Brian C. Lane <bcl at redhat dot com> - 3.29-1 | - setup.py: Fix script installation without filename extension (bcl) |
2020-08-31 | Brian C. Lane <bcl at redhat dot com> - 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) |