From 0051f9c7a5b74b45e95788add5824e926b9a7c89 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Fri, 4 Nov 2016 09:47:37 -0400 Subject: [PATCH] - 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) --- .gitignore | 1 + pykickstart.spec | 11 ++++++++++- sources | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a6e9547..63cbd97 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/pykickstart.spec b/pykickstart.spec index 6e947b0..5901c22 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -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 - 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 - 2.32-1 - replace assertEquals with assertEqual in network tests (#103) (rvykydal) - Fix F25 timezone should subclass F23 instead of F18 (#102) (jkonecny) diff --git a/sources b/sources index 19e6323..45471ba 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6d76436f3bdc64c8dccb9890b7b3db32 pykickstart-2.32.tar.gz +b5875862b84d16e1ce69c001d32e7ed1 pykickstart-2.33.tar.gz