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

Skip to content

Commit a8e88c5

Browse files
committed
Update CHANGELOG format
1 parent e3d1dcc commit a8e88c5

File tree

1 file changed

+49
-58
lines changed

1 file changed

+49
-58
lines changed

CHANGELOG.md

Lines changed: 49 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -1,82 +1,73 @@
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.
24

3-
### Bug
45

6+
v1.3.6
7+
------
8+
### Bug
59
- [COOK-3305]: distribute merged back into setuptools
610

711
### New Feature
8-
912
- [COOK-3248]: Improve testing suite in the python cookbook
1013

11-
## v1.3.4:
12-
14+
v1.3.4
15+
------
1316
### Bug
17+
- [COOK-3137]: `python_pip` LWRP cannot have differnent name and `package_name`
1418

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+
------
2021
### 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'`
2124

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+
------
2927
### Bug
30-
3128
- [COOK-2376]: Python pip default action
3229
- [COOK-2468]: python cookbook - Chef 11 compat fixes
3330
- [COOK-2882]: Python source recipe fails on Ubuntu 12.10 because of unavailable libdb4.8-dev package
3431
- [COOK-3009]: fix build time dependencies and gcc flags for python source on newer ubuntus
3532

3633
### New Feature
37-
3834
- [COOK-2449]: Make the distribute download location an attribute
3935
- [COOK-3008]: Update python::source to install 2.7.5
4036

4137
### Sub-task
42-
4338
- [COOK-2866]: python::source checks existence of a directory that already exists
4439

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

Comments
 (0)