- Fix python2 compatibility when printing to stderr (jkonecny)

- Remove duplicated kwargs.get displayMode variable (jkonecny)
- Print errors to stderr when errors aren't fatal (jkonecny)
- Add a type stub for the new F26 support. (clumens)
- Fix and add tests for F26 and new displaymode (jkonecny)
- Add non-interactive option to graphical and text modes (jkonecny)
- Add Fedora 26 support (jkonecny)
This commit is contained in:
Chris Lumens 2016-11-04 09:47:37 -04:00
parent 5264293c8f
commit 0051f9c7a5
3 changed files with 12 additions and 2 deletions

1
.gitignore vendored
View File

@ -170,3 +170,4 @@ pykickstart-1.78.tar.gz
/pykickstart-2.30.tar.gz
/pykickstart-2.31.tar.gz
/pykickstart-2.32.tar.gz
/pykickstart-2.33.tar.gz

View File

@ -1,5 +1,5 @@
Name: pykickstart
Version: 2.32
Version: 2.33
Release: 1%{?dist}
License: GPLv2 and MIT
Group: System Environment/Libraries
@ -121,6 +121,15 @@ popd
%{python3_sitelib}/pykickstart/locale/
%changelog
* Fri Nov 04 2016 Chris Lumens <clumens@redhat.com> - 2.33-1
- Fix python2 compatibility when printing to stderr (jkonecny)
- Remove duplicated kwargs.get displayMode variable (jkonecny)
- Print errors to stderr when errors aren't fatal (jkonecny)
- Add a type stub for the new F26 support. (clumens)
- Fix and add tests for F26 and new displaymode (jkonecny)
- Add non-interactive option to graphical and text modes (jkonecny)
- Add Fedora 26 support (jkonecny)
* Tue Sep 13 2016 Chris Lumens <clumens@redhat.com> - 2.32-1
- replace assertEquals with assertEqual in network tests (#103) (rvykydal)
- Fix F25 timezone should subclass F23 instead of F18 (#102) (jkonecny)

View File

@ -1 +1 @@
6d76436f3bdc64c8dccb9890b7b3db32 pykickstart-2.32.tar.gz
b5875862b84d16e1ce69c001d32e7ed1 pykickstart-2.33.tar.gz