- New release: 3.29 (bcl)
- setup.py: Fix script installation without filename extension (bcl)
This commit is contained in:
parent
2566802e4f
commit
361fdfce50
2
.gitignore
vendored
2
.gitignore
vendored
@ -210,3 +210,5 @@ pykickstart-1.78.tar.gz
|
||||
/pykickstart-3.27.tar.gz.asc
|
||||
/pykickstart-3.28.tar.gz
|
||||
/pykickstart-3.28.tar.gz.asc
|
||||
/pykickstart-3.29.tar.gz
|
||||
/pykickstart-3.29.tar.gz.asc
|
||||
|
@ -4,7 +4,7 @@
|
||||
%bcond_with runtests
|
||||
|
||||
Name: pykickstart
|
||||
Version: 3.28
|
||||
Version: 3.29
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2 and MIT
|
||||
Summary: Python utilities for manipulating kickstart files.
|
||||
@ -74,6 +74,9 @@ make PYTHON=%{__python3} test
|
||||
%{python3_sitelib}/pykickstart*.egg-info
|
||||
|
||||
%changelog
|
||||
* Mon Aug 31 2020 Brian C. Lane <bcl@redhat.com> - 3.29-1
|
||||
- setup.py: Fix script installation without filename extension (bcl)
|
||||
|
||||
* Mon Aug 31 2020 Brian C. Lane <bcl@redhat.com> - 3.28-1
|
||||
- Makefile: Add __init__.py with new version to bumpver commit (bcl)
|
||||
- tests: Ignore W0707 raise-missing-from warnings (bcl)
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (pykickstart-3.28.tar.gz) = 5fdf7b6ff26187ed0404cf1b427c13cd82d812a1db658669cfd8d611d9adf6aea40afcb97cb9476538ec761212e0c11bd4992fd24f5a29c711235eff6310450d
|
||||
SHA512 (pykickstart-3.28.tar.gz.asc) = df52e9cbf18eb86864ed5e7ce4e4b10f1c99f54535f7aea542812d00dfd09e0a74b185b369efae75ecaf0dfd6a2318fbf009e66ba969142901ca4ab41be1b917
|
||||
SHA512 (pykickstart-3.29.tar.gz) = c8e57283556fb5776a7100a22fc81608ed8990c8397672023ae816babeaf2e48e14566616bdb03b9e047068c4908e832ae2575e7d7027530c9519de089be494d
|
||||
SHA512 (pykickstart-3.29.tar.gz.asc) = 19106f73aedb1a0b07b202ed57d1f9df94ac378137ccf24badcea8a1ed9a98366a1c85cf1efb6f1d63a0265823289d3593a610b49ecfa28cd1f3d38f682820c2
|
||||
|
Loading…
Reference in New Issue
Block a user