- Fix a typo in the README. (clumens)

- Check whether requests actually fetched the URL (dshea)
- Return URL loads as str instead of bytes (dshea)
- Add test cases for including kickstart data via URL. (dshea)
This commit is contained in:
Chris Lumens 2015-09-08 15:49:50 -04:00
parent 4b954edd42
commit 3e8ae34e93
3 changed files with 9 additions and 2 deletions

1
.gitignore vendored
View File

@ -152,3 +152,4 @@ pykickstart-1.78.tar.gz
/pykickstart-2.12.tar.gz
/pykickstart-2.13.tar.gz
/pykickstart-2.14.tar.gz
/pykickstart-2.15.tar.gz

View File

@ -1,5 +1,5 @@
Name: pykickstart
Version: 2.14
Version: 2.15
Release: 1%{?dist}
License: GPLv2 and MIT
Group: System Environment/Libraries
@ -115,6 +115,12 @@ popd
%{python3_sitelib}/pykickstart/locale/
%changelog
* Tue Sep 08 2015 Chris Lumens <clumens@redhat.com> - 2.15-1
- Fix a typo in the README. (clumens)
- Check whether requests actually fetched the URL (dshea)
- Return URL loads as str instead of bytes (dshea)
- Add test cases for including kickstart data via URL. (dshea)
* Thu Aug 27 2015 Chris Lumens <clumens@redhat.com> - 2.14-1
- Fix writing out an empty %packages section when using ksflatten. (clumens)
- Fix a typo in output from the RHEL6 logvol command. (clumens)

View File

@ -1 +1 @@
979e5733a48d24e02043e05c8cba6fce pykickstart-2.14.tar.gz
80f292f6d56f40fe6b8252cf54e18b29 pykickstart-2.15.tar.gz