summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmile Anclin <emile.anclin@logilab.fr>2010-12-16 14:28:47 +0100
committerEmile Anclin <emile.anclin@logilab.fr>2010-12-16 14:28:47 +0100
commit97ebc5721f17af99b78fa1f05519601b2a1b4af9 (patch)
treeecb85ae9d9f95366b5f2127191e52d29958ec1e8
parente6465f5bbc1be4a82f2cfff6e6400688fc3136aa (diff)
downloadpylint-97ebc5721f17af99b78fa1f05519601b2a1b4af9.tar.gz
preparte version 0.23.0
-rw-r--r--ChangeLog8
-rw-r--r--__pkginfo__.py4
-rw-r--r--debian/changelog6
-rw-r--r--debian/control2
4 files changed, 17 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 033d0ae..b83a819 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,14 @@
ChangeLog for PyLint
====================
+2010-12-16 -- 0.23.0
+
+ * documentation: update, add manpages
+ * performance: several improvements
+ * python3: finalize python3 support
+
+ * W0106: new warning 'Expression "%s" is assigned to nothing'
+
* drop E0501 and E0502 messages about wrong source encoding: not anymore
interesting since it's a syntax error for python >= 2.5 and we now only
support this python version and above.
diff --git a/__pkginfo__.py b/__pkginfo__.py
index eb46039..d2e7441 100644
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -18,10 +18,10 @@
modname = distname = 'pylint'
-numversion = (0, 22, 0)
+numversion = (0, 23, 0)
version = '.'.join([str(num) for num in numversion])
-install_requires = ['logilab-common >= 0.53.0', 'logilab-astng >= 0.21.0']
+install_requires = ['logilab-common >= 0.53.0', 'logilab-astng >= 0.21.1']
license = 'GPL'
copyright = 'Logilab S.A.'
diff --git a/debian/changelog b/debian/changelog
index da8c86b..e333a4a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pylint (0.23.0-1) unstable; urgency=low
+
+ * new upstream release
+
+ -- Émile Anclin <emile.anclin@logilab.fr> Thu, 16 Dec 2010 14:38:44 +0100
+
pylint (0.22.0-1) unstable; urgency=low
* new upstream release
diff --git a/debian/control b/debian/control
index d55705a..33d2056 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/pylint/trunk/
Package: pylint
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-logilab-common (>= 0.53.0), python-logilab-astng (>= 0.21.0)
+Depends: ${python:Depends}, ${misc:Depends}, python-logilab-common (>= 0.53.0), python-logilab-astng (>= 0.21.1)
Suggests: python-tk
XB-Python-Version: ${python:Versions}
Conflicts: python2.2-pylint, python2.3-pylint, python2.4-pylint, pylint-common, pylint-test