Commit 0e6bf5c9 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

stack/erp5: version up pylint 1.7.2 and astroid 1.5.3.

parent d82b21bf
...@@ -677,8 +677,8 @@ WSGIUtils = 0.7 ...@@ -677,8 +677,8 @@ WSGIUtils = 0.7
# ZEO 5 requires transaction >= 2 # ZEO 5 requires transaction >= 2
ZEO = 4.3.1 ZEO = 4.3.1
ZODB3 = 3.11.0 ZODB3 = 3.11.0
# astroid 1.4.1 breaks testDynamicClassGeneration astroid = 1.5.3
astroid = 1.3.8 backports.functools-lru-cache = 1.4
chardet = 2.3.0 chardet = 2.3.0
csp-eventlet = 0.7.0 csp-eventlet = 0.7.0
erp5diff = 0.8.1.7 erp5diff = 0.8.1.7
...@@ -692,7 +692,8 @@ httplib2 = 0.10.3 ...@@ -692,7 +692,8 @@ httplib2 = 0.10.3
huBarcode = 1.0.0 huBarcode = 1.0.0
interval = 1.0.0 interval = 1.0.0
ipdb = 0.10.2 ipdb = 0.10.2
logilab-common = 1.3.0 isort = 4.2.15
lazy-object-proxy = 1.3.1
munnel = 0.3 munnel = 0.3
nt-svcutils = 2.13.0 nt-svcutils = 2.13.0
oauth2client = 4.0.0 oauth2client = 4.0.0
...@@ -706,8 +707,7 @@ pycountry = 17.1.8 ...@@ -706,8 +707,7 @@ pycountry = 17.1.8
pycrypto = 2.6.1 pycrypto = 2.6.1
pycurl = 7.43.0 pycurl = 7.43.0
pyflakes = 1.5.0 pyflakes = 1.5.0
# pylint 1.5.1 breaks testDynamicClassGeneration pylint = 1.7.2
pylint = 1.4.4
python-memcached = 1.58 python-memcached = 1.58
pytracemalloc = 1.2 pytracemalloc = 1.2
qrcode = 5.3 qrcode = 5.3
...@@ -730,6 +730,10 @@ selenium = 2.53.1 ...@@ -730,6 +730,10 @@ selenium = 2.53.1
# Products.CMFCore==2.2.10 # Products.CMFCore==2.2.10
Products.ZSQLMethods = 2.13.5 Products.ZSQLMethods = 2.13.5
# Required by:
# pylint==1.7.2
configparser = 3.5.0
# Required by: # Required by:
# eventlet==0.20.1 # eventlet==0.20.1
enum-compat = 0.0.2 enum-compat = 0.0.2
...@@ -742,6 +746,10 @@ fpconst = 0.7.2 ...@@ -742,6 +746,10 @@ fpconst = 0.7.2
# objgraph==3.1.0 # objgraph==3.1.0
graphviz = 0.5.2 graphviz = 0.5.2
# Required by:
# pylint==1.7.2
mccabe = 0.6.1
# Required by: # Required by:
# Pillow==4.0.0 # Pillow==4.0.0
olefile = 0.44 olefile = 0.44
...@@ -750,6 +758,10 @@ olefile = 0.44 ...@@ -750,6 +758,10 @@ olefile = 0.44
# munnel==0.3 # munnel==0.3
python-libmilter = 1.0.3 python-libmilter = 1.0.3
# Required by:
# astroid==1.5.3
wrapt = 1.10.10
# Required by: # Required by:
# zope.app.testing==3.8.1 # zope.app.testing==3.8.1
zope.app.debug = 3.4.1 zope.app.debug = 3.4.1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment