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

Commit be83952

Browse files
falkzollsomaya10
authored andcommitted
Update python3.6 and python3.7 base images and packages. (#93)
- for Python v3.7 see python3.7/CHANGELOG.md - for Python v3.6 see python3.6/CHANGELOG.md
1 parent 4e1385b commit be83952

File tree

5 files changed

+192
-11
lines changed

5 files changed

+192
-11
lines changed

python3.6/CHANGELOG.md

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,90 @@
11
# IBM Functions Python 3.6 Runtime Container
22

3+
## 1.21.0
4+
Changes:
5+
- update base image
6+
- update pip from `19.1.1` to `19.2.1`
7+
- update twisted from `18.9.0` to `19.2.1`
8+
9+
Python version:
10+
- [3.6.8](https://github.com/docker-library/python/blob/721671c28aad96ad2c1970e83c2af71ceff15f1b/3.6/jessie/slim/Dockerfile)
11+
12+
Python packages:
13+
- asn1crypto==0.24.0
14+
- attrs==19.1.0
15+
- autobahn==19.7.2
16+
- Automat==0.7.0
17+
- beautifulsoup4==4.7.1
18+
- botocore==1.12.196
19+
- cassandra-driver==3.16.0
20+
- certifi==2019.6.16
21+
- cffi==1.12.3
22+
- chardet==3.0.4
23+
- Click==7.0
24+
- cloudant==2.11.0
25+
- constantly==15.1.0
26+
- cryptography==2.7
27+
- cssselect==1.0.3
28+
- docutils==0.15.1
29+
- elasticsearch==5.5.3
30+
- Flask==1.0.2
31+
- gevent==1.4.0
32+
- greenlet==0.4.15
33+
- httplib2==0.12.1
34+
- hyperlink==19.0.0
35+
- ibm-cos-sdk==2.4.3
36+
- ibm-cos-sdk-core==2.5.1
37+
- ibm-cos-sdk-s3transfer==2.5.1
38+
- ibm-db==2.0.9
39+
- ibmcloudsql==0.2.23
40+
- idna==2.8
41+
- incremental==17.5.0
42+
- itsdangerous==1.1.0
43+
- Jinja2==2.10.1
44+
- jmespath==0.9.4
45+
- kafka-python==1.4.4
46+
- lxml==4.3.1
47+
- MarkupSafe==1.1.1
48+
- numpy==1.16.1
49+
- pandas==0.24.1
50+
- parsel==1.5.1
51+
- pika==0.13.0
52+
- Pillow==5.4.1
53+
- pip==19.2.1
54+
- psycopg2==2.7.7
55+
- pyarrow==0.14.1
56+
- pyasn1==0.4.5
57+
- pyasn1-modules==0.2.5
58+
- pycparser==2.19
59+
- PyDispatcher==2.0.5
60+
- PyHamcrest==1.9.0
61+
- pymongo==3.7.2
62+
- pyOpenSSL==19.0.0
63+
- python-dateutil==2.7.5
64+
- pytz==2019.1
65+
- queuelib==1.5.0
66+
- redis==2.10.6
67+
- requests==2.21.0
68+
- scikit-learn==0.20.2
69+
- scipy==1.2.1
70+
- Scrapy==1.6.0
71+
- service-identity==18.1.0
72+
- setuptools==41.0.1
73+
- simplejson==3.16.0
74+
- six==1.12.0
75+
- soupsieve==1.9.2
76+
- tornado==4.5.2
77+
- Twisted==19.2.1
78+
- txaio==18.8.1
79+
- urllib3==1.24.3
80+
- virtualenv==16.3.0
81+
- w3lib==1.20.0
82+
- watson-developer-cloud==1.7.1
83+
- Werkzeug==0.15.5
84+
- wheel==0.33.1
85+
- zope.interface==4.6.0
86+
87+
388
## 1.20.0
489
Changes:
590
- update base image

python3.6/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ requests == 2.21.0
1414
scrapy == 1.6.0
1515
simplejson == 3.16.0
1616
virtualenv == 16.3.0
17-
twisted == 18.9.0
17+
twisted == 19.2.1
1818

1919
# packages for numerics
2020
numpy == 1.16.1

python3.7/CHANGELOG.md

Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,101 @@
11
# IBM Functions Python 3.7 Runtime Container
22

3+
## 1.10.0
4+
Changes:
5+
- update to new base image
6+
- update pip from `19.0.2` to `19.2.1`
7+
- update beautifulsoup4 from `4.7.1` to `4.8.0`
8+
- update httplib2 from `0.12.3` to `0.13.0`
9+
- update lxml from `4.3.3` to `4.3.4`
10+
- update requests from `2.21.0` to `2.22.0`
11+
- update vurtualenv from `16.5.0` to `16.7.1`
12+
- update Twisted from `19.2.0` to `19.2.1`
13+
- update numpy from `1.16.3` to `1.16.4`
14+
- update ibm-cos-sdk from `2.4.4` to `2.5.1`
15+
- update cassandra-driver from `3.17.1` to `3.18.0`
16+
17+
Python version:
18+
- [3.7.4](https://github.com/docker-library/python/blob/ab8b829cfefdb460ebc17e570332f0479039e918/3.7/stretch/Dockerfile)
19+
20+
Python packages:
21+
- asn1crypto==0.24.0
22+
- attrs==19.1.0
23+
- Automat==0.7.0
24+
- beautifulsoup4==4.8.0
25+
- botocore==1.12.196
26+
- cassandra-driver==3.18.0
27+
- certifi==2019.6.16
28+
- cffi==1.12.3
29+
- chardet==3.0.4
30+
- Click==7.0
31+
- cloudant==2.12.0
32+
- constantly==15.1.0
33+
- cryptography==2.7
34+
- cssselect==1.0.3
35+
- docutils==0.15.1
36+
- elasticsearch==6.3.1
37+
- etcd3==0.10.0
38+
- Flask==1.0.2
39+
- gevent==1.4.0
40+
- greenlet==0.4.15
41+
- grpcio==1.22.0
42+
- httplib2==0.13.0
43+
- hyperlink==19.0.0
44+
- ibm-cos-sdk==2.5.1
45+
- ibm-cos-sdk-core==2.5.1
46+
- ibm-cos-sdk-s3transfer==2.5.1
47+
- ibm-db==3.0.1
48+
- ibmcloudsql==0.2.23
49+
- idna==2.7
50+
- incremental==17.5.0
51+
- itsdangerous==1.1.0
52+
- Jinja2==2.10.1
53+
- jmespath==0.9.4
54+
- kafka-python==1.4.6
55+
- lxml==4.3.4
56+
- MarkupSafe==1.1.1
57+
- numpy==1.16.4
58+
- pandas==0.24.2
59+
- parsel==1.5.1
60+
- pika==1.0.1
61+
- Pillow==6.0.0
62+
- pip==19.2.1
63+
- protobuf==3.9.0
64+
- psycopg2==2.8.2
65+
- pyarrow==0.14.1
66+
- pyasn1==0.4.5
67+
- pyasn1-modules==0.2.5
68+
- pycparser==2.19
69+
- PyDispatcher==2.0.5
70+
- PyHamcrest==1.9.0
71+
- pymongo==3.8.0
72+
- pyOpenSSL==19.0.0
73+
- python-dateutil==2.8.0
74+
- pytz==2019.1
75+
- queuelib==1.5.0
76+
- redis==3.2.1
77+
- requests==2.22.0
78+
- scikit-learn==0.20.3
79+
- scipy==1.2.1
80+
- Scrapy==1.6.0
81+
- service-identity==18.1.0
82+
- setuptools==41.0.1
83+
- simplejson==3.16.0
84+
- six==1.12.0
85+
- soupsieve==1.9.2
86+
- tenacity==5.0.4
87+
- tornado==4.5.2
88+
- Twisted==19.2.1
89+
- urllib3==1.23
90+
- virtualenv==16.7.1
91+
- w3lib==1.20.0
92+
- watson-developer-cloud==2.8.1
93+
- websocket-client==0.48.0
94+
- Werkzeug==0.15.5
95+
- wheel==0.33.4
96+
- zope.interface==4.6.0
97+
98+
399
## 1.9.0
4100
Changes:
5101
- update to new base image

python3.7/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM openwhisk/actionloop-python-v3.7:aaeb2ff
1+
FROM openwhisk/actionloop-python-v3.7:f4150e9
22

33
COPY requirements.txt requirements.txt
44

python3.7/requirements.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@ gevent == 1.4.0
55
flask == 1.0.2
66

77
# default available packages for python3action
8-
beautifulsoup4 == 4.7.1
9-
httplib2 == 0.12.3
8+
beautifulsoup4 == 4.8.0
9+
httplib2 == 0.13.0
1010
kafka_python == 1.4.6
11-
lxml == 4.3.3
11+
lxml == 4.3.4
1212
python-dateutil == 2.8.0
13-
requests == 2.21.0
13+
requests == 2.22.0
1414
scrapy == 1.6.0
1515
simplejson == 3.16.0
16-
virtualenv == 16.5.0
17-
twisted == 19.2.0
16+
virtualenv == 16.7.1
17+
twisted == 19.2.1
1818

1919
# packages for numerics
20-
numpy == 1.16.3
20+
numpy == 1.16.4
2121
scikit-learn == 0.20.3
2222
scipy == 1.2.1
2323
pandas == 0.24.2
@@ -29,7 +29,7 @@ Pillow == 6.0.0
2929
ibm_db == 3.0.1
3030
cloudant == 2.12.0
3131
watson-developer-cloud == 2.8.1
32-
ibm-cos-sdk == 2.4.4
32+
ibm-cos-sdk == 2.5.1
3333
ibmcloudsql == 0.2.23
3434

3535
# Compose Libs
@@ -38,5 +38,5 @@ pymongo == 3.8.0
3838
redis == 3.2.1
3939
pika == 1.0.1
4040
elasticsearch == 6.3.1
41-
cassandra-driver == 3.17.1
41+
cassandra-driver == 3.18.0
4242
etcd3 == 0.10.0

0 commit comments

Comments
 (0)