- Ignore some pylint warnings in the tools/ directory. (clumens)

- Move most pylint disable pragmas onto the line they apply to. (clumens)
- Allow skipping the errors on unknown sections. (clumens)
This commit is contained in:
Chris Lumens 2015-04-28 15:36:58 -04:00
parent d3352c12b4
commit a3b8db9d7a
3 changed files with 8 additions and 2 deletions

1
.gitignore vendored
View File

@ -144,3 +144,4 @@ pykickstart-1.78.tar.gz
/pykickstart-2.4.tar.gz
/pykickstart-2.5.tar.gz
/pykickstart-2.6.tar.gz
/pykickstart-2.7.tar.gz

View File

@ -1,5 +1,5 @@
Name: pykickstart
Version: 2.6
Version: 2.7
Release: 1%{?dist}
License: GPLv2 and MIT
Group: System Environment/Libraries
@ -113,6 +113,11 @@ popd
%{python3_sitelib}/pykickstart/handlers/*py*
%changelog
* Tue Apr 28 2015 Chris Lumens <clumens@redhat.com> - 2.7-1
- Ignore some pylint warnings in the tools/ directory. (clumens)
- Move most pylint disable pragmas onto the line they apply to. (clumens)
- Allow skipping the errors on unknown sections. (clumens)
* Tue Apr 21 2015 Chris Lumens <clumens@redhat.com> - 2.6-1
- Merge pull request #8 from bcl/master-kexec (clumens)
- Merge pull request #10 from bcl/master-pre-install (clumens)

View File

@ -1 +1 @@
a5ba3715d613cdfa28dcf45128b1319d pykickstart-2.6.tar.gz
4bf769121446982dcb707eaa732389aa pykickstart-2.7.tar.gz