Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b78e82b

Browse files
author
jtimberman
committed
release v1.1.0
1 parent b8fffe2 commit b78e82b

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v1.1.0:
2+
3+
* [COOK-1715] - Add user and group to python_pip
4+
* [COOK-1727] - Python cookbook cannot install `pip` on CentOS
5+
versions < 6
6+
17
## v1.0.8:
28

39
* [COOK-1016] - python package needs separate names for centos/rhel 5.x vs 6.x

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ Install packages using the new hotness in Python package management...[`pip`](ht
5050
- :install: Install a pip package - if version is provided, install that specific version
5151
- :upgrade: Upgrade a pip package - if version is provided, upgrade to that specific version
5252
- :remove: Remove a pip package
53+
- :user: User to run pip as, for using with virtualenv
54+
- :group: Group to run pip as, for using with virtualenv
5355
- :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`
5456

5557
# Attribute Parameters

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
maintainer_email "[email protected]"
44
license "Apache 2.0"
55
description "Installs Python, pip and virtualenv. Includes LWRPs for managing Python packages with `pip` and `virtualenv` isolated Python environments."
6-
version "1.0.8"
6+
version "1.1.0"
77

88
depends "build-essential"
99
depends "yum"

0 commit comments

Comments
 (0)