File tree 13 files changed +29
-29
lines changed
13 files changed +29
-29
lines changed Original file line number Diff line number Diff line change 1
- site :opscode
1
+ site 'https://supermarket.chef.io'
2
2
3
3
metadata
4
4
Original file line number Diff line number Diff line change @@ -22,23 +22,23 @@ v1.4.4
22
22
v1.4.2
23
23
------
24
24
### Bug
25
- - ** [ COOK-3796] ( https://tickets.opscode.com /browse/COOK-3796 ) ** - Virtualenv can fail
25
+ - ** [ COOK-3796] ( https://tickets.chef.io /browse/COOK-3796 ) ** - Virtualenv can fail
26
26
27
27
### Improvement
28
- - ** [ COOK-3719] ( https://tickets.opscode.com /browse/COOK-3719 ) ** - Allow alternative install python, update pip location
29
- - ** [ COOK-3703] ( https://tickets.opscode.com /browse/COOK-3703 ) ** - Create symlink for source built python [ python3 support]
28
+ - ** [ COOK-3719] ( https://tickets.chef.io /browse/COOK-3719 ) ** - Allow alternative install python, update pip location
29
+ - ** [ COOK-3703] ( https://tickets.chef.io /browse/COOK-3703 ) ** - Create symlink for source built python [ python3 support]
30
30
31
31
32
32
v1.4.0
33
33
------
34
34
### New Feature
35
- - ** [ COOK-3248] ( https://tickets.opscode.com /browse/COOK-3248 ) ** - Improve testing suite
35
+ - ** [ COOK-3248] ( https://tickets.chef.io /browse/COOK-3248 ) ** - Improve testing suite
36
36
37
37
### Improvement
38
- - ** [ COOK-3125] ( https://tickets.opscode.com /browse/COOK-3125 ) ** - Don't use ` normal ` attributes
38
+ - ** [ COOK-3125] ( https://tickets.chef.io /browse/COOK-3125 ) ** - Don't use ` normal ` attributes
39
39
40
40
### Bug
41
- - ** [ COOK-3084] ( https://tickets.opscode.com /browse/COOK-3084 ) ** - Fix ` python_virtualenv ` on EL 5
41
+ - ** [ COOK-3084] ( https://tickets.chef.io /browse/COOK-3084 ) ** - Fix ` python_virtualenv ` on EL 5
42
42
43
43
v1.3.6
44
44
------
Original file line number Diff line number Diff line change @@ -144,10 +144,10 @@ Installs virtualenv using the `python_pip` resource.
144
144
145
145
License & Authors
146
146
-----------------
147
- - Author:: Seth Chisamore (< schisamo@opscode.com > )
147
+ - Author:: Seth Chisamore (< schisamo@chef.io > )
148
148
149
149
``` text
150
- Copyright:: 2011, Opscode , Inc
150
+ Copyright:: 2011, Chef Software , Inc
151
151
152
152
Licensed under the Apache License, Version 2.0 (the "License");
153
153
you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
#
2
- # Author:: Seth Chisamore (<schisamo@opscode.com >)
2
+ # Author:: Seth Chisamore (<schisamo@chef.io >)
3
3
# Cookbook Name:: python
4
4
# Attribute:: default
5
5
#
6
- # Copyright 2011, Opscode , Inc.
6
+ # Copyright 2011, Chef Software , Inc.
7
7
#
8
8
# Licensed under the Apache License, Version 2.0 (the "License");
9
9
# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
#
2
- # Author:: Seth Chisamore <schisamo@opscode.com >
2
+ # Author:: Seth Chisamore <schisamo@chef.io >
3
3
# Cookbook Name:: python
4
4
# Provider:: pip
5
5
#
6
- # Copyright:: 2011, Opscode , Inc <legal@opscode.com >
6
+ # Copyright:: 2011, Chef Software , Inc <legal@chef.io >
7
7
#
8
8
# Licensed under the Apache License, Version 2.0 (the "License");
9
9
# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
#
2
- # Author:: Seth Chisamore <schisamo@opscode.com >
2
+ # Author:: Seth Chisamore <schisamo@chef.io >
3
3
# Cookbook Name:: python
4
4
# Provider:: virtualenv
5
5
#
6
- # Copyright:: 2011, Opscode , Inc <legal@opscode.com >
6
+ # Copyright:: 2011, Chef Software , Inc <legal@chef.io >
7
7
#
8
8
# Licensed under the Apache License, Version 2.0 (the "License");
9
9
# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
#
2
- # Author:: Seth Chisamore <schisamo@opscode.com >
2
+ # Author:: Seth Chisamore <schisamo@chef.io >
3
3
# Cookbook Name:: python
4
4
# Recipe:: default
5
5
#
6
- # Copyright 2011, Opscode , Inc.
6
+ # Copyright 2011, Chef Software , Inc.
7
7
#
8
8
# Licensed under the Apache License, Version 2.0 (the "License");
9
9
# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
#
2
- # Author:: Seth Chisamore <schisamo@opscode.com >
2
+ # Author:: Seth Chisamore <schisamo@chef.io >
3
3
# Cookbook Name:: python
4
4
# Recipe:: package
5
5
#
6
- # Copyright 2011, Opscode , Inc.
6
+ # Copyright 2011, Chef Software , Inc.
7
7
#
8
8
# Licensed under the Apache License, Version 2.0 (the "License");
9
9
# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
#
2
- # Author:: Seth Chisamore <schisamo@opscode.com >
2
+ # Author:: Seth Chisamore <schisamo@chef.io >
3
3
# Cookbook Name:: python
4
4
# Recipe:: pip
5
5
#
6
- # Copyright 2011, Opscode , Inc.
6
+ # Copyright 2011, Chef Software , Inc.
7
7
#
8
8
# Licensed under the Apache License, Version 2.0 (the "License");
9
9
# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
#
2
- # Author:: Seth Chisamore <schisamo@opscode.com >
2
+ # Author:: Seth Chisamore <schisamo@chef.io >
3
3
# Cookbook Name:: python
4
4
# Recipe:: source
5
5
#
6
- # Copyright 2011, Opscode , Inc.
6
+ # Copyright 2011, Chef Software , Inc.
7
7
#
8
8
# Licensed under the Apache License, Version 2.0 (the "License");
9
9
# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
#
2
- # Author:: Seth Chisamore <schisamo@opscode.com >
2
+ # Author:: Seth Chisamore <schisamo@chef.io >
3
3
# Cookbook Name:: python
4
4
# Recipe:: virtualenv
5
5
#
6
- # Copyright 2011, Opscode , Inc.
6
+ # Copyright 2011, Chef Software , Inc.
7
7
#
8
8
# Licensed under the Apache License, Version 2.0 (the "License");
9
9
# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
#
2
- # Author:: Seth Chisamore <schisamo@opscode.com >
2
+ # Author:: Seth Chisamore <schisamo@chef.io >
3
3
# Cookbook Name:: python
4
4
# Resource:: pip
5
5
#
6
- # Copyright:: 2011, Opscode , Inc <legal@opscode.com >
6
+ # Copyright:: 2011, Chef Software , Inc <legal@chef.io >
7
7
#
8
8
# Licensed under the Apache License, Version 2.0 (the "License");
9
9
# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
#
2
- # Author:: Seth Chisamore <schisamo@opscode.com >
2
+ # Author:: Seth Chisamore <schisamo@chef.io >
3
3
# Cookbook Name:: python
4
4
# Resource:: virtualenv
5
5
#
6
- # Copyright:: 2011, Opscode , Inc <legal@opscode.com >
6
+ # Copyright:: 2011, Chef Software , Inc <legal@chef.io >
7
7
#
8
8
# Licensed under the Apache License, Version 2.0 (the "License");
9
9
# you may not use this file except in compliance with the License.
You can’t perform that action at this time.
0 commit comments