summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmile Anclin <emile.anclin@logilab.fr>2008-09-10 16:39:01 +0200
committerEmile Anclin <emile.anclin@logilab.fr>2008-09-10 16:39:01 +0200
commitc00dce38af105408f9d0603194555a713c552af3 (patch)
tree6d3f7d92f2d9b0f2149371fba77b1b575eb8c6b6
parente3ca242765cb447dd81c4ffd32ddda4afd25ee4b (diff)
downloadpylint-git-pylint-version-0_15_0.tar.gz
prepare new versionpylint-version-0_15_0
-rw-r--r--ChangeLog3
-rw-r--r--__pkginfo__.py2
-rw-r--r--debian/changelog5
-rw-r--r--debian/control7
4 files changed, 11 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 1baa459ad..f1457f526 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,8 @@
ChangeLog for PyLint
====================
--- 0.15.0
+2008-09-10 -- 0.15.0
+ * include pyreverse package and class diagram generation
* included Stefan Rank's patch to deal with 2.4 relative import
* included Robert Kirkpatrick's tutorial and typos fixes
* fix bug in reenabling message
diff --git a/__pkginfo__.py b/__pkginfo__.py
index 4330f3d95..6a3abeaf5 100644
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -18,7 +18,7 @@
modname = 'pylint'
-numversion = (0, 14, 0)
+numversion = (0, 15, 0)
version = '.'.join([str(num) for num in numversion])
license = 'GPL'
diff --git a/debian/changelog b/debian/changelog
index 99d4b4589..65f169071 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,10 @@
-pylint (0.14.0-3) unstable; urgency=low
+pylint (0.15.0-1) unstable; urgency=low
+ * new upstream release
* Acknowledge NMU: thanks a lot, your patches have been backported in
upstream code (closes: #427244, #448102, #415485, #431653)
- --
+ -- Emile Anclin <emile.anclin@logilab.fr> Wed, 10 Sep 2008 12:16:00 +0200
pylint (0.14.0-2.1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 76b38b3ce..18fdc232f 100644
--- a/debian/control
+++ b/debian/control
@@ -5,13 +5,13 @@ Maintainer: Sylvain Thénault <sylvain.thenault@logilab.fr>
Uploaders: Alexandre Fayolle <afayolle@debian.org>
Build-Depends: debhelper (>= 5.0.38)
Build-Depends-Indep: python (>=2.3.5-7), python-central (>=0.5.6)
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
Homepage: http://www.logilab.org/Project/name/pylint
XS-Python-Version: all
Package: pylint
Architecture: all
-Depends: python, python-logilab-common (>= 0.22.2), python-logilab-astng (>= 0.17.1)
+Depends: python, python-logilab-common (>= 0.35.0), python-logilab-astng (>= 0.17.3)
Recommends: python-tk
XB-Python-Version: ${python:Versions}
Conflicts: python2.2-pylint, python2.3-pylint, python2.4-pylint, pylint-common, pylint-test
@@ -28,6 +28,9 @@ Description: python code static checker
standard, or checking if declared interfaces are truly implemented,
and much more.
.
+ Pylint can generate UML class and package diagrams with the pyreverse
+ command.
+ .
Additionally, it is possible to write plugins to add your own checks.
.
The recommended python-tk package is only for using the pylint-gui