|
1 | | -## v1.3.6 |
| 1 | +python Cookbook CHANGELOG |
| 2 | +========================= |
| 3 | +This file is used to list changes made in each version of the python cookbook. |
2 | 4 |
|
3 | | -### Bug |
4 | 5 |
|
| 6 | +v1.3.6 |
| 7 | +------ |
| 8 | +### Bug |
5 | 9 | - [COOK-3305]: distribute merged back into setuptools |
6 | 10 |
|
7 | 11 | ### New Feature |
8 | | - |
9 | 12 | - [COOK-3248]: Improve testing suite in the python cookbook |
10 | 13 |
|
11 | | -## v1.3.4: |
12 | | - |
| 14 | +v1.3.4 |
| 15 | +------ |
13 | 16 | ### Bug |
| 17 | +- [COOK-3137]: `python_pip` LWRP cannot have differnent name and `package_name` |
14 | 18 |
|
15 | | -- [COOK-3137]: `python_pip` LWRP cannot have differnent name and |
16 | | - `package_name` |
17 | | - |
18 | | -## v1.3.2: |
19 | | - |
| 19 | +v1.3.2 |
| 20 | +------ |
20 | 21 | ### Bug |
| 22 | +- [COOK-2917]: python::source fails on CentOS 6.3 minimal (make: command not found) |
| 23 | +- [COOK-3077]: Python - pip fails to install when `['python']['install_method'] == 'source'` |
21 | 24 |
|
22 | | -- [COOK-2917]: python::source fails on CentOS 6.3 minimal (make: |
23 | | - command not found) |
24 | | -- [COOK-3077]: Python - pip fails to install when |
25 | | - `['python']['install_method'] == 'source'` |
26 | | - |
27 | | -## v1.3.0: |
28 | | - |
| 25 | +v1.3.0 |
| 26 | +------ |
29 | 27 | ### Bug |
30 | | - |
31 | 28 | - [COOK-2376]: Python pip default action |
32 | 29 | - [COOK-2468]: python cookbook - Chef 11 compat fixes |
33 | 30 | - [COOK-2882]: Python source recipe fails on Ubuntu 12.10 because of unavailable libdb4.8-dev package |
34 | 31 | - [COOK-3009]: fix build time dependencies and gcc flags for python source on newer ubuntus |
35 | 32 |
|
36 | 33 | ### New Feature |
37 | | - |
38 | 34 | - [COOK-2449]: Make the distribute download location an attribute |
39 | 35 | - [COOK-3008]: Update python::source to install 2.7.5 |
40 | 36 |
|
41 | 37 | ### Sub-task |
42 | | - |
43 | 38 | - [COOK-2866]: python::source checks existence of a directory that already exists |
44 | 39 |
|
45 | | -## v1.2.2: |
46 | | - |
47 | | -* [COOK-2297] - more gracefully handle pip packages from VCS and |
48 | | - source archives |
49 | | - |
50 | | -## v1.2.0: |
51 | | - |
52 | | -* [COOK-1866] - /usr/bin is not a pip binary location in source |
53 | | - installs on RHEL |
54 | | -* [COOK-1925] - add smartos support |
55 | | - |
56 | | -## v1.1.0: |
57 | | - |
58 | | -* [COOK-1715] - Add user and group to python_pip |
59 | | -* [COOK-1727] - Python cookbook cannot install `pip` on CentOS |
60 | | - versions < 6 |
61 | | - |
62 | | -## v1.0.8: |
63 | | - |
64 | | -* [COOK-1016] - python package needs separate names for centos/rhel 5.x vs 6.x |
65 | | -* [COOK-1048] - installation of pip does not honor selected python version |
66 | | -* [COOK-1282] - catch Chef::Exceptions::ShellCommandFailed for chef 0.10.8 compatibility |
67 | | -* [COOK-1311] - virtualenv should have options attribute |
68 | | -* [COOK-1320] - pip provider doesn't catch correct exception |
69 | | -* [COOK-1415] - use plain 'python' binary instead of versioned one for |
70 | | - default interpreter |
71 | | - |
72 | | -## v1.0.6: |
73 | | - |
74 | | -* [COOK-1036] - correctly grep for python-module version |
75 | | -* [COOK-1046] - run pip inside the virtualenv |
76 | | - |
77 | | -## v1.0.4: |
78 | | - |
79 | | -* [COOK-960] - add timeout to python_pip |
80 | | -* [COOK-651] - 'install_path' not correctly resolved when using python::source |
81 | | -* [COOK-650] - Add ability to specify version when installing distribute. |
82 | | -* [COOK-553] - FreeBSD support in the python cookbook |
| 40 | +v1.2.2 |
| 41 | +------ |
| 42 | +- [COOK-2297] - more gracefully handle pip packages from VCS and source archives |
| 43 | + |
| 44 | +v1.2.0 |
| 45 | +------ |
| 46 | +- [COOK-1866] - /usr/bin is not a pip binary location in source installs on RHEL |
| 47 | +- [COOK-1925] - add smartos support |
| 48 | + |
| 49 | +v1.1.0 |
| 50 | +------ |
| 51 | +- [COOK-1715] - Add user and group to python_pip |
| 52 | +- [COOK-1727] - Python cookbook cannot install `pip` on CentOS versions < 6 |
| 53 | + |
| 54 | +v1.0.8 |
| 55 | +------ |
| 56 | +- [COOK-1016] - python package needs separate names for centos/rhel 5.x vs 6.x |
| 57 | +- [COOK-1048] - installation of pip does not honor selected python version |
| 58 | +- [COOK-1282] - catch Chef::Exceptions::ShellCommandFailed for chef 0.10.8 compatibility |
| 59 | +- [COOK-1311] - virtualenv should have options attribute |
| 60 | +- [COOK-1320] - pip provider doesn't catch correct exception |
| 61 | +- [COOK-1415] - use plain 'python' binary instead of versioned one for default interpreter |
| 62 | + |
| 63 | +v1.0.6 |
| 64 | +------ |
| 65 | +- [COOK-1036] - correctly grep for python-module version |
| 66 | +- [COOK-1046] - run pip inside the virtualenv |
| 67 | + |
| 68 | +v1.0.4 |
| 69 | +------ |
| 70 | +- [COOK-960] - add timeout to python_pip |
| 71 | +- [COOK-651] - 'install_path' not correctly resolved when using python::source |
| 72 | +- [COOK-650] - Add ability to specify version when installing distribute. |
| 73 | +- [COOK-553] - FreeBSD support in the python cookbook |
0 commit comments