You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oodt.apache.org by "Ramirez, Paul M (388J)" <pa...@jpl.nasa.gov> on 2011/01/19 23:21:47 UTC

Re: svn commit: r1060914 - /oodt/trunk/agility/setup.py

Hey Guys,

Thanks for rooting out some of the "incubator" artifacts. Has there been anything other than aesthetic stuff? I'm wondering if the below would mean that I should roll another RC.

Thanks,
Paul

On Jan 19, 2011, at 11:20 AM, <ke...@apache.org> <ke...@apache.org> wrote:

> Author: kelly
> Date: Wed Jan 19 19:20:14 2011
> New Revision: 1060914
> 
> URL: http://svn.apache.org/viewvc?rev=1060914&view=rev
> Log:
> Remove "incubating" suffix from version. Replace project URL with top-level OODT instead of incubator-hosted OODT.
> 
> Modified:
>    oodt/trunk/agility/setup.py
> 
> Modified: oodt/trunk/agility/setup.py
> URL: http://svn.apache.org/viewvc/oodt/trunk/agility/setup.py?rev=1060914&r1=1060913&r2=1060914&view=diff
> ==============================================================================
> --- oodt/trunk/agility/setup.py (original)
> +++ oodt/trunk/agility/setup.py Wed Jan 19 19:20:14 2011
> @@ -25,9 +25,9 @@ from setuptools import find_packages, se
> # ------------
> 
> _name         = 'oodt'
> -_version      = '0.2-incubating'
> +_version      = '0.2'
> _description  = 'Agile OODT'
> -_url          = 'http://incubator.apache.org/projects/oodt.html'
> +_url          = 'http://oodt.apache.org/'
> _downloadURL  = 'http://pypi.python.org/pypi/oodt/'
> _author       = 'Sean Kelly'
> _authorEmail  = 'kelly@apache.org'
> 
> 


Re: svn commit: r1060914 - /oodt/trunk/agility/setup.py

Posted by Sean Kelly <ke...@apache.org>.
> Thanks for rooting out some of the "incubator" artifacts. Has there been anything other than aesthetic stuff? I'm wondering if the below would mean that I should roll another RC.

It's largely cosmetic. I wouldn't bother unless someone else has more major updates to add to 0.2.

--k