Sun, 02 Jun 2024 00:19:07 UTC | login

Information for build pykickstart-3.27-2.fc33

ID176687
Package Namepykickstart
Version3.27
Release2.fc33
Epoch
SummaryPython utilities for manipulating kickstart files.
DescriptionPython utilities for manipulating kickstart files.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 13 Aug 2020 13:48:27 UTC
CompletedThu, 13 Aug 2020 13:48:27 UTC
Tags
f33
RPMs
src
pykickstart-3.27-2.fc33.src.rpm (info) (download)
noarch
pykickstart-3.27-2.fc33.noarch.rpm (info) (download)
python3-kickstart-3.27-2.fc33.noarch.rpm (info) (download)
Changelog * Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.27-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue Jul 07 2020 Brian C. Lane <bcl@redhat.com> - 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 <bcl@redhat.com> - 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 <mhroncok@redhat.com> - 3.25-2 - Rebuilt for Python 3.9 * Tue Apr 07 2020 Brian C. Lane <bcl@redhat.com> - 3.25-1 - Deprecate `repo --ignoregroups` (jkonecny) - Add Fedora 33 support (jkonecny) * Mon Apr 06 2020 Brian C. Lane <bcl@redhat.com> - 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) * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.23-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Tue Jan 14 2020 Brian C. Lane <bcl@redhat.com> - 3.23-1 - tests: pin coverage at the 4.x.x series (bcl) - Switch to using Weblate for translations (bcl) - po: Remove pykickstart.pot (bcl) - gpg sign the git tag (bcl) - Cleaning up empty help strings (bcl) - tests: Fix the empty description, help, etc. test (bcl) - tests: Turn off HTTP logging in Include_URL_TestCase (bcl) - tests: Catch warning in Unknown_New_Section_2_TestCase (bcl) - tests: Capture stderr output from ksflatten test (bcl) - Prefer --utc to --isUtc in timezone for F32 and later (vslavik) - Give output in str(F25_Timezone) even without timezone spec (vslavik) - Prefer the non-camelCased options for %packages (vslavik) - Add test for kickstart option names (vslavik) - Add lowercase aliases for camelCased %packages options (vslavik) - Commit the new pykickstart.pot when making a release (bcl) - Add the rhsm command (mkolman) - Fix travis and coverage runs (bcl) - Fix pylint unnecessary-pass warnings (bcl) - Drop python2 compatibility (jkonecny) - Fix check for python zanata client in Makefile (jkonecny) - Update versionremoved sphinx extension (bcl) * Wed Nov 06 2019 Brian C. Lane <bcl@redhat.com> - 3.22-1 - Enable coveralls.io coverage tracking (bcl) - Add tests for ignorebroken packages parameter (jkonecny) - Add ignore broken parameter to packages section (#1642013) (jkonecny) - Add support for the ZIPL Secure Boot for F32 and RHEL8 (vponcova) - Add F32 support (jkonecny) - Add note for the repo and url ssl options (jkonecny) - Skip FailsToOpenOutputFile_TestCase if running as root (juliana.rodrigueiro) - Change .spec Source to new pykickstart organization URL (bcl) * Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 3.21-3 - Rebuilt for Python 3.8.0rc1 (#1748018) * Fri Aug 16 2019 Miro Hrončok <mhroncok@redhat.com> - 3.21-2 - Rebuilt for Python 3.8 * Wed Aug 14 2019 David Cantrell <dcantrell@redhat.com> - 3.21-1 - Make module --disable available on Fedora 31+ (mkolman) - Add F31 handler (mkolman) - Add the --disable option for the module command (#1719347) (mkolman) - A couple fixes for %packaging section docs (mkolman) - Fix the docs generation (vponcova) - Fix the documentation of bootloader --append (vponcova) - Just kidding, use xenial for everything. (dcantrel) - Python 3.7 is only available in 'xenial' in Travis-CI (dcantrel) - Reduce .travis.yml to Python 3.{5,6,7}, set SPHINXAPIDOC (dcantrel) - Replace PYTHONPATH override with sys.path.append; allow SPHINXAPIDOC (dcantrel) - Add rhel7-branch to .travis.yml (dcantrel) - Restrict the branches to test with Python 3. (dcantrel) - More changes to .travis.yml, add requirements.txt file (dcantrel) - Update the Travis-CI yaml file. (dcantrel) - Fix documentation for the --excludepkgs and --includepkgs repo options (mkolman) - packit.yml: remove unused content (ttomecek) - Update sed in pykistart.spec Makefile target (phracek) - Add pykickstart.spec.in for packit (phracek) - Make %packages --default attribute sane (jkonecny) - Configuration file .packit.yaml (phracek) - For Travis-CI, explicitly use Sphinx 1.7.6 (dcantrel) - Change to unittest.skipUnless and use correct syntax. (dcantrel) - Replace 'import unittest.skipIf as skipIf' with just 'import unittest' (dcantrel) - s/unittest/pytest/g in .travis.yml (dcantrel) - pip install unittest for the Travis-CI runs (dcantrel) - Run 'git checkout' in the Makefile ignoring non-fatal errors (dcantrel) - Skip KS_With_Wrong_Permissions_TestCase if running as root. (dcantrel) - Treat pylint warnings as non-fatal, exit codes 0 and 4. (dcantrel) - Remove unused falsePositives in runpylint.py (dcantrel) - Use env to set NOSE_IGNORE_CONFIG_FILES (dcantrel) - Add NOSE_IGNORE_CONFIG_FILES=y to the .travis.yml file (dcantrel) - Set NOSE_IGNORE_CONFIG_FILES in make coverage (dcantrel) - In the Travis-CI environment, coverage is 'coverage' (dcantrel) - Close output_path after reading in ksflatten.py (dcantrel) - Makefile improvements (dcantrel) - Specify Python 3.7 in .travis.yml per the docs. (dcantrel) - Run sphinx-build and sphinx-apidoc from docs/Makefile (dcantrel) - Add some missing help strings as detected by the coverage target. (dcantrel) - Add missing descriptions to a handful of pykickstart commands. (dcantrel) - Mark the sshkey --username option as required in docs (mkolman) - Test on recent Python versions on Travis (mkolman) - Fix snapshot documentation (jkonecny) - Add a CONTRIBUTING file. (dcantrel) * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.20-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Thu Mar 07 2019 David Cantrell <dcantrell@redhat.com> - 3.20-3 - Remove the Python 2 subpackage for pykickstart (#1686380) * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.20-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Tue Jan 29 2019 David Cantrell <dcantrell@redhat.com> - 3.20-1 - New release: 3.20 (dcantrell) - Fix backward compatibility for python2 (jkonecny) - In 'make local', create a dummy .asc file explaining the signature. (dcantrell) * Mon Jan 28 2019 David Cantrell <dcantrell@redhat.com> - 3.19-1 - New release: 3.19 (dcantrell) - Run gen_commands_docs and gen_sections_docs with python3. (dcantrell) - Use python3-sphinx in docs/Makefile (dcantrell) - Nope, this way for make po-pull and make release. (dcantrell) - Make sure 'make release' runs 'make po-pull' (dcantrell) - RHEL8Handler: include ssl certificate options (lars) - Add options for ssl certs on url and repo commands (lars) - parser: use collections.abc to import Iterator (lars) - test: Remove unused import (lars) - tests: Fix ksflatten tests (lars) - tests: Remove KickstartValueError test case (lars) - tests: Remove test case that's actually valid (lars) - Fix pylint warning W0102 dangerous-default-value (lars) - docs/versionremoved: fix sphinx import path (lars) - travis: don't override PYTHON with /usr/bin/python3 (lars) - Refactor ksverdiff and add tests for it (atodorov) - Patch ksverdiff so it works with argparse (atodorov) - Add main() function to scripts to allow module to be imported (atodorov) - Refactor tools/ksflatten.py and add tests for it (atodorov) - Add more tests for load.py (atodorov) - Issue DeprecationWarning for KickstartValueError and test it for completeness (atodorov) - More test coverage for autopart (atodorov) - Improve tests for updates (atodorov) - Improved tests for timezone (atodorov) - Improve tests for selinux (atodorov) - Improve test for rootpw (atodorov) - Refactoring for reboot.py and more tests (atodorov) - Refactor monitor.py and add more tests (atodorov) - Add more tests for logvol.py (atodorov) - Refactoring for driverdisk.py (atodorov) - Refactor and more tests for btrfs.py (atodorov) - Add test to kill remaining mutant (atodorov) - Refactor in dmraid.py (atodorov) - More tests and refactoring for volgroup.py (atodorov) - Improve displaymode tests (atodorov) - Fix the kickstart section %packages (vponcova) - Fix versions in parsers of kickstart sections (vponcova) - Fix warnings for deprecated options of kickstart commands (vponcova) - Fix pylint errors (vponcova) - Update kickstart-docs.rst (jason.gerfen) - Kickstart usage example link (jason.gerfen) - Document module stream installation (mkolman) - Mention all man pages in all "SEE ALSO" sections (tim) - Fix typo in ksshell man page (tim) - Normalize the mount point (vponcova) - Clarify the --when= parameter error message. (dcantrell) * Wed Aug 29 2018 Chris Lumens <clumens@redhat.com> - 3.18-1 - New release: 3.18 (clumens) - Use the RHEL8 handler to generate RHEL docs. (clumens) - Add missing trailing newline for syspurpose __str__ method (mkolman) - Add the syspurpose command (mkolman) - Fix 'make rpmlog' target. (dcantrell) * Wed Aug 15 2018 David Cantrell <dcantrell@redhat.com> - 3.17-1 - New release: 3.17 (dcantrell) - Add authselect command to rhel8 handler (rvykydal) - Add module command to rhel8 handler (rvykydal) - Update po/pykickstart.pot (dcantrell) * Thu Aug 09 2018 David Cantrell <dcantrell@redhat.com> - 3.16-1 - New release: 3.16 (dcantrell) - Remove the extra space from the logvol command (vponcova) - Support LUKS2 in the raid command (vponcova) - Support LUKS2 in the part command (vponcova) - Support LUKS2 in the logvol command (vponcova) - Support LUKS2 in the autopart command (vponcova) - Remove unused false positive (vponcova) - Wrong hanging indentation (vponcova)