- 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:
parent
7e7186f734
commit
1a6493d9f4
1
.gitignore
vendored
1
.gitignore
vendored
@ -159,3 +159,4 @@ pykickstart-1.78.tar.gz
|
|||||||
/pykickstart-2.19.tar.gz
|
/pykickstart-2.19.tar.gz
|
||||||
/pykickstart-2.20.tar.gz
|
/pykickstart-2.20.tar.gz
|
||||||
/pykickstart-2.21.tar.gz
|
/pykickstart-2.21.tar.gz
|
||||||
|
/pykickstart-2.22.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: pykickstart
|
Name: pykickstart
|
||||||
Version: 2.21
|
Version: 2.22
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2 and MIT
|
License: GPLv2 and MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -114,6 +114,18 @@ popd
|
|||||||
%{python3_sitelib}/pykickstart/locale/
|
%{python3_sitelib}/pykickstart/locale/
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Nov 30 2015 Chris Lumens <clumens@redhat.com> - 2.21-1
|
||||||
- Add tests for all the preprocess functions. (clumens)
|
- Add tests for all the preprocess functions. (clumens)
|
||||||
- Reimplement the existing preprocess functions. (clumens)
|
- Reimplement the existing preprocess functions. (clumens)
|
||||||
|
Loading…
Reference in New Issue
Block a user