Skip to content

Commit 6f2b5b0

Browse files
authored
Bump python 12_15_2018 (ibm-functions#74)
1 parent d8d13ae commit 6f2b5b0

4 files changed

Lines changed: 163 additions & 5 deletions

File tree

python3.6/CHANGELOG.md

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

3+
## 1.16.0
4+
- update requests from `2.20.1` back to `2.21.0`
5+
- update ibm-cos-sdk from `2.3.3` back to `2.4.0`
6+
7+
Python version:
8+
- [3.6.7](https://github.com/docker-library/python/blob/39c500cc8aefcb67a76d518d789441ef85fc771f/3.6/jessie/slim/Dockerfile)
9+
10+
Python packages:
11+
- asn1crypto==0.24.0
12+
- attrs==18.2.0
13+
- autobahn==18.11.2
14+
- Automat==0.7.0
15+
- beautifulsoup4==4.6.3
16+
- botocore==1.12.66
17+
- cassandra-driver==3.16.0
18+
- certifi==2018.11.29
19+
- cffi==1.11.5
20+
- chardet==3.0.4
21+
- Click==7.0
22+
- cloudant==2.10.1
23+
- constantly==15.1.0
24+
- cryptography==2.4.2
25+
- cssselect==1.0.3
26+
- docutils==0.14
27+
- elasticsearch==5.5.3
28+
- Flask==1.0.2
29+
- gevent==1.3.7
30+
- greenlet==0.4.15
31+
- httplib2==0.11.3
32+
- hyperlink==18.0.0
33+
- ibm-cos-sdk==2.4.0
34+
- ibm-db==2.0.9
35+
- ibmcloudsql==0.2.23
36+
- idna==2.8
37+
- incremental==17.5.0
38+
- itsdangerous==1.1.0
39+
- Jinja2==2.10
40+
- jmespath==0.9.3
41+
- kafka-python==1.4.4
42+
- lxml==4.2.5
43+
- MarkupSafe==1.1.0
44+
- numpy==1.15.4
45+
- pandas==0.23.4
46+
- parsel==1.5.1
47+
- pika==0.12.0
48+
- Pillow==5.3.0
49+
- psycopg2==2.7.6.1
50+
- pyarrow==0.11.1
51+
- pyasn1==0.4.4
52+
- pyasn1-modules==0.2.2
53+
- pycparser==2.19
54+
- PyDispatcher==2.0.5
55+
- PyHamcrest==1.9.0
56+
- pymongo==3.7.2
57+
- pyOpenSSL==18.0.0
58+
- python-dateutil==2.7.5
59+
- pytz==2018.7
60+
- queuelib==1.5.0
61+
- redis==2.10.6
62+
- requests==2.21.0
63+
- scikit-learn==0.20.1
64+
- scipy==1.1.0
65+
- Scrapy==1.5.1
66+
- service-identity==18.1.0
67+
- simplejson==3.16.0
68+
- six==1.12.0
69+
- tornado==4.5.2
70+
- Twisted==18.9.0
71+
- txaio==18.8.1
72+
- urllib3==1.24.1
73+
- virtualenv==16.1.0
74+
- w3lib==1.19.0
75+
- watson-developer-cloud==1.7.1
76+
- Werkzeug==0.14.1
77+
- zope.interface==4.6.0
78+
379
## 1.15.0
480
- update kafka_python from `1.4.3` back to `1.4.4`
581
- update requests from `2.20.0` back to `2.20.1`

python3.6/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ httplib2 == 0.11.3
1010
kafka_python == 1.4.4
1111
lxml == 4.2.5
1212
python-dateutil == 2.7.5
13-
requests == 2.20.1
13+
requests == 2.21.0
1414
scrapy == 1.5.1
1515
simplejson == 3.16.0
1616
virtualenv == 16.1.0
@@ -30,7 +30,7 @@ ibm_db == 2.0.9
3030
cloudant == 2.10.1
3131
# pin watson at 1.x, for 2.x use python:3.7 runtime
3232
watson-developer-cloud == 1.7.1
33-
ibm-cos-sdk == 2.3.3
33+
ibm-cos-sdk == 2.4.0
3434
ibmcloudsql == 0.2.23
3535

3636
# Compose Libs

python3.7/CHANGELOG.md

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

3+
## 1.4.0
4+
- add etcd3 `0.8.1`
5+
- update ibm-cos-sdk from `2.3.3` back to `2.4.0`
6+
- update requests from `2.20.1` back to `2.21.0`
7+
- update watson-developer-cloud from `0.32.2` back to `0.32.3`
8+
9+
Python version:
10+
- [3.7.1](https://github.com/docker-library/python/blob/39c500cc8aefcb67a76d518d789441ef85fc771f/3.7/stretch/slim/Dockerfile)
11+
12+
Python packages:
13+
- asn1crypto==0.24.0
14+
- attrs==18.2.0
15+
- Automat==0.7.0
16+
- beautifulsoup4==4.6.3
17+
- botocore==1.12.66
18+
- cassandra-driver==3.16.0
19+
- certifi==2018.11.29
20+
- cffi==1.11.5
21+
- chardet==3.0.4
22+
- Click==7.0
23+
- cloudant==2.10.1
24+
- constantly==15.1.0
25+
- cryptography==2.4.2
26+
- cssselect==1.0.3
27+
- docutils==0.14
28+
- elasticsearch==6.3.1
29+
- etcd3==0.8.1
30+
- Flask==1.0.2
31+
- gevent==1.3.7
32+
- greenlet==0.4.15
33+
- grpcio==1.17.1
34+
- httplib2==0.11.3
35+
- hyperlink==18.0.0
36+
- ibm-cos-sdk==2.4.0
37+
- ibm-db==2.0.9
38+
- ibmcloudsql==0.2.23
39+
- idna==2.8
40+
- incremental==17.5.0
41+
- itsdangerous==1.1.0
42+
- Jinja2==2.10
43+
- jmespath==0.9.3
44+
- kafka-python==1.4.4
45+
- lxml==4.2.5
46+
- MarkupSafe==1.1.0
47+
- numpy==1.15.4
48+
- pandas==0.23.4
49+
- parsel==1.5.1
50+
- pika==0.12.0
51+
- Pillow==5.3.0
52+
- protobuf==3.6.1
53+
- psycopg2==2.7.6.1
54+
- pyarrow==0.11.1
55+
- pyasn1==0.4.4
56+
- pyasn1-modules==0.2.2
57+
- pycparser==2.19
58+
- PyDispatcher==2.0.5
59+
- PyHamcrest==1.9.0
60+
- pymongo==3.7.2
61+
- pyOpenSSL==18.0.0
62+
- python-dateutil==2.7.5
63+
- pytz==2018.7
64+
- queuelib==1.5.0
65+
- redis==3.0.1
66+
- requests==2.21.0
67+
- scikit-learn==0.20.1
68+
- scipy==1.1.0
69+
- Scrapy==1.5.1
70+
- service-identity==18.1.0
71+
- simplejson==3.16.0
72+
- six==1.12.0
73+
- tenacity==5.0.2
74+
- tornado==4.5.2
75+
- Twisted==18.9.0
76+
- urllib3==1.24.1
77+
- virtualenv==16.1.0
78+
- w3lib==1.19.0
79+
- watson-developer-cloud==2.5.1
80+
- websocket-client==0.48.0
81+
- Werkzeug==0.14.1
82+
- zope.interface==4.6.0
83+
384
## 1.3.0
485
- update kafka_python from `1.4.3` back to `1.4.4`
586
- update requests from `2.20.0` back to `2.20.1`

python3.7/requirements.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ httplib2 == 0.11.3
1010
kafka_python == 1.4.4
1111
lxml == 4.2.5
1212
python-dateutil == 2.7.5
13-
requests == 2.20.1
13+
requests == 2.21.0
1414
scrapy == 1.5.1
1515
simplejson == 3.16.0
1616
virtualenv == 16.1.0
@@ -28,8 +28,8 @@ Pillow == 5.3.0
2828
# IBM specific python modules
2929
ibm_db == 2.0.9
3030
cloudant == 2.10.1
31-
watson-developer-cloud == 2.4.4
32-
ibm-cos-sdk == 2.3.3
31+
watson-developer-cloud == 2.5.1
32+
ibm-cos-sdk == 2.4.0
3333
ibmcloudsql == 0.2.23
3434

3535
# Compose Libs
@@ -39,3 +39,4 @@ redis == 3.0.1
3939
pika == 0.12.0
4040
elasticsearch == 6.3.1
4141
cassandra-driver == 3.16.0
42+
etcd3 == 0.8.1

0 commit comments

Comments
 (0)