[packages/pylint] Version: 1.4.3

jajcus jajcus at pld-linux.org
Thu Jun 11 13:54:11 CEST 2015


commit 71480d3a4e645145f9255896db7196e8d3b9372c
Author: Jacek Konieczny <j.konieczny at eggsoft.pl>
Date:   Thu Jun 11 13:53:27 2015 +0200

    Version: 1.4.3
    
    removed pylint-type_error.patch – this workaround should have not been
    needed for a long time now.

 pylint-type_error.patch | 12 ------------
 pylint.spec             | 11 +++++------
 2 files changed, 5 insertions(+), 18 deletions(-)
---
diff --git a/pylint.spec b/pylint.spec
index f80ed61..a27449c 100644
--- a/pylint.spec
+++ b/pylint.spec
@@ -8,23 +8,23 @@
 Summary:	Python tool that checks if a module satisfy a coding standard
 Summary(pl.UTF-8):	Pythonowe narzędzie sprawdzające zgodność modułu ze standardem kodowania
 Name:		pylint
-Version:	1.4.0
-Release:	2
+Version:	1.4.3
+Release:	1
 License:	GPL v2+
 Group:		Development/Languages/Python
 Source0:	https://pypi.python.org/packages/source/p/pylint/pylint-%{version}.tar.gz
-# Source0-md5:	c164738f90213981db5d3297a60b4138
-Patch0:		%{name}-type_error.patch
+# Source0-md5:	5924c1c7ca5ca23647812f5971d0ea44
 URL:		http://www.pylint.org/
 %if %{with python2}
 BuildRequires:	python-devel
 BuildRequires:	python-modules >= 1:2.5
+BuildRequires:	python-setuptools >= 7.0
 %endif
 %if %{with python3}
 BuildRequires:	python3-2to3
 BuildRequires:	python3-devel
-BuildRequires:	python3-distribute
 BuildRequires:	python3-modules >= 1:3.2
+BuildRequires:	python3-setuptools >= 7.0
 %endif
 BuildRequires:	rpm-pythonprov
 BuildRequires:	rpmbuild(macros) >= 1.219
@@ -96,7 +96,6 @@ Oparty na bibliotece Tk graficzny interfejs użytkownika dla pylinta.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %if %{with python2}
diff --git a/pylint-type_error.patch b/pylint-type_error.patch
deleted file mode 100644
index a4fc942..0000000
--- a/pylint-type_error.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -dur pylint-0.24.0.orig/checkers/variables.py pylint-0.24.0/checkers/variables.py
---- pylint-0.24.0.orig/checkers/variables.py	2011-07-18 16:42:45.000000000 +0200
-+++ pylint-0.24.0/checkers/variables.py	2011-09-03 19:09:07.000000000 +0200
-@@ -488,6 +488,8 @@
-                 return None
-             except astng.InferenceError:
-                 return None
-+            except TypeError:
-+                return None
-         if module_names:
-             # FIXME: other message if name is not the latest part of
-             # module_names ?
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/pylint.git/commitdiff/71480d3a4e645145f9255896db7196e8d3b9372c



More information about the pld-cvs-commit mailing list