From d48dff6356918927a0d05c9a958a2d583ecdbcad Mon Sep 17 00:00:00 2001 From: Brian C. Lane Date: Jul 29 2011 19:10:56 +0000 Subject: Upstream 0.24.0 --- diff --git a/.gitignore b/.gitignore index 513729b..a2ab6cf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ pylint-0.21.1.tar.gz /pylint-0.22.0.tar.gz /pylint-0.23.0.tar.gz +/pylint-0.24.0.tar.gz diff --git a/pylint.spec b/pylint.spec index 9a3d795..8c9b078 100644 --- a/pylint.spec +++ b/pylint.spec @@ -1,7 +1,7 @@ %{!?_python_sitelib: %define _python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: pylint -Version: 0.23.0 +Version: 0.24.0 Release: 1%{?dist} Summary: Analyzes Python code looking for bugs and signs of poor quality @@ -13,8 +13,8 @@ BuildArch: noarch BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildRequires: python-devel python-setuptools python-unittest2 -BuildRequires: python-logilab-astng >= 0.21.1 -Requires: python-logilab-astng >= 0.21.1 +BuildRequires: python-logilab-astng >= 0.22.0 +Requires: python-logilab-astng >= 0.22.0 %description @@ -80,6 +80,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Jul 29 2011 Brian C. Lane - 0.24.0-1 +- Upstream 0.24.0 + * Mon Mar 28 2011 Brian C. Lane - 0.23-0.1 - Upstream 0.23.0 - Add unit tests to spec diff --git a/sources b/sources index 6fd2728..926a681 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3c241b161b7e6826011cb8bde4fcf891 pylint-0.23.0.tar.gz +71df67d15f3aa1895c543b40a6955ed3 pylint-0.24.0.tar.gz