SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python3-kickstart-3.41-3.fc37.noarch.rpm :

* Fri Jul 22 2022 Fedora Release Engineering - 3.41-3- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Thu Jun 16 2022 Python Maint - 3.41-2- Rebuilt for Python 3.11
* Thu Jun 16 2022 Brian C. Lane - 3.41-1- Write commands in alphabetical order (bcl) Resolves: rhbz#2096871
* Tue Jun 14 2022 Python Maint - 3.40-2- Rebuilt for Python 3.11
* Mon Jun 13 2022 Brian C. Lane - 3.40-1- Add support for automatic LUN Scan (vponcova) Related: rhbz#1432883
* Mon Jun 13 2022 Python Maint - 3.39-2- Rebuilt for Python 3.11
* Thu Jun 02 2022 Brian C. Lane - 3.39-1- tests: Fix unused out variable warnings (bcl)- rootpw: Add an --allow-ssh argument (bcl) Resolves: rhbz#2083269- github: Fix workflow to only send coverage for python 3.9 (bcl)
* Thu Apr 07 2022 Brian C. Lane - 3.38-1- Add test for missing closing quote (bcl)- i18n: Pass gettext domain on every translation call (bcl)
* Mon Feb 28 2022 Brian C. Lane - 3.37-1- Remove the --ignorebroken option from RHEL handlers (vponcova)- Add the isRHEL function (vponcova)
* 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
 
ICM