From e0640e5b6d092cb298d4078fb7a41367e74670d1 Mon Sep 17 00:00:00 2001 From: Brian C. Lane Date: Mar 14 2012 23:36:27 +0000 Subject: - Upstream 0.25.1 --- diff --git a/.gitignore b/.gitignore index d3894e7..94f0e74 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ pylint-0.21.1.tar.gz /pylint-0.23.0.tar.gz /pylint-0.24.0.tar.gz /pylint-0.25.0.tar.gz +/pylint-0.25.1.tar.gz diff --git a/pylint.spec b/pylint.spec index 71799d8..0f682e2 100644 --- a/pylint.spec +++ b/pylint.spec @@ -1,8 +1,8 @@ %{!?_python_sitelib: %define _python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: pylint -Version: 0.25.0 -Release: 2%{?dist} +Version: 0.25.1 +Release: 1%{?dist} Summary: Analyzes Python code looking for bugs and signs of poor quality Group: Development/Debuggers @@ -80,6 +80,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Mar 14 2012 Brian C. Lane 0.25.1-1 +- Upstream 0.25.1 + * Sat Jan 14 2012 Fedora Release Engineering - 0.25.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild diff --git a/sources b/sources index 3d24991..6b4d3bc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bf579f5057770549574fc1eba4be1bb2 pylint-0.25.0.tar.gz +44270f052bd10c9ad735f509f79717f2 pylint-0.25.1.tar.gz