From b78e82b0b94f6f5e492b0a2431ec3aae06dfde49 Mon Sep 17 00:00:00 2001 From: jtimberman Date: Mon, 26 Nov 2012 15:55:32 -0700 Subject: [PATCH] release v1.1.0 --- CHANGELOG.md | 6 ++++++ README.md | 2 ++ metadata.rb | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5396d10..d1f7795 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v1.1.0: + +* [COOK-1715] - Add user and group to python_pip +* [COOK-1727] - Python cookbook cannot install `pip` on CentOS + versions < 6 + ## v1.0.8: * [COOK-1016] - python package needs separate names for centos/rhel 5.x vs 6.x diff --git a/README.md b/README.md index 38ace13..fe07d04 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,8 @@ Install packages using the new hotness in Python package management...[`pip`](ht - :install: Install a pip package - if version is provided, install that specific version - :upgrade: Upgrade a pip package - if version is provided, upgrade to that specific version - :remove: Remove a pip package +- :user: User to run pip as, for using with virtualenv +- :group: Group to run pip as, for using with virtualenv - :purge: Purge a pip package (this usually entails removing configuration files as well as the package itself). With pip packages this behaves the same as `:remove` # Attribute Parameters diff --git a/metadata.rb b/metadata.rb index c88f9fc..e2ad5f6 100644 --- a/metadata.rb +++ b/metadata.rb @@ -3,7 +3,7 @@ maintainer_email "cookbooks@opscode.com" license "Apache 2.0" description "Installs Python, pip and virtualenv. Includes LWRPs for managing Python packages with `pip` and `virtualenv` isolated Python environments." -version "1.0.8" +version "1.1.0" depends "build-essential" depends "yum"