This repository was archived by the owner on Jan 17, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +205
-19
lines changed
Expand file tree Collapse file tree 4 files changed +205
-19
lines changed Original file line number Diff line number Diff line change 11# IBM Functions Python 3.6 Runtime Container
22
3+ ## 1.18.0
4+ Changes:
5+ - update cloudant from ` 2.10.2 ` back to ` 2.11.0 `
6+ - update ibm-cos-sdk from ` 2.4.2 ` back to ` 2.4.3 `
7+ - update numpy from ` 1.16.0 ` back to ` 1.16.1 `
8+ - update pandas from ` 0.23.4 ` back to ` 0.24.1 `
9+ - update pika from ` 0.12.0 ` back to ` 0.13.0 `
10+ - update psycopg2 from ` 2.7.6.1 ` back to ` 2.7.7 `
11+ - update Scrapy from ` 1.5.1 ` back to ` 1.6.0 `
12+ - update virtualenv from ` 16.2.0 ` back to ` 16.3.0 `
13+
14+ Python version:
15+ - [ 3.6.8] ( https://github.com/docker-library/python/blob/721671c28aad96ad2c1970e83c2af71ceff15f1b/3.6/jessie/slim/Dockerfile )
16+
17+ - Python packages:
18+ - asn1crypto==0.24.0
19+ - attrs==18.2.0
20+ - autobahn==19.1.1
21+ - Automat==0.7.0
22+ - beautifulsoup4==4.7.1
23+ - botocore==1.12.87
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.11.0
30+ - constantly==15.1.0
31+ - cryptography==2.5
32+ - cssselect==1.0.3
33+ - docutils==0.14
34+ - elasticsearch==5.5.3
35+ - Flask==1.0.2
36+ - gevent==1.4.0
37+ - greenlet==0.4.15
38+ - httplib2==0.12.0
39+ - hyperlink==18.0.0
40+ - ibm-cos-sdk==2.4.3
41+ - ibm-cos-sdk-core==2.4.3
42+ - ibm-cos-sdk-s3transfer==2.4.3
43+ - ibm-db==2.0.9
44+ - ibmcloudsql==0.2.23
45+ - idna==2.8
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.3.0
52+ - MarkupSafe==1.1.0
53+ - numpy==1.16.1
54+ - pandas==0.24.1
55+ - parsel==1.5.1
56+ - pika==0.13.0
57+ - Pillow==5.4.1
58+ - pip==19.0.1
59+ - psycopg2==2.7.7
60+ - pyarrow==0.12.0
61+ - pyasn1==0.4.5
62+ - pyasn1-modules==0.2.4
63+ - pycparser==2.19
64+ - PyDispatcher==2.0.5
65+ - PyHamcrest==1.9.0
66+ - pymongo==3.7.2
67+ - pyOpenSSL==19.0.0
68+ - python-dateutil==2.7.5
69+ - pytz==2018.9
70+ - queuelib==1.5.0
71+ - redis==2.10.6
72+ - requests==2.21.0
73+ - scikit-learn==0.20.2
74+ - scipy==1.2.0
75+ - Scrapy==1.6.0
76+ - service-identity==18.1.0
77+ - setuptools==40.7.3
78+ - simplejson==3.16.0
79+ - six==1.12.0
80+ - soupsieve==1.7.3
81+ - tornado==4.5.2
82+ - Twisted==18.9.0
83+ - txaio==18.8.1
84+ - urllib3==1.24.1
85+ - virtualenv==16.3.0
86+ - w3lib==1.20.0
87+ - watson-developer-cloud==1.7.1
88+ - Werkzeug==0.14.1
89+ - wheel==0.32.3
90+ - zope.interface==4.6.0
91+
92+
393## 1.17.0
494Changes:
595 - update python from ` 3.6.7 ` to ` 3.6.8 `
@@ -89,7 +179,8 @@ Python version:
89179- watson-developer-cloud==1.7.1
90180- Werkzeug==0.14.1
91181- zope.interface==4.6.0
92- -
182+
183+
93184## 1.16.0
94185- update requests from ` 2.20.1 ` back to ` 2.21.0 `
95186- update ibm-cos-sdk from ` 2.3.3 ` back to ` 2.4.0 `
Original file line number Diff line number Diff line change @@ -11,34 +11,34 @@ kafka_python == 1.4.4
1111lxml == 4.3.0
1212python-dateutil == 2.7.5
1313requests == 2.21.0
14- scrapy == 1.5.1
14+ scrapy == 1.6.0
1515simplejson == 3.16.0
16- virtualenv == 16.2 .0
16+ virtualenv == 16.3 .0
1717twisted == 18.9.0
1818
1919# packages for numerics
20- numpy == 1.16.0
20+ numpy == 1.16.1
2121scikit-learn == 0.20.2
2222scipy == 1.2.0
23- pandas == 0.23.4
23+ pandas == 0.24.1
2424
2525# packages for image processing
2626Pillow == 5.4.1
2727
2828# IBM specific python modules
2929ibm_db == 2.0.9
30- cloudant == 2.10.2
30+ cloudant == 2.11.0
3131# pin watson at 1.x, for 2.x use python:3.7 runtime
3232watson-developer-cloud == 1.7.1
33- ibm-cos-sdk == 2.4.2
33+ ibm-cos-sdk == 2.4.3
3434ibmcloudsql == 0.2.23
3535
3636# Compose Libs
37- psycopg2 == 2.7.6.1
37+ psycopg2 == 2.7.7
3838pymongo == 3.7.2
3939# pin redis at 2.x, for 3.x use python:3.7 runtime
4040redis == 2.10.6
41- pika == 0.12 .0
41+ pika == 0.13 .0
4242# pin elasticsearch at 5.x, for 6.x use python:3.7 runtime
4343elasticsearch >= 5.0.0 ,< 6.0.0
4444cassandra-driver == 3.16.0
Original file line number Diff line number Diff line change 11# IBM Functions Python 3.7 Runtime Container
22
3+ ## 1.7.0
4+ Changes:
5+ - update cloudnt from ` 2.10.2 ` back to ` 2.11.0 `
6+ - update ibm-cos-sdk from ` 2.4.2 ` back to ` 2.4.3 `
7+ - update numpy from ` 1.16.0 ` back to ` 1.16.1 `
8+ - update pandas from ` 0.23.4 ` back to ` 0.24.1 `
9+ - update pika from ` 0.12.0 ` back to ` 0.13.0 `
10+ - update psycopg2 from ` 2.7.6.1 ` back to ` 2.7.7 `
11+ - update redis from ` 3.0.1 ` back to ` 3.1.0 `
12+ - update Scrapy from ` 1.5.1 ` back to ` 1.6.0 `
13+ - update virtualenv from ` 16.2.0 ` back to ` 16.3.0 `
14+ - update watson-developer-cloud from ` 2.5.4 ` back to ` 2.7.0 `
15+
16+ Python version:
17+ - [ 3.7.2] ( https://github.com/docker-library/python/blob/ab8b829cfefdb460ebc17e570332f0479039e918/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.7.1
24+ - botocore==1.12.87
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.11.0
31+ - constantly==15.1.0
32+ - cryptography==2.5
33+ - cssselect==1.0.3
34+ - docutils==0.14
35+ - elasticsearch==6.3.1
36+ - etcd3==0.8.1
37+ - Flask==1.0.2
38+ - gevent==1.4.0
39+ - greenlet==0.4.15
40+ - grpcio==1.18.0
41+ - httplib2==0.12.0
42+ - hyperlink==18.0.0
43+ - ibm-cos-sdk==2.4.3
44+ - ibm-cos-sdk-core==2.4.3
45+ - ibm-cos-sdk-s3transfer==2.4.3
46+ - ibm-db==2.0.9
47+ - ibmcloudsql==0.2.23
48+ - idna==2.7
49+ - incremental==17.5.0
50+ - itsdangerous==1.1.0
51+ - Jinja2==2.10
52+ - jmespath==0.9.3
53+ - kafka-python==1.4.4
54+ - lxml==4.3.0
55+ - MarkupSafe==1.1.0
56+ - numpy==1.16.1
57+ - pandas==0.24.1
58+ - parsel==1.5.1
59+ - pika==0.13.0
60+ - Pillow==5.4.1
61+ - pip==19.0.1
62+ - protobuf==3.6.1
63+ - psycopg2==2.7.7
64+ - pyarrow==0.12.0
65+ - pyasn1==0.4.5
66+ - pyasn1-modules==0.2.4
67+ - pycparser==2.19
68+ - PyDispatcher==2.0.5
69+ - PyHamcrest==1.9.0
70+ - pymongo==3.7.2
71+ - pyOpenSSL==19.0.0
72+ - python-dateutil==2.7.5
73+ - pytz==2018.9
74+ - queuelib==1.5.0
75+ - redis==3.1.0
76+ - requests==2.21.0
77+ - scikit-learn==0.20.2
78+ - scipy==1.2.0
79+ - Scrapy==1.6.0
80+ - service-identity==18.1.0
81+ - setuptools==40.7.3
82+ - simplejson==3.16.0
83+ - six==1.12.0
84+ - soupsieve==1.7.3
85+ - tenacity==5.0.3
86+ - tornado==4.5.2
87+ - Twisted==18.9.0
88+ - urllib3==1.23
89+ - virtualenv==16.3.0
90+ - w3lib==1.20.0
91+ - watson-developer-cloud==2.7.0
92+ - websocket-client==0.48.0
93+ - Werkzeug==0.14.1
94+ - wheel==0.32.3
95+ - zope.interface==4.6.0
96+
97+
398## 1.6.0
499Changes:
5100 - update gevent from ` 1.3.7 ` back to ` 1.4.0 `
Original file line number Diff line number Diff line change @@ -11,32 +11,32 @@ kafka_python == 1.4.4
1111lxml == 4.3.0
1212python-dateutil == 2.7.5
1313requests == 2.21.0
14- scrapy == 1.5.1
14+ scrapy == 1.6.0
1515simplejson == 3.16.0
16- virtualenv == 16.2 .0
16+ virtualenv == 16.3 .0
1717twisted == 18.9.0
1818
1919# packages for numerics
20- numpy == 1.16.0
20+ numpy == 1.16.1
2121scikit-learn == 0.20.2
2222scipy == 1.2.0
23- pandas == 0.23.4
23+ pandas == 0.24.1
2424
2525# packages for image processing
2626Pillow == 5.4.1
2727
2828# IBM specific python modules
2929ibm_db == 2.0.9
30- cloudant == 2.10.2
31- watson-developer-cloud == 2.5.4
32- ibm-cos-sdk == 2.4.2
30+ cloudant == 2.11.0
31+ watson-developer-cloud == 2.7.0
32+ ibm-cos-sdk == 2.4.3
3333ibmcloudsql == 0.2.23
3434
3535# Compose Libs
36- psycopg2 == 2.7.6.1
36+ psycopg2 == 2.7.7
3737pymongo == 3.7.2
38- redis == 3.0.1
39- pika == 0.12 .0
38+ redis == 3.1.0
39+ pika == 0.13 .0
4040elasticsearch == 6.3.1
4141cassandra-driver == 3.16.0
4242etcd3 == 0.8.1
You can’t perform that action at this time.
0 commit comments