- 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)
This commit is contained in:
parent
cf7bb5eec6
commit
90483a464f
2
.gitignore
vendored
2
.gitignore
vendored
@ -222,3 +222,5 @@ pykickstart-1.78.tar.gz
|
||||
/pykickstart-3.33.tar.gz.asc
|
||||
/pykickstart-3.34.tar.gz
|
||||
/pykickstart-3.34.tar.gz.asc
|
||||
/pykickstart-3.35.tar.gz
|
||||
/pykickstart-3.35.tar.gz.asc
|
||||
|
@ -4,8 +4,8 @@
|
||||
%bcond_with runtests
|
||||
|
||||
Name: pykickstart
|
||||
Version: 3.34
|
||||
Release: 2%{?dist}
|
||||
Version: 3.35
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2 and MIT
|
||||
Summary: Python utilities for manipulating kickstart files.
|
||||
Url: http://fedoraproject.org/wiki/pykickstart
|
||||
@ -77,6 +77,22 @@ make PYTHON=%{__python3} test
|
||||
%{python3_sitelib}/pykickstart*.egg-info
|
||||
|
||||
%changelog
|
||||
* Tue Oct 12 2021 Brian C. Lane <bcl@redhat.com> - 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 <releng@fedoraproject.org> - 3.34-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (pykickstart-3.34.tar.gz) = 7e9621d987349f067a9fb8a56e09b8042a074f57500d86b7467a46c1aa494c49e35e03f8a5e6d3a20225eedbd136e045207b4bec841041d4cca19733a14e028c
|
||||
SHA512 (pykickstart-3.34.tar.gz.asc) = f6060572e06bba87f21cd6b94b6040e8e1fede4f9f22e531c3810d9f458a1c2f10f7bb0f2ca3ac3aac6d4eb9c3c5fcf01557e1f8602c738bf0ff649ed2c553c8
|
||||
SHA512 (pykickstart-3.35.tar.gz) = a88a65c695fb4a2ef347bba2bc4f0b2e4192b2b966436e9dd9f87414482c437a8b4caac05c50f39b7b12842df35ff2c143b27a1cf355ce670bcea916fd5e62d7
|
||||
SHA512 (pykickstart-3.35.tar.gz.asc) = 8ef90afc340e33523c332de848f3205a6fba14b19bd2765f4501d4685f8711f9da1b77539dafddbed6adca300324163ecdd2d30788259a317359960d8df0f884
|
||||
|
Loading…
Reference in New Issue
Block a user