Changeset 1245

Show
Ignore:
Timestamp:
04/24/07 04:26:17 (2 years ago)
Author:
arj..@yirdis.nl
Message:

updated requirements to gaphas >= 0.1.5 (svn)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • gaphor/trunk/doc/actions.txt

    r1242 r1245  
    2727      first (sec) parameter. 
    2828 * filename should not be part of the main window 
    29  * some sort of factory mechanism
     29 * some sort of factory mechanism (MultiAction?)
    3030     - RecentFiles will manage up to 10 recent files entries. 
    3131     - same for stereotypes: should be managed by one "ObjectAction". 
  • gaphor/trunk/setup.py

    r1243 r1245  
    6363        # 'PyGTK >= 2.8.0', - Exclude, since it will not build anyway 
    6464        'decorator >= 2.0.1', 
    65         'gaphas >= 0.1.4', 
     65        'gaphas >= 0.1.5', 
    6666        'zope.component >= 3.3.0', # - won't compile on windows. 
    6767        # Add dependency on zope.testing to work around bug in zope.component