- New release: 3.30 (bcl)
- ksshell: Fix traceback and add tests (bcl) - fs: Make tmp file creation cross-platform in ksvalidator to support Windows (6096029+ciarancourtney)
This commit is contained in:
parent
361fdfce50
commit
42d1265986
2
.gitignore
vendored
2
.gitignore
vendored
@ -212,3 +212,5 @@ pykickstart-1.78.tar.gz
|
|||||||
/pykickstart-3.28.tar.gz.asc
|
/pykickstart-3.28.tar.gz.asc
|
||||||
/pykickstart-3.29.tar.gz
|
/pykickstart-3.29.tar.gz
|
||||||
/pykickstart-3.29.tar.gz.asc
|
/pykickstart-3.29.tar.gz.asc
|
||||||
|
/pykickstart-3.30.tar.gz
|
||||||
|
/pykickstart-3.30.tar.gz.asc
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
%bcond_with runtests
|
%bcond_with runtests
|
||||||
|
|
||||||
Name: pykickstart
|
Name: pykickstart
|
||||||
Version: 3.29
|
Version: 3.30
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2 and MIT
|
License: GPLv2 and MIT
|
||||||
Summary: Python utilities for manipulating kickstart files.
|
Summary: Python utilities for manipulating kickstart files.
|
||||||
@ -74,6 +74,10 @@ make PYTHON=%{__python3} test
|
|||||||
%{python3_sitelib}/pykickstart*.egg-info
|
%{python3_sitelib}/pykickstart*.egg-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 29 2020 Brian C. Lane <bcl@redhat.com> - 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 <bcl@redhat.com> - 3.29-1
|
* Mon Aug 31 2020 Brian C. Lane <bcl@redhat.com> - 3.29-1
|
||||||
- setup.py: Fix script installation without filename extension (bcl)
|
- setup.py: Fix script installation without filename extension (bcl)
|
||||||
|
|
||||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (pykickstart-3.29.tar.gz) = c8e57283556fb5776a7100a22fc81608ed8990c8397672023ae816babeaf2e48e14566616bdb03b9e047068c4908e832ae2575e7d7027530c9519de089be494d
|
SHA512 (pykickstart-3.30.tar.gz) = e1d6132c3b44f1637f24cddb128a2fb1eb6d019e9af33d021aef210e91884924e4c5642724a7d93d73d6ad275536504725f7e69593a4fa0b09b0880a7a16fe4e
|
||||||
SHA512 (pykickstart-3.29.tar.gz.asc) = 19106f73aedb1a0b07b202ed57d1f9df94ac378137ccf24badcea8a1ed9a98366a1c85cf1efb6f1d63a0265823289d3593a610b49ecfa28cd1f3d38f682820c2
|
SHA512 (pykickstart-3.30.tar.gz.asc) = 89e46d632c6baf4df65b1b46ed062535b9b30e31fea8d4e4b93a2a254787266bcadfd242512e3dfc813904ae4fdfe5100e55cf78826660058e1cb6ca0760f5c1
|
||||||
|
Loading…
Reference in New Issue
Block a user