[Python-modules-commits] r6537 - in packages/python-aspects/trunk/debian (changelog control)

jandd-guest at users.alioth.debian.org jandd-guest at users.alioth.debian.org
Wed Sep 17 19:29:35 UTC 2008


    Date: Wednesday, September 17, 2008 @ 19:29:32
  Author: jandd-guest
Revision: 6537

description bugfix

Modified:
  packages/python-aspects/trunk/debian/changelog
  packages/python-aspects/trunk/debian/control

Modified: packages/python-aspects/trunk/debian/changelog
===================================================================
--- packages/python-aspects/trunk/debian/changelog	2008-09-17 17:35:23 UTC (rev 6536)
+++ packages/python-aspects/trunk/debian/changelog	2008-09-17 19:29:32 UTC (rev 6537)
@@ -1,3 +1,9 @@
+python-aspects (1.1-2) UNRELEASED; urgency=low
+
+  * Fixed a bug in the description
+
+ -- Jan Dittberner <jan at dittberner.info>  Wed, 17 Sep 2008 21:27:56 +0200
+
 python-aspects (1.1-1) unstable; urgency=low
 
   * Initial release. (Closes: #498981: ITP: python-aspects --

Modified: packages/python-aspects/trunk/debian/control
===================================================================
--- packages/python-aspects/trunk/debian/control	2008-09-17 17:35:23 UTC (rev 6536)
+++ packages/python-aspects/trunk/debian/control	2008-09-17 19:29:32 UTC (rev 6537)
@@ -15,14 +15,14 @@
 Architecture: all
 Depends: ${python:Depends}
 Description: lightweight aspect oriented programming library for Python
- Aspects.py is a lightweight approach to aspect approach to aspect
- oriented programming (AOP) in Python. The aspects.py library provides
- means to intercept function calls. Functions and methods (also in
- Python standard library and third party code) can be wrapped so that
- when they are called, the wrap is invoked first. Depending on the
- wrap, the execution of the original function can be omitted, or the
- function can be called arbitrarily many times. Wraps are able to
- modify the arguments and the return value of the original
- function. In the terminology of aspect-oriented programming, the
- library allows applying advices (wraps) to call join points of
- methods and functions in around fashion.
+ Aspects.py is a lightweight approach to aspect oriented programming
+ (AOP) in Python. The aspects.py library provides means to intercept
+ function calls. Functions and methods (also in Python standard
+ library and third party code) can be wrapped so that when they are
+ called, the wrap is invoked first. Depending on the wrap, the
+ execution of the original function can be omitted, or the function
+ can be called arbitrarily many times. Wraps are able to modify the
+ arguments and the return value of the original function. In the
+ terminology of aspect-oriented programming, the library allows
+ applying advices (wraps) to call join points of methods and functions
+ in around fashion.




More information about the Python-modules-commits mailing list