Changeset 3816

Show
Ignore:
Timestamp:
06/23/11 14:19:34 (11 months ago)
Author:
elemoine
Message:

sample - upgrade to Map Fish? 2.2

Location:
sample/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • sample/trunk/buildout.cfg

    r3800 r3816  
    1919Beaker = 1.5.4 
    2020FormEncode = 1.2.2 
    21 GeoAlchemy = 0.4.1 
     21GeoAlchemy = 0.6 
    2222JSTools = 0.1.5 
    2323Mako = 0.3.6 
     
    2828Pylons = 1.0 
    2929Routes = 1.12.3 
    30 SQLAlchemy = 0.6.5 
     30SQLAlchemy = 0.7.1 
    3131Shapely = 1.2.8 
    3232Tempita = 0.4 
     
    4545httplib2 = 0.6.0 
    4646iw.recipe.fetcher = 0.2 
    47 mapfish = 2.0 
     47mapfish = 2.2 
    4848nose = 1.0.0 
    4949psycopg2 = 2.2.2 
     
    5151z3c.recipe.scripts = 1.0.1 
    5252zc.recipe.egg = 1.3.2 
    53 FormAlchemy = 1.3.5 
    54 GeoFormAlchemy = 0.2 
     53FormAlchemy = 1.4 
     54GeoFormAlchemy = 0.3 
    5555c2c.recipe.jarfile = 0.4.2 
    5656#Required by: 
     
    7070# project instance id 
    7171instanceid = override_me 
     72# the Unix user under which the modwsgi daemon processes are executed, 
     73# can be overriden in development-specific buildout config files 
     74modwsgi_user = www-data 
    7275# apache entry point for Apache rewrite rules (see apache/wsgi.conf.in) 
    7376apache-entry-point = /${vars:instanceid}/wsgi 
     
    9194dbport = 5432 
    9295# database name 
    93 db = v2.0_mapfishsample 
     96db = v2.2_mapfishsample 
    9497# postgresql version 
    9598pg_version = 8.3 
  • sample/trunk/setup.py

    r3718 r3816  
    1515    install_requires=[ 
    1616        "psycopg2>=2.2.0,<=2.2.99", 
    17         "mapfish>=2.0,<=2.0.99", 
     17        "mapfish>=2.0,<=2.2.99", 
    1818        "httplib2>=0.6.0,<=0.6.99", 
    1919        "Babel<=0.9.99", 
    2020        "TileCache>=2.10,<=2.10.99", 
    21         "GeoFormAlchemy>=0.2,<=0.2.99", 
     21        "GeoFormAlchemy>=0.2,<=0.3.99", 
    2222    ], 
    2323    #setup_requires=["PasteScript>=1.6.3"],