diff --git a/PKG-INFO b/PKG-INFO index 9b02dc7..8276229 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -97,7 +97,7 @@ Runs the buildout with specified or current using python:: pythonbrew buildout pythonbrew buildout -p 2.6.6 -Create isolated python environments:: +Create isolated python environments (uses virtualenv and virtualenvwrapper):: pythonbrew venv create proj pythonbrew venv list @@ -149,7 +149,7 @@ buildout Runs the buildout with specified or current using python. venv - Create isolated python environments. + Create isolated python environments (uses virtualenv and virtualenvwrapper) version Show version. @@ -157,27 +157,30 @@ version See more details below `pythonbrew help ` -LICENCE -======= +Changelog +========= -The MIT License +0.9 (2011-07-21) +---------------- -Copyright (c) <2010-2011> +- Add `venv` command (virtualenv and virtualenvwrapper supported) +- Add `buildout` command. -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: +0.8 (2011-07-10) +---------------- -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. +- Fixed issue #21 Added Ubuntu 11.04(Natty) support +- Fixed issue #24 non-framework python27 now defines environ properly. Thanks npinto. +- Fixed issue #27 Cleanup of OS X python build flags +- Fixed issue #28 Describe the 'symlink' command better. Thanks tgs. +- Fixed issue #30 py command does not accept arguments with a space +- Fixed bug: `pythonbrew off` need not have removed the symlink in bin directory +- Added --no-test option to the install command +- Added --verbose option to the install command +- `pythonbrew clean` has been removed. Added `pythonbrew cleanup` instead. + +More +---- + +see the `pythonbrew/Changelog `_ -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/README.rst b/README.rst index 9b02dc7..68e9b7b 100644 --- a/README.rst +++ b/README.rst @@ -97,7 +97,7 @@ Runs the buildout with specified or current using python:: pythonbrew buildout pythonbrew buildout -p 2.6.6 -Create isolated python environments:: +Create isolated python environments (uses virtualenv and virtualenvwrapper):: pythonbrew venv create proj pythonbrew venv list @@ -149,7 +149,7 @@ buildout Runs the buildout with specified or current using python. venv - Create isolated python environments. + Create isolated python environments (uses virtualenv and virtualenvwrapper) version Show version.