[Python-modules-commits] r4329 - in packages/enthought-traits/trunk/debian (changelog control)

varun-guest at users.alioth.debian.org varun-guest at users.alioth.debian.org
Mon Jan 7 18:18:47 UTC 2008


    Date: Monday, January 7, 2008 @ 18:18:46
  Author: varun-guest
Revision: 4329

* Closing ITP

Modified:
  packages/enthought-traits/trunk/debian/changelog
  packages/enthought-traits/trunk/debian/control

Modified: packages/enthought-traits/trunk/debian/changelog
===================================================================
--- packages/enthought-traits/trunk/debian/changelog	2008-01-07 18:13:13 UTC (rev 4328)
+++ packages/enthought-traits/trunk/debian/changelog	2008-01-07 18:18:46 UTC (rev 4329)
@@ -1,6 +1,7 @@
 enthought-traits (2.0.1b1-2) unstable; urgency=low
 
   [ Varun Hiremath ]
+  * Initial release (Closes: #459349)
   * Rename the source and binary packages.
   * debian/rules:
     + add clean target
@@ -14,7 +15,7 @@
     - removed /svn/ from Vcs-Svn
     - added op=log to Vcs-Browser
 
- -- Sandro Tosi <matrixhasu at gmail.com>  Wed, 02 Jan 2008 18:08:14 +0100
+ -- Varun Hiremath <varun at debian.org>  Tue, 08 Jan 2008 00:02:31 +0530
 
 traits (2.0.1b1-1) UNRELEASED; urgency=low
 

Modified: packages/enthought-traits/trunk/debian/control
===================================================================
--- packages/enthought-traits/trunk/debian/control	2008-01-07 18:13:13 UTC (rev 4328)
+++ packages/enthought-traits/trunk/debian/control	2008-01-07 18:18:46 UTC (rev 4329)
@@ -16,8 +16,10 @@
 Suggests: python-enthought-traits-ui
 XB-Python-Version: ${python:Versions}
 Description: Manifest typing and reactive programming for Python
- The traits package provides a metaclass with special attributes that are
- called traits.  Traits have the following properties:
+ The traits package provides a metaclass with special attributes that
+ are called traits. A trait is a type definition that can be used for
+ normal Python object attributes, giving the attributes some
+ additional characteristics:
   * Initialization: A trait attribute can have a default value
   * Validation: A trait attribute is manifestly typed.
   * Delegation: The value of a trait attribute can be contained in another




More information about the Python-modules-commits mailing list