Mercurial > repos > other > Puppet
comparison modules/python/metadata.json @ 387:66c075c5f54a
Update to newer Python module
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Mon, 03 Jan 2022 17:13:06 +0000 |
parents | c42fb28cff86 |
children | adf6fe9bbc17 |
comparison
equal
deleted
inserted
replaced
386:3fce34f642f1 | 387:66c075c5f54a |
---|---|
1 { | 1 { |
2 "name": "puppet-python", | 2 "name": "puppet-python", |
3 "version": "4.0.0", | 3 "version": "6.2.1", |
4 "author": "Vox Pupuli", | 4 "author": "Vox Pupuli", |
5 "summary": "Python Module", | 5 "summary": "Python Module", |
6 "license": "Apache-2.0", | 6 "license": "Apache-2.0", |
7 "source": "git://github.com/voxpupuli/puppet-python.git", | 7 "source": "https://github.com/voxpupuli/puppet-python.git", |
8 "project_page": "https://github.com/voxpupuli/puppet-python", | 8 "project_page": "https://github.com/voxpupuli/puppet-python", |
9 "issues_url": "https://github.com/voxpupuli/puppet-python/issues", | 9 "issues_url": "https://github.com/voxpupuli/puppet-python/issues", |
10 "dependencies": [ | |
11 { | |
12 "name": "puppetlabs/stdlib", | |
13 "version_requirement": ">= 4.19.0 < 7.0.0" | |
14 }, | |
15 { | |
16 "name": "stahnma/epel", | |
17 "version_requirement": ">= 1.2.2 < 2.0.0" | |
18 } | |
19 ], | |
20 "data_provider": null, | |
21 "description": "Puppet module for Python", | 10 "description": "Puppet module for Python", |
22 "tags": [ | 11 "tags": [ |
23 "python", | 12 "python", |
24 "pip", | 13 "pip", |
25 "virtualenv", | 14 "virtualenv", |
34 ] | 23 ] |
35 }, | 24 }, |
36 { | 25 { |
37 "operatingsystem": "CentOS", | 26 "operatingsystem": "CentOS", |
38 "operatingsystemrelease": [ | 27 "operatingsystemrelease": [ |
39 "6", | 28 "7", |
40 "7" | 29 "8" |
41 ] | 30 ] |
42 }, | 31 }, |
43 { | 32 { |
44 "operatingsystem": "Debian", | 33 "operatingsystem": "Debian", |
45 "operatingsystemrelease": [ | 34 "operatingsystemrelease": [ |
46 "8", | 35 "9", |
47 "9" | 36 "10", |
37 "11" | |
38 ] | |
39 }, | |
40 { | |
41 "operatingsystem": "FreeBSD", | |
42 "operatingsystemrelease": [ | |
43 "11", | |
44 "12", | |
45 "13" | |
48 ] | 46 ] |
49 }, | 47 }, |
50 { | 48 { |
51 "operatingsystem": "Gentoo" | 49 "operatingsystem": "Gentoo" |
52 }, | 50 }, |
53 { | 51 { |
54 "operatingsystem": "Ubuntu", | 52 "operatingsystem": "Ubuntu", |
55 "operatingsystemrelease": [ | 53 "operatingsystemrelease": [ |
56 "16.04", | 54 "16.04", |
57 "18.04" | 55 "18.04", |
56 "20.04" | |
58 ] | 57 ] |
59 }, | 58 }, |
60 { | 59 { |
61 "operatingsystem": "SLES", | 60 "operatingsystem": "SLES", |
62 "operatingsystemrelease": [ | 61 "operatingsystemrelease": [ |
65 } | 64 } |
66 ], | 65 ], |
67 "requirements": [ | 66 "requirements": [ |
68 { | 67 { |
69 "name": "puppet", | 68 "name": "puppet", |
70 "version_requirement": ">= 5.5.8 < 7.0.0" | 69 "version_requirement": ">= 6.1.0 < 8.0.0" |
70 } | |
71 ], | |
72 "dependencies": [ | |
73 { | |
74 "name": "puppetlabs/stdlib", | |
75 "version_requirement": ">= 4.19.0 < 9.0.0" | |
76 }, | |
77 { | |
78 "name": "puppet/epel", | |
79 "version_requirement": ">= 3.0.0 < 4.0.0" | |
71 } | 80 } |
72 ] | 81 ] |
73 } | 82 } |