[Python-modules-commits] r15035 - in packages/logilab-astng/trunk/debian (changelog control)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Mon Dec 6 20:10:28 UTC 2010


    Date: Monday, December 6, 2010 @ 20:10:17
  Author: morph
Revision: 15035

* debian/control
  - updated long description

Modified:
  packages/logilab-astng/trunk/debian/changelog
  packages/logilab-astng/trunk/debian/control

Modified: packages/logilab-astng/trunk/debian/changelog
===================================================================
--- packages/logilab-astng/trunk/debian/changelog	2010-12-06 19:55:56 UTC (rev 15034)
+++ packages/logilab-astng/trunk/debian/changelog	2010-12-06 20:10:17 UTC (rev 15035)
@@ -1,8 +1,10 @@
 logilab-astng (0.21.0-1) UNRELEASED; urgency=low
 
   * New upstream release
+  * debian/control
+    - updated long description
 
- -- Sandro Tosi <morph at debian.org>  Mon, 06 Dec 2010 20:55:42 +0100
+ -- Sandro Tosi <morph at debian.org>  Mon, 06 Dec 2010 21:09:55 +0100
 
 logilab-astng (0.20.3-1) experimental; urgency=low
 

Modified: packages/logilab-astng/trunk/debian/control
===================================================================
--- packages/logilab-astng/trunk/debian/control	2010-12-06 19:55:56 UTC (rev 15034)
+++ packages/logilab-astng/trunk/debian/control	2010-12-06 20:10:17 UTC (rev 15035)
@@ -16,13 +16,14 @@
 Depends: ${python:Depends}, ${misc:Depends}, python-logilab-common (>= 0.49.0)
 Description: rebuild a new abstract syntax tree (AST) 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.
+ python source code for projects such as pychecker, pyreverse, pylint.
  .
- Since 0.18, it provides a compatible representation which may come
- from the `compiler` module (for Python <= 2.4) or the `_ast` module
- (for Python >= 2.5).
+ It provides a compatible representation which comes from the `_ast`
+ module.
  .
  It rebuilds the generated tree 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.
+ classes have additional methods and attributes for different
+ usages. They include some support for static inference and local name
+ scopes. Furthermore, astng builds partial trees by inspecting living
+ objects.
\ No newline at end of file




More information about the Python-modules-commits mailing list