Changelog for
pykickstart-3.52-1.fc40.noarch.rpm :
* Thu Feb 01 2024 Brian C. Lane
- 3.52-1- Deprecate %packages --instLangs and --excludeWeakdeps kickstart options (vponcova)- Deprecate timezone --isUtc, --ntpservers and --nontp kickstart options (vponcova)- Fix the assert_removed check in the unit tests (vponcova)- Remove the repo --ignoregroups kickstart option in Fedora 40 (vponcova)- Remove the logging --level kickstart option in Fedora 40 (vponcova)- Remove the method kickstart command in Fedora 40 (vponcova)- Remove the autostep kickstart command in Fedora 40 (vponcova)- requirements: Add setuptools (bcl)
* Fri Jan 26 2024 Fedora Release Engineering - 3.51-3- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sun Jan 21 2024 Fedora Release Engineering - 3.51-2- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Tue Nov 28 2023 Brian C. Lane - 3.51-1- Deprecate the nvdimm kickstart command (vponcova)
* Fri Nov 10 2023 Brian C. Lane - 3.50-1- Add Fedora 40 support (bcl)- remove control characters from license (cmdr)- scripts: Fix wording in documentation (bcl)- workflow: Fix test for python 3.12.0 version (bcl)
* Wed Oct 25 2023 Brian C. Lane - 3.49-1- tox: Only run unit tests for python 3.6 (bcl)- workflow: Update to py3.12.0 (bcl)- pykickstart: Set timeout to 120s on requests.get (bcl)- translation-canary: Update the subtree with current master (bcl)- Squashed \'translation-canary/\' changes from 840c2d64..5bb81253 (bcl)- tests: Add python 3.12 support (bcl)- tests: Update unicode test to remove deprecated resetlocale (bcl)- rtd: formats is separate, not part of sphinx (bcl)- rtd: Add the .readthedocs.yaml config file (bcl)- spec: Update spec with changes from Fedora (bcl)- Makefile: Update pypi upload command (bcl)
* Fri Jul 21 2023 Fedora Release Engineering - 3.48-3- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Wed Jun 14 2023 Python Maint - 3.48-2- Rebuilt for Python 3.12
* Thu Jun 08 2023 Brian C. Lane - 3.48-1- Makefile: Add a test-no-coverage target (bcl)- realm: switch from pipes.quote() to shlex.quote() (ptoscano)- workflow: Update actions to newest versions (bcl)- Fix issues how to generate encrypted passwords (woiling)
* Fri Mar 17 2023 Brian C. Lane - 3.47-1- network: Move new options to Fedora 39 (bcl) Related: rhbz#1656662- displaymode: Update description to describe behavior (bcl)
* Tue Mar 14 2023 Brian C. Lane - 3.46-1- Add conflict test between ostree sources (#2125655) (jkonecny) Related: rhbz#2125655- Fix missing seen check for output generation (#2125655) (jkonecny) Related: rhbz#2125655- Add new ostreecontainer command (#2125655) (jkonecny) Related: rhbz#2125655 Resolves: rhbz#2125655 Related: rhbz#2125655- 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 (bcl)
* Tue Mar 14 2023 Brian C. Lane - 3.45-1- workflow: Update to use released python 3.11 version (bcl)- Don\'t allow to use --sdboot and --extlinux together (vponcova)- tests: add bootloader sdboot option (jeremy.linton)- bootloader: Add systemd-boot support with --sdboot (jeremy.linton)- 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)
* Wed Feb 15 2023 Brian C. Lane - 3.44-1- Add DNS handling options to the network command (vslavik) Related: rhbz#1656662- Fix the coverage report (vponcova)- whitelist_externals has changed to allowlist_externals (bcl)- Update %post example for DNS problems (bcl)- deps: Move dependencies into requirements.txt (bcl)- Fix syntax of a code sample (ewoud)
* Mon Jan 30 2023 Brian C. Lane - 3.43-3- SPDX migration
* Fri Jan 20 2023 Fedora Release Engineering - 3.43-2- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Mon Aug 29 2022 Brian C. Lane - 3.43-1- pyproject.toml: Add dependencies (bcl)- sshkey: Escapes quotes in the ssh key (bcl) Resolves: rhbz#2117734- test: Add Python 3.11 to test matrix (bcl)- Add --hibernation option to AutoPart (ozobal)- Makefile: Include pyproject.toml in new release commit (bcl)
* Tue Aug 16 2022 Brian C. Lane - 3.42-1- Use RHEL9 for RHEL command documentation (bcl)- setup.py: use setuptools not distutils (bcl)- Add pyproject.toml and update setup.py (bcl)- Add Fedora 38 support (bcl)
* 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)