diff --git a/.gitignore b/.gitignore index 9b065e5..e782843 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ pylint-0.21.1.tar.gz /pylint-1.2.tar.bz2 /pylint-1.3.1.tar.bz2 /pylint-1.4.1.tar.bz2 +/pylint-1.4.3.tar.bz2 diff --git a/pylint.spec b/pylint.spec index 6c5d094..1fa5871 100644 --- a/pylint.spec +++ b/pylint.spec @@ -5,12 +5,12 @@ %endif # This needs to be pulled from the source tarball -%global commit 2b8634af6ac9 +%global commit b8ff6bf98468 Name: pylint -Version: 1.4.1 -Release: 3%{?dist} +Version: 1.4.3 +Release: 1%{?dist} Summary: Analyzes Python code looking for bugs and signs of poor quality Group: Development/Debuggers License: GPLv2+ @@ -20,15 +20,15 @@ Source0: https://bitbucket.org/logilab/pylint/get/pylint-%{version}.tar.b BuildArch: noarch BuildRequires: python-devel python-setuptools python-tools BuildRequires: python-six -BuildRequires: python-astroid >= 1.3.4 -Requires: python-astroid >= 1.3.4 +BuildRequires: python-astroid >= 1.3.6 +Requires: python-astroid >= 1.3.6 Requires: python-setuptools %if 0%{?with_python3} BuildRequires: python3-devel python3-setuptools python3-tools BuildRequires: python3-six -BuildRequires: python3-astroid >= 1.3.4 -Requires: python3-astroid >= 1.3.4 +BuildRequires: python3-astroid >= 1.3.6 +Requires: python3-astroid >= 1.3.6 Requires: python3-setuptools %endif # with_python3 @@ -46,7 +46,7 @@ write a small plugin to add a personal feature. %package -n python3-pylint Summary: Analyzes Python code looking for bugs and signs of poor quality Group: Development/Debuggers -Requires: python3-astroid >= 1.3.4 +Requires: python3-astroid >= 1.3.6 Requires: python3-setuptools %description -n python3-pylint @@ -166,6 +166,9 @@ popd %endif # with_python3 %changelog +* Tue Apr 28 2015 Brian C. Lane 1.4.3-1 +- Upstream v1.4.3 + * Fri Jan 30 2015 Brian C. Lane 1.4.1-3 - Exclude the python3-* files from the python2 package diff --git a/sources b/sources index b27201b..56f8fb9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b815662a683263d301b7d064d3be276a pylint-1.4.1.tar.bz2 +3fec1bb10b139ede607c6895493cd80e pylint-1.4.3.tar.bz2