diff --git a/.gitignore b/.gitignore index 94a7dec..cc99234 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ pylint-0.21.1.tar.gz /pylint-1.4.3.tar.bz2 /pylint-1.5.1.tar.gz /pylint-1.5.2.tar.gz +/pylint-1.5.4.tar.gz diff --git a/pylint.spec b/pylint.spec index e868fd1..21d9c63 100644 --- a/pylint.spec +++ b/pylint.spec @@ -5,7 +5,7 @@ %endif Name: pylint -Version: 1.5.2 +Version: 1.5.4 Release: 1%{?dist} Summary: Analyzes Python code looking for bugs and signs of poor quality Group: Development/Debuggers @@ -156,6 +156,9 @@ install -pm 644 man/*.1 %{buildroot}%{_mandir}/man1/ %endif # with_python3 %changelog +* Mon Jan 18 2016 Brian C. Lane 1.5.4-1 +- Upstream v1.5.4 + * Mon Jan 04 2016 Brian C. Lane 1.5.2-1 - Upstream v1.5.2 diff --git a/sources b/sources index 2b5d338..676b9e2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -09eaaf589f75cd37489700b0d74ea869 pylint-1.5.2.tar.gz +0eb9dc27368229a223315ee58ba5d85a pylint-1.5.4.tar.gz