diff --git a/.gitignore b/.gitignore index 6f49e84..24b4959 100644 --- a/.gitignore +++ b/.gitignore @@ -212,3 +212,7 @@ pykickstart-1.78.tar.gz /pykickstart-3.28.tar.gz.asc /pykickstart-3.29.tar.gz /pykickstart-3.29.tar.gz.asc +/pykickstart-3.30.tar.gz +/pykickstart-3.30.tar.gz.asc +/pykickstart-3.31.tar.gz +/pykickstart-3.31.tar.gz.asc diff --git a/pykickstart.spec b/pykickstart.spec index 5074b5e..864a29c 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -4,7 +4,7 @@ %bcond_with runtests Name: pykickstart -Version: 3.29 +Version: 3.31 Release: 1%{?dist} License: GPLv2 and MIT Summary: Python utilities for manipulating kickstart files. @@ -24,6 +24,7 @@ BuildRequires: python3-requests BuildRequires: python3-setuptools BuildRequires: python3-six BuildRequires: python3-sphinx +BuildRequires: make Requires: python3-kickstart = %{version}-%{release} @@ -74,6 +75,17 @@ make PYTHON=%{__python3} test %{python3_sitelib}/pykickstart*.egg-info %changelog +* Thu Nov 05 2020 Brian C. Lane - 3.31-1 +- Add make to BuildRequires, buildroot is removing it. +- Deprecate the autostep command (vslavik) +- Add missing spaces into the message (yurchor) +- ksshell: Fix indentation in _init_matches (bcl) +- Mark the level option of the logging command as deprecated (vponcova) + +* Tue Sep 29 2020 Brian C. Lane - 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 - 3.29-1 - setup.py: Fix script installation without filename extension (bcl) diff --git a/sources b/sources index 75e52f2..4705086 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (pykickstart-3.29.tar.gz) = c8e57283556fb5776a7100a22fc81608ed8990c8397672023ae816babeaf2e48e14566616bdb03b9e047068c4908e832ae2575e7d7027530c9519de089be494d -SHA512 (pykickstart-3.29.tar.gz.asc) = 19106f73aedb1a0b07b202ed57d1f9df94ac378137ccf24badcea8a1ed9a98366a1c85cf1efb6f1d63a0265823289d3593a610b49ecfa28cd1f3d38f682820c2 +SHA512 (pykickstart-3.31.tar.gz) = 20d76090b938393d87a56260cc4a84304e34d8bb9c63008a2a7873892491dfdbc2d4a46463521a09061c76926a7a4ce2ba9478175cc8b9e94df120b07fa406f3 +SHA512 (pykickstart-3.31.tar.gz.asc) = 676e0a546b8487b286798894ff6194a4455badd76c4609506d8734f52a971b1a207e8f0cc39836cd65f744dd00b198bc0f82b2fadc08c9619234a98944b64843