[relnotes] [Fedora Project Wiki] Update of "Docs/Beats/WebServers" by ToshioKuratomi

fedorawiki-noreply at fedoraproject.org fedorawiki-noreply at fedoraproject.org
Mon May 19 14:43:42 UTC 2008


Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Fedora Project Wiki" for change notification.

The following page has been changed by ToshioKuratomi:
http://fedoraproject.org/wiki/Docs/Beats/WebServers?action=diff&rev2=47&rev1=46

The comment on the change is:
Fix release notes for TurboGears :-(

------------------------------------------------------------------------------
  
  === TurboGears Applications ===
  
- SQLAlchemy has been updated to 0.4.x.  TurboGears Applications developed using SQLAlchemy for their database layer will need to update their startup scripts.  Instead of:
+ The main !CherryPy package has been updated to 3.x.  A compatibility package for !TurboGears applications has been created: python-cherrypy2.  !TurboGears applications created before this change may need to update their startup scripts.  Instead of:
  {{{
  import pkg_resources
  pkg_resources.require('TurboGears')
  }}}
  the start script needs to have:
  {{{
- __requires__ = 'TurboGears[future]'
+ __requires__ = 'TurboGears'
+ # or __requires__ = 'TurboGears[future]' if sqlalchemy is being used.
  import pkg_resources
  }}}
+ 
  
  
  === Drupal ===




More information about the Fedora-relnotes-content mailing list