- 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)
This commit is contained in:
Chris Lumens 2015-11-30 10:47:12 -05:00
parent 73f0dbadf7
commit 7e7186f734
3 changed files with 10 additions and 5 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <rel-eng@lists.fedoraproject.org> - 2.20-2
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
* Mon Nov 30 2015 Chris Lumens <clumens@redhat.com> - 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 <clumens@redhat.com> - 2.20-1
- Only decode as utf-8 when using py3 (bcl)

View File

@ -1 +1 @@
5ad8d93439ca3feef77040d9832e37b1 pykickstart-2.20.tar.gz
1caec359fce7e91f2ae0b57035a56a5c pykickstart-2.21.tar.gz