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

Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.

Commit 2e087bf

Browse files
committed
Update SCLs.
1 parent bdce0e1 commit 2e087bf

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

lib/poise_python/python_providers/scl.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ module PythonProviders
2626
class Scl < Base
2727
include PoiseLanguages::Scl::Mixin
2828
provides(:scl)
29-
scl_package('3.5.1', 'rh-python35', 'rh-python35-python-devel', '>= 7.0')
29+
scl_package('3.6.3', 'rh-python36', 'rh-python36-python-devel')
30+
scl_package('3.5.1', 'rh-python35', 'rh-python35-python-devel')
3031
scl_package('3.4.2', 'rh-python34', 'rh-python34-python-devel')
3132
scl_package('3.3.2', 'python33', 'python33-python-devel')
3233
scl_package('2.7.8', 'python27', 'python27-python-devel')

test/spec/python_providers/scl_spec.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
context 'with version ""' do
4343
let(:python_version) { '' }
44-
it_behaves_like 'scl provider', 'rh-python35'
44+
it_behaves_like 'scl provider', 'rh-python36'
4545
end # /context with version ""
4646

4747
context 'with version "2"' do
@@ -51,7 +51,7 @@
5151

5252
context 'with version "3"' do
5353
let(:python_version) { '3' }
54-
it_behaves_like 'scl provider', 'rh-python35'
54+
it_behaves_like 'scl provider', 'rh-python36'
5555
end # /context with version "3"
5656

5757
context 'with version "3.3"' do
@@ -62,7 +62,7 @@
6262
context 'with version "" on CentOS 6' do
6363
let(:chefspec_options) { {platform: 'centos', version: '6.9'} }
6464
let(:python_version) { '' }
65-
it_behaves_like 'scl provider', 'rh-python34'
65+
it_behaves_like 'scl provider', 'rh-python36'
6666
end # /context with version "" on CentOS 6
6767

6868
context 'action :uninstall' do

0 commit comments

Comments
 (0)