summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorEmile Anclin <emile.anclin@logilab.fr>2010-03-22 18:20:33 +0100
committerEmile Anclin <emile.anclin@logilab.fr>2010-03-22 18:20:33 +0100
commit2c23ddd29f07d8afb0c892bcde19ed5074e90700 (patch)
tree6a28a80be6ffbabf10b8cc8f34e16ed46a3fbb66 /debian
parentb83ef46aad8e892c2dc8e38ea6cb81480f42d8fd (diff)
downloadastroid-git-2c23ddd29f07d8afb0c892bcde19ed5074e90700.tar.gz
prepare 0.20.0 release
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rw-r--r--debian/control17
-rw-r--r--debian/copyright4
3 files changed, 17 insertions, 10 deletions
diff --git a/debian/changelog b/debian/changelog
index a3762357..e81eaa2c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+logilab-astng (0.20.0-1) unstable; urgency=low
+
+ * new upstream release
+
+ -- Emile Anclin <emile.anclin@logilab.fr> Mon, 22 Mar 2010 18:24:36 +0100
+
logilab-astng (0.19.3-1) unstable; urgency=low
* new upstream release
diff --git a/debian/control b/debian/control
index a49a0e27..9a9fc347 100644
--- a/debian/control
+++ b/debian/control
@@ -13,15 +13,16 @@ Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/logilab-astng
Package: python-logilab-astng
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-logilab-common (>= 0.39.0-1)
+Depends: ${python:Depends}, ${misc:Depends}, python-logilab-common (>= 0.49.0-1)
XB-Python-Version: ${python:Versions}
-Description: extend Python's abstract syntax tree (AST)
+Description: rebuild a new abstract syntax tree from Python's ast
The aim of this module is to provide a common base representation of
Python source code for projects such as pyreverse or pylint.
.
- It extends classes defined in the compiler.ast module (Python <= 2.4)
- or in the builtin _ast module (Python >= 2.5) with some additional
- methods and attributes. Instance attributes are added by a builder
- object, which can either generate extended ast (let's call them astng
- ;) by visiting an existant ast tree or by inspecting living
- object. Methods are added by monkey patching ast classes.
+ It rebuilds the tree generated by the compiler.ast [1] module (python <= 2.4)
+ or by the builtin _ast module (python >= 2.5) by recursively walking down the
+ AST and building an extended ast (let's call it astng ;). The new node classes
+ have additional methods and attributes for different usages.
+ Furthermore, astng builds partial trees by inspecting living objects.
+
+
diff --git a/debian/copyright b/debian/copyright
index 7e265902..bf8940bc 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -8,9 +8,9 @@ Upstream Author:
Copyright:
- Copyright (c) 2003-2009 LOGILAB S.A. (Paris, FRANCE).
+ Copyright (c) 2003-2010 LOGILAB S.A. (Paris, FRANCE).
http://www.logilab.fr/ -- mailto:contact@logilab.fr
- Copyright (C) 2003-2009 Sylvain Thenault
+ Copyright (C) 2003-2010 Sylvain Thenault
License: