- Use six.assertRaisesRegex to keep the tests working in python2. (dshea)

- Rename deprecated assert methods to whatever we're supposed to be using. (clumens)
- Fix class inheritance in RHEL6_VolGroup (ccoyle)
- Run the translation-canary tests during make archive (dshea)
- Run translation-canary tests from make check (dshea)
- Ignore translation-canary when running pylint. (dshea)
- Correct problems in translatable format strings. (dshea)
- Use the xgettext_werror to generate pykickstart.pot (dshea)
- Use setup.py's sdist to create the release tarball. (dshea)
- Squashed 'translation-canary/' content from commit 5a45c19 (dshea)
This commit is contained in:
Chris Lumens 2016-01-05 10:34:16 -05:00
parent 7e7186f734
commit 1a6493d9f4
3 changed files with 15 additions and 2 deletions

1
.gitignore vendored
View File

@ -159,3 +159,4 @@ pykickstart-1.78.tar.gz
/pykickstart-2.19.tar.gz
/pykickstart-2.20.tar.gz
/pykickstart-2.21.tar.gz
/pykickstart-2.22.tar.gz

View File

@ -1,5 +1,5 @@
Name: pykickstart
Version: 2.21
Version: 2.22
Release: 1%{?dist}
License: GPLv2 and MIT
Group: System Environment/Libraries
@ -114,6 +114,18 @@ popd
%{python3_sitelib}/pykickstart/locale/
%changelog
* Tue Jan 05 2016 Chris Lumens <clumens@redhat.com> - 2.22-1
- Use six.assertRaisesRegex to keep the tests working in python2. (dshea)
- Rename deprecated assert methods to whatever we're supposed to be using. (clumens)
- Fix class inheritance in RHEL6_VolGroup (ccoyle)
- Run the translation-canary tests during make archive (dshea)
- Run translation-canary tests from make check (dshea)
- Ignore translation-canary when running pylint. (dshea)
- Correct problems in translatable format strings. (dshea)
- Use the xgettext_werror to generate pykickstart.pot (dshea)
- Use setup.py's sdist to create the release tarball. (dshea)
- Squashed 'translation-canary/' content from commit 5a45c19 (dshea)
* 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)

View File

@ -1 +1 @@
1caec359fce7e91f2ae0b57035a56a5c pykickstart-2.21.tar.gz
4c75c087595c6f100df7819757250383 pykickstart-2.22.tar.gz