- 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:
parent
73f0dbadf7
commit
7e7186f734
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user