[pylint] Upstream 0.24.0

Brian C. Lane bcl at fedoraproject.org
Fri Jul 29 19:11:09 UTC 2011


commit d48dff6356918927a0d05c9a958a2d583ecdbcad
Author: Brian C. Lane <bcl at redhat.com>
Date:   Fri Jul 29 12:10:56 2011 -0700

    Upstream 0.24.0

 .gitignore  |    1 +
 pylint.spec |    9 ++++++---
 sources     |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
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 <bcl at redhat.com> - 0.24.0-1
+- Upstream 0.24.0
+
 * Mon Mar 28 2011 Brian C. Lane <bcl at redhat.com> - 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


More information about the scm-commits mailing list