From 46f41d7a6dbc510bc1328c85b97b312578677d3a Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Fri, 5 Feb 2016 11:55:06 -0500 Subject: [PATCH] - Use the correct branch in zanata. (clumens) - Improved method.py test coverage (jikortus) - Remove the removal of the eintr checker, which has been removed (dshea) - Verify that a password with a # sign doesn't get read as a comment. (clumens) - Add comments to the public set_to_self and set_to_obj methods. (clumens) - Promote _setToObj and _setToSelf to public functions. (clumens) - Raise PendingDeprecationWarnings for things removed in pykickstart-3. (clumens) - Change the README to explain which branch we're talking about here. (clumens) - Add a document describing how to adapt your code to pykickstart-3. (clumens) - There is no F7_Key class - use RHEL5_Key instead. (clumens) - The RHEL6 branch supported the key command. (clumens) - Try harder to test translations. (dshea) --- .gitignore | 1 + pykickstart.spec | 20 ++++++++++++++++++-- sources | 2 +- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8b93e53..d809756 100644 --- a/.gitignore +++ b/.gitignore @@ -162,3 +162,4 @@ pykickstart-1.78.tar.gz /pykickstart-2.22.tar.gz /pykickstart-2.23.tar.gz /pykickstart-2.24.tar.gz +/pykickstart-2.25.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index 452f3e5..220430f 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -1,6 +1,6 @@ Name: pykickstart -Version: 2.24 -Release: 2%{?dist} +Version: 2.25 +Release: 1%{?dist} License: GPLv2 and MIT Group: System Environment/Libraries Summary: Python utilities for manipulating kickstart files. @@ -95,6 +95,7 @@ popd %files -n python-kickstart %defattr(-,root,root,-) +%doc docs/2to3 %doc docs/programmers-guide %doc docs/kickstart-docs.rst %{python2_sitelib}/pykickstart*egg* @@ -105,6 +106,7 @@ popd %files -n python3-kickstart %defattr(-,root,root,-) +%doc docs/2to3 %doc docs/programmers-guide %doc docs/kickstart-docs.rst %{python3_sitelib}/pykickstart*egg* @@ -114,6 +116,20 @@ popd %{python3_sitelib}/pykickstart/locale/ %changelog +* Fri Feb 05 2016 Chris Lumens - 2.25-1 +- Use the correct branch in zanata. (clumens) +- Improved method.py test coverage (jikortus) +- Remove the removal of the eintr checker, which has been removed (dshea) +- Verify that a password with a # sign doesn't get read as a comment. (clumens) +- Add comments to the public set_to_self and set_to_obj methods. (clumens) +- Promote _setToObj and _setToSelf to public functions. (clumens) +- Raise PendingDeprecationWarnings for things removed in pykickstart-3. (clumens) +- Change the README to explain which branch we're talking about here. (clumens) +- Add a document describing how to adapt your code to pykickstart-3. (clumens) +- There is no F7_Key class - use RHEL5_Key instead. (clumens) +- The RHEL6 branch supported the key command. (clumens) +- Try harder to test translations. (dshea) + * Thu Feb 04 2016 Fedora Release Engineering - 2.24-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 3e08053..dab7e2c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -97554b4bbef2b0038001b34c95550848 pykickstart-2.24.tar.gz +8967782d978753ef03334b2918c79b05 pykickstart-2.25.tar.gz