DECA-214: Upgrade to the latest version of cherrypy

Metadata

Source
DECA-214
Type
Task
Priority
Blocker
Status
Closed
Resolution
Fixed
Assignee
N/A
Reporter
Justin Obara
Created
2012-01-12T12:55:59.490-0500
Updated
2012-05-18T14:20:26.844-0400
Versions
N/A
Fixed Versions
  1. 0.5
Component
  1. Server

Description

The latest version of cherrypy is currently 3.2.2. We should switch to this version to get the benefits of the dynamic urls and other upgrades.

Comments

  • Justin Obara commented 2012-01-12T13:35:33.357-0500

    The bulk of this work will be to update the install script to pull in the new version and make sure that it can be uninstalled easily as well.

  • Justin Obara commented 2012-02-10T07:18:38.534-0500

    Changed the install scripts to remove python-cherrypy3 from the decapod-apt.sh script and added the installation of cherrypy 3.2.2 by via wget and checkinstall to the decapod-decapod.sh script.

    The changes are in my bitbucket repo
    https://bitbucket.org/jobara/decapod-default-install

  • Justin Obara commented 2012-05-18T14:20:23.831-0400

    Merged into the project repo