diff --git a/.gitignore b/.gitignore index f5cdd51..095c8bf 100644 --- a/.gitignore +++ b/.gitignore @@ -158,3 +158,4 @@ pykickstart-1.78.tar.gz /pykickstart-2.18.tar.gz /pykickstart-2.19.tar.gz /pykickstart-2.20.tar.gz +/pykickstart-2.21.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index bbf22ad..0d02caa 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -1,6 +1,6 @@ Name: pykickstart -Version: 2.20 -Release: 2%{?dist} +Version: 2.21 +Release: 1%{?dist} License: GPLv2 and MIT Group: System Environment/Libraries Summary: Python utilities for manipulating kickstart files. @@ -114,8 +114,12 @@ popd %{python3_sitelib}/pykickstart/locale/ %changelog -* Thu Nov 12 2015 Fedora Release Engineering - 2.20-2 -- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 +* Mon Nov 30 2015 Chris Lumens - 2.21-1 +- Add tests for all the preprocess functions. (clumens) +- Reimplement the existing preprocess functions. (clumens) +- Add new preprocess functions that return a string. (clumens) +- _preprocessStateMachine shouldn't do any writing to disk. (clumens) +- Import tempfile when it's needed, not globally. (clumens) * Mon Nov 09 2015 Chris Lumens - 2.20-1 - Only decode as utf-8 when using py3 (bcl) diff --git a/sources b/sources index acd09bb..a5abde8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5ad8d93439ca3feef77040d9832e37b1 pykickstart-2.20.tar.gz +1caec359fce7e91f2ae0b57035a56a5c pykickstart-2.21.tar.gz