Skip to content

Commit d8d13ae

Browse files
csantanaprJason Peterson
authored andcommitted
update packages for nov-29-2018 (ibm-functions#72)
1 parent 61199e0 commit d8d13ae

4 files changed

Lines changed: 193 additions & 26 deletions

File tree

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

python3.6/requirements.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@ flask == 1.0.2
77
# default available packages for python3action
88
beautifulsoup4 == 4.6.3
99
httplib2 == 0.11.3
10-
kafka_python == 1.4.3
10+
kafka_python == 1.4.4
1111
lxml == 4.2.5
1212
python-dateutil == 2.7.5
13-
requests == 2.20.0
13+
requests == 2.20.1
1414
scrapy == 1.5.1
1515
simplejson == 3.16.0
16-
virtualenv == 16.0.0
17-
twisted == 18.7.0
16+
virtualenv == 16.1.0
17+
twisted == 18.9.0
1818

1919
# packages for numerics
2020
numpy == 1.15.4
21-
scikit-learn == 0.20.0
21+
scikit-learn == 0.20.1
2222
scipy == 1.1.0
2323
pandas == 0.23.4
2424

@@ -27,18 +27,18 @@ Pillow == 5.3.0
2727

2828
# IBM specific python modules
2929
ibm_db == 2.0.9
30-
# Do not update to 2.10.0 it contains a braking change
31-
# See issue https://github.com/cloudant/python-cloudant/issues/409
32-
cloudant == 2.9.0
33-
# Do not update watson beyond 1.x, for 2.x see python:3.7 runtime
30+
cloudant == 2.10.1
31+
# pin watson at 1.x, for 2.x use python:3.7 runtime
3432
watson-developer-cloud == 1.7.1
3533
ibm-cos-sdk == 2.3.3
36-
ibmcloudsql == 0.2.21
34+
ibmcloudsql == 0.2.23
3735

3836
# Compose Libs
39-
psycopg2 == 2.7.5
37+
psycopg2 == 2.7.6.1
4038
pymongo == 3.7.2
39+
# pin redis at 2.x, for 3.x use python:3.7 runtime
4140
redis == 2.10.6
4241
pika == 0.12.0
42+
# pin elasticsearch at 5.x, for 6.x use python:3.7 runtime
4343
elasticsearch >=5.0.0,<6.0.0
44-
cassandra-driver == 3.15.1
44+
cassandra-driver == 3.16.0

python3.7/CHANGELOG.md

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

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

python3.7/requirements.txt

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@ flask == 1.0.2
77
# default available packages for python3action
88
beautifulsoup4 == 4.6.3
99
httplib2 == 0.11.3
10-
kafka_python == 1.4.3
10+
kafka_python == 1.4.4
1111
lxml == 4.2.5
1212
python-dateutil == 2.7.5
13-
requests == 2.20.0
13+
requests == 2.20.1
1414
scrapy == 1.5.1
1515
simplejson == 3.16.0
16-
virtualenv == 16.0.0
17-
twisted == 18.7.0
16+
virtualenv == 16.1.0
17+
twisted == 18.9.0
1818

1919
# packages for numerics
2020
numpy == 1.15.4
21-
scikit-learn == 0.20.0
21+
scikit-learn == 0.20.1
2222
scipy == 1.1.0
2323
pandas == 0.23.4
2424

@@ -27,17 +27,15 @@ Pillow == 5.3.0
2727

2828
# IBM specific python modules
2929
ibm_db == 2.0.9
30-
# Do not update to 2.10.0 it contains a braking change
31-
# See issue https://github.com/cloudant/python-cloudant/issues/409
32-
cloudant == 2.9.0
33-
watson-developer-cloud == 2.4.1
30+
cloudant == 2.10.1
31+
watson-developer-cloud == 2.4.4
3432
ibm-cos-sdk == 2.3.3
35-
ibmcloudsql == 0.2.21
33+
ibmcloudsql == 0.2.23
3634

3735
# Compose Libs
38-
psycopg2 == 2.7.5
36+
psycopg2 == 2.7.6.1
3937
pymongo == 3.7.2
40-
redis == 2.10.6
38+
redis == 3.0.1
4139
pika == 0.12.0
42-
elasticsearch >=5.0.0,<6.0.0
43-
cassandra-driver == 3.15.1
40+
elasticsearch == 6.3.1
41+
cassandra-driver == 3.16.0

0 commit comments

Comments
 (0)