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

Commit 06cf4df

Browse files
authored
Update packages in python3.6 and python3.7 runtimes. (#84)
1 parent 73e9da5 commit 06cf4df

File tree

5 files changed

+183
-8
lines changed

5 files changed

+183
-8
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.19.0
4+
Changes:
5+
- update httplib2 from `0.12.0` to `0.12.1`
6+
- update lxml from `4.3.0` to `4.3.1`
7+
- update scipy from `4.3.0` to `4.3.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==18.2.0
15+
- autobahn==19.2.1
16+
- Automat==0.7.0
17+
- beautifulsoup4==4.7.1
18+
- botocore==1.12.98
19+
- cassandra-driver==3.16.0
20+
- certifi==2018.11.29
21+
- cffi==1.12.1
22+
- chardet==3.0.4
23+
- Click==7.0
24+
- cloudant==2.11.0
25+
- constantly==15.1.0
26+
- cryptography==2.5
27+
- cssselect==1.0.3
28+
- docutils==0.14
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==18.0.0
35+
- ibm-cos-sdk==2.4.3
36+
- ibm-cos-sdk-core==2.4.3
37+
- ibm-cos-sdk-s3transfer==2.4.3
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
44+
- jmespath==0.9.3
45+
- kafka-python==1.4.4
46+
- lxml==4.3.1
47+
- MarkupSafe==1.1.0
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.0.2
54+
- psycopg2==2.7.7
55+
- pyarrow==0.12.0
56+
- pyasn1==0.4.5
57+
- pyasn1-modules==0.2.4
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==2018.9
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==40.8.0
73+
- simplejson==3.16.0
74+
- six==1.12.0
75+
- soupsieve==1.8
76+
- tornado==4.5.2
77+
- Twisted==18.9.0
78+
- txaio==18.8.1
79+
- urllib3==1.24.1
80+
- virtualenv==16.3.0
81+
- w3lib==1.20.0
82+
- watson-developer-cloud==1.7.1
83+
- Werkzeug==0.14.1
84+
- wheel==0.32.3
85+
- zope.interface==4.6.0
86+
87+
388
## 1.18.0
489
Changes:
590
- update cloudant from `2.10.2`back to `2.11.0`

python3.6/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ flask == 1.0.2
66

77
# default available packages for python3action
88
beautifulsoup4 == 4.7.1
9-
httplib2 == 0.12.0
9+
httplib2 == 0.12.1
1010
kafka_python == 1.4.4
11-
lxml == 4.3.0
11+
lxml == 4.3.1
1212
python-dateutil == 2.7.5
1313
requests == 2.21.0
1414
scrapy == 1.6.0
@@ -19,7 +19,7 @@ twisted == 18.9.0
1919
# packages for numerics
2020
numpy == 1.16.1
2121
scikit-learn == 0.20.2
22-
scipy == 1.2.0
22+
scipy == 1.2.1
2323
pandas == 0.24.1
2424

2525
# packages for image processing

python3.7/CHANGELOG.md

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

3+
## 1.8.0
4+
Changes:
5+
- update to new base image fixing issue [Python 3.7 - sys.executable is empty](https://github.com/apache/incubator-openwhisk-runtime-python/issues/49)
6+
- update httplib2 from `0.12.0` to `0.12.1`
7+
- update lxml from `4.3.0` to `4.3.1
8+
- update scipy from `1.2.0` to `1.2.1`
9+
- update watson-developer-cloud from `2.7.0` back to `2.8.0`
10+
11+
Python version:
12+
- [3.7.2](https://github.com/docker-library/python/blob/ab8b829cfefdb460ebc17e570332f0479039e918/3.7/stretch/Dockerfile)
13+
14+
Python packages:
15+
- asn1crypto==0.24.0
16+
- attrs==18.2.0
17+
- Automat==0.7.0
18+
- beautifulsoup4==4.7.1
19+
- botocore==1.12.98
20+
- cassandra - driver==3.16.0
21+
- certifi==2018.11.29
22+
- cffi==1.12.1
23+
- chardet==3.0.4
24+
- Click==7.0
25+
- cloudant==2.11.0
26+
- constantly==15.1.0
27+
- cryptography==2.5
28+
- cssselect==1.0.3
29+
- docutils==0.14
30+
- elasticsearch==6.3.1
31+
- etcd3==0.8.1
32+
- Flask==1.0.2
33+
- gevent==1.4.0
34+
- greenlet==0.4.15
35+
- grpcio==1.18.0
36+
- httplib2==0.12.1
37+
- hyperlink==18.0.0
38+
- ibm-cos-sdk==2.4.3
39+
- ibm-cos-sdk-core==2.4.3
40+
- ibm-cos-sdk-s3transfer==2.4.3
41+
- ibm-db==2.0.9
42+
- ibmcloudsql==0.2.23
43+
- idna==2.7
44+
- incremental==17.5.0
45+
- itsdangerous==1.1.0
46+
- Jinja2==2.10
47+
- jmespath==0.9.3
48+
- kafka-python==1.4.4
49+
- lxml==4.3.1
50+
- MarkupSafe==1.1.0
51+
- numpy==1.16.1
52+
- pandas==0.24.1
53+
- parsel==1.5.1
54+
- pika==0.13.0
55+
- Pillow==5.4.1
56+
- pip==19.0.2
57+
- protobuf==3.6.1
58+
- psycopg2==2.7.7
59+
- pyarrow==0.12.0
60+
- pyasn1==0.4.5
61+
- pyasn1-modules==0.2.4
62+
- pycparser==2.19
63+
- PyDispatcher==2.0.5
64+
- PyHamcrest==1.9.0
65+
- pymongo==3.7.2
66+
- pyOpenSSL==19.0.0
67+
- python-dateutil==2.7.5
68+
- pytz==2018.9
69+
- queuelib==1.5.0
70+
- redis==3.1.0
71+
- requests==2.21.0
72+
- scikit-learn==0.20.2
73+
- scipy==1.2.1
74+
- Scrapy==1.6.0
75+
- service-identity==18.1.0
76+
- setuptools==40.8.0
77+
- simplejson==3.16.0
78+
- six==1.12.0
79+
- soupsieve==1.8
80+
- tenacity==5.0.3
81+
- tornado==4.5.2
82+
- Twisted==18.9.0
83+
- urllib3==1.23
84+
- virtualenv==16.3.0
85+
- w3lib==1.20.0
86+
- watson-developer-cloud==2.8.0
87+
- websocket-client==0.48.0
88+
- Werkzeug==0.14.1
89+
- wheel==0.33.0
90+
- zope.interface==4.6.0
91+
92+
393
## 1.7.0
494
Changes:
595
- update cloudnt from `2.10.2` back to `2.11.0`

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:7cdff17
1+
FROM openwhisk/actionloop-python-v3.7:6879887
22

33
COPY requirements.txt requirements.txt
44

python3.7/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ flask == 1.0.2
66

77
# default available packages for python3action
88
beautifulsoup4 == 4.7.1
9-
httplib2 == 0.12.0
9+
httplib2 == 0.12.1
1010
kafka_python == 1.4.4
11-
lxml == 4.3.0
11+
lxml == 4.3.1
1212
python-dateutil == 2.7.5
1313
requests == 2.21.0
1414
scrapy == 1.6.0
@@ -19,7 +19,7 @@ twisted == 18.9.0
1919
# packages for numerics
2020
numpy == 1.16.1
2121
scikit-learn == 0.20.2
22-
scipy == 1.2.0
22+
scipy == 1.2.1
2323
pandas == 0.24.1
2424

2525
# packages for image processing
@@ -28,7 +28,7 @@ Pillow == 5.4.1
2828
# IBM specific python modules
2929
ibm_db == 2.0.9
3030
cloudant == 2.11.0
31-
watson-developer-cloud == 2.7.0
31+
watson-developer-cloud == 2.8.0
3232
ibm-cos-sdk == 2.4.3
3333
ibmcloudsql == 0.2.23
3434

0 commit comments

Comments
 (0)