This file is used to list changes made in each version of the python cookbook.
- #61 – Python packages specified for Fedora platform.
- #62 – Use tgz archive instead of tbz2 as new releases no longer offer tb2
- #72 – Set $HOME in virtualenv provider
- #74 – Allow setting of virtualenv version
- #78 – AFix the pip version_check_cmd to use the virtualenv pip when applicable
- #79 – Add ability in pip lwrp to send custom env vars
- #80 – Update to yum3 yum-epel cookbook
- Remove ez_setup.py usage and upgrade get-pip.py to 1.5.2.
[COOK-3816] - Including ez_setup script with cookbook instead of downloading from the internet
- COOK-3796 - Virtualenv can fail
- COOK-3719 - Allow alternative install python, update pip location
- COOK-3703 - Create symlink for source built python [python3 support]
- COOK-3248 - Improve testing suite
- COOK-3125 - Don't use
normal
attributes
- COOK-3084 - Fix
python_virtualenv
on EL 5
- [COOK-3305]: distribute merged back into setuptools
- [COOK-3248]: Improve testing suite in the python cookbook
- [COOK-3137]:
python_pip
LWRP cannot have differnent name andpackage_name
- [COOK-2917]: python::source fails on CentOS 6.3 minimal (make: command not found)
- [COOK-3077]: Python - pip fails to install when
['python']['install_method'] == 'source'
- [COOK-2376]: Python pip default action
- [COOK-2468]: python cookbook - Chef 11 compat fixes
- [COOK-2882]: Python source recipe fails on Ubuntu 12.10 because of unavailable libdb4.8-dev package
- [COOK-3009]: fix build time dependencies and gcc flags for python source on newer ubuntus
- [COOK-2449]: Make the distribute download location an attribute
- [COOK-3008]: Update python::source to install 2.7.5
- [COOK-2866]: python::source checks existence of a directory that already exists
- [COOK-2297] - more gracefully handle pip packages from VCS and source archives
- [COOK-1866] - /usr/bin is not a pip binary location in source installs on RHEL
- [COOK-1925] - add smartos support
- [COOK-1715] - Add user and group to python_pip
- [COOK-1727] - Python cookbook cannot install
pip
on CentOS versions < 6
- [COOK-1016] - python package needs separate names for centos/rhel 5.x vs 6.x
- [COOK-1048] - installation of pip does not honor selected python version
- [COOK-1282] - catch Chef::Exceptions::ShellCommandFailed for chef 0.10.8 compatibility
- [COOK-1311] - virtualenv should have options attribute
- [COOK-1320] - pip provider doesn't catch correct exception
- [COOK-1415] - use plain 'python' binary instead of versioned one for default interpreter
- [COOK-1036] - correctly grep for python-module version
- [COOK-1046] - run pip inside the virtualenv
- [COOK-960] - add timeout to python_pip
- [COOK-651] - 'install_path' not correctly resolved when using python::source
- [COOK-650] - Add ability to specify version when installing distribute.
- [COOK-553] - FreeBSD support in the python cookbook