Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
85 changes: 85 additions & 0 deletions python3.6/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,90 @@
# IBM Functions Python 3.6 Runtime Container

## 1.21.0
Changes:
- update base image
- update pip from `19.1.1` to `19.2.1`
- update twisted from `18.9.0` to `19.2.1`

Python version:
- [3.6.8](https://github.com/docker-library/python/blob/721671c28aad96ad2c1970e83c2af71ceff15f1b/3.6/jessie/slim/Dockerfile)

Python packages:
- asn1crypto==0.24.0
- attrs==19.1.0
- autobahn==19.7.2
- Automat==0.7.0
- beautifulsoup4==4.7.1
- botocore==1.12.196
- cassandra-driver==3.16.0
- certifi==2019.6.16
- cffi==1.12.3
- chardet==3.0.4
- Click==7.0
- cloudant==2.11.0
- constantly==15.1.0
- cryptography==2.7
- cssselect==1.0.3
- docutils==0.15.1
- elasticsearch==5.5.3
- Flask==1.0.2
- gevent==1.4.0
- greenlet==0.4.15
- httplib2==0.12.1
- hyperlink==19.0.0
- ibm-cos-sdk==2.4.3
- ibm-cos-sdk-core==2.5.1
- ibm-cos-sdk-s3transfer==2.5.1
- ibm-db==2.0.9
- ibmcloudsql==0.2.23
- idna==2.8
- incremental==17.5.0
- itsdangerous==1.1.0
- Jinja2==2.10.1
- jmespath==0.9.4
- kafka-python==1.4.4
- lxml==4.3.1
- MarkupSafe==1.1.1
- numpy==1.16.1
- pandas==0.24.1
- parsel==1.5.1
- pika==0.13.0
- Pillow==5.4.1
- pip==19.2.1
- psycopg2==2.7.7
- pyarrow==0.14.1
- pyasn1==0.4.5
- pyasn1-modules==0.2.5
- pycparser==2.19
- PyDispatcher==2.0.5
- PyHamcrest==1.9.0
- pymongo==3.7.2
- pyOpenSSL==19.0.0
- python-dateutil==2.7.5
- pytz==2019.1
- queuelib==1.5.0
- redis==2.10.6
- requests==2.21.0
- scikit-learn==0.20.2
- scipy==1.2.1
- Scrapy==1.6.0
- service-identity==18.1.0
- setuptools==41.0.1
- simplejson==3.16.0
- six==1.12.0
- soupsieve==1.9.2
- tornado==4.5.2
- Twisted==19.2.1
- txaio==18.8.1
- urllib3==1.24.3
- virtualenv==16.3.0
- w3lib==1.20.0
- watson-developer-cloud==1.7.1
- Werkzeug==0.15.5
- wheel==0.33.1
- zope.interface==4.6.0


## 1.20.0
Changes:
- update base image
Expand Down
2 changes: 1 addition & 1 deletion python3.6/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ requests == 2.21.0
scrapy == 1.6.0
simplejson == 3.16.0
virtualenv == 16.3.0
twisted == 18.9.0
twisted == 19.2.1

# packages for numerics
numpy == 1.16.1
Expand Down
96 changes: 96 additions & 0 deletions python3.7/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,101 @@
# IBM Functions Python 3.7 Runtime Container

## 1.10.0
Changes:
- update to new base image
- update pip from `19.0.2` to `19.2.1`
- update beautifulsoup4 from `4.7.1` to `4.8.0`
- update httplib2 from `0.12.3` to `0.13.0`
- update lxml from `4.3.3` to `4.3.4`
- update requests from `2.21.0` to `2.22.0`
- update vurtualenv from `16.5.0` to `16.7.1`
- update Twisted from `19.2.0` to `19.2.1`
- update numpy from `1.16.3` to `1.16.4`
- update ibm-cos-sdk from `2.4.4` to `2.5.1`
- update cassandra-driver from `3.17.1` to `3.18.0`

Python version:
- [3.7.4](https://github.com/docker-library/python/blob/ab8b829cfefdb460ebc17e570332f0479039e918/3.7/stretch/Dockerfile)

Python packages:
- asn1crypto==0.24.0
- attrs==19.1.0
- Automat==0.7.0
- beautifulsoup4==4.8.0
- botocore==1.12.196
- cassandra-driver==3.18.0
- certifi==2019.6.16
- cffi==1.12.3
- chardet==3.0.4
- Click==7.0
- cloudant==2.12.0
- constantly==15.1.0
- cryptography==2.7
- cssselect==1.0.3
- docutils==0.15.1
- elasticsearch==6.3.1
- etcd3==0.10.0
- Flask==1.0.2
- gevent==1.4.0
- greenlet==0.4.15
- grpcio==1.22.0
- httplib2==0.13.0
- hyperlink==19.0.0
- ibm-cos-sdk==2.5.1
- ibm-cos-sdk-core==2.5.1
- ibm-cos-sdk-s3transfer==2.5.1
- ibm-db==3.0.1
- ibmcloudsql==0.2.23
- idna==2.7
- incremental==17.5.0
- itsdangerous==1.1.0
- Jinja2==2.10.1
- jmespath==0.9.4
- kafka-python==1.4.6
- lxml==4.3.4
- MarkupSafe==1.1.1
- numpy==1.16.4
- pandas==0.24.2
- parsel==1.5.1
- pika==1.0.1
- Pillow==6.0.0
- pip==19.2.1
- protobuf==3.9.0
- psycopg2==2.8.2
- pyarrow==0.14.1
- pyasn1==0.4.5
- pyasn1-modules==0.2.5
- pycparser==2.19
- PyDispatcher==2.0.5
- PyHamcrest==1.9.0
- pymongo==3.8.0
- pyOpenSSL==19.0.0
- python-dateutil==2.8.0
- pytz==2019.1
- queuelib==1.5.0
- redis==3.2.1
- requests==2.22.0
- scikit-learn==0.20.3
- scipy==1.2.1
- Scrapy==1.6.0
- service-identity==18.1.0
- setuptools==41.0.1
- simplejson==3.16.0
- six==1.12.0
- soupsieve==1.9.2
- tenacity==5.0.4
- tornado==4.5.2
- Twisted==19.2.1
- urllib3==1.23
- virtualenv==16.7.1
- w3lib==1.20.0
- watson-developer-cloud==2.8.1
- websocket-client==0.48.0
- Werkzeug==0.15.5
- wheel==0.33.4
- zope.interface==4.6.0


## 1.9.0
Changes:
- update to new base image
Expand Down
2 changes: 1 addition & 1 deletion python3.7/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openwhisk/actionloop-python-v3.7:aaeb2ff
FROM openwhisk/actionloop-python-v3.7:f4150e9

COPY requirements.txt requirements.txt

Expand Down
18 changes: 9 additions & 9 deletions python3.7/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ gevent == 1.4.0
flask == 1.0.2

# default available packages for python3action
beautifulsoup4 == 4.7.1
httplib2 == 0.12.3
beautifulsoup4 == 4.8.0
httplib2 == 0.13.0
kafka_python == 1.4.6
lxml == 4.3.3
lxml == 4.3.4
python-dateutil == 2.8.0
requests == 2.21.0
requests == 2.22.0
scrapy == 1.6.0
simplejson == 3.16.0
virtualenv == 16.5.0
twisted == 19.2.0
virtualenv == 16.7.1
twisted == 19.2.1

# packages for numerics
numpy == 1.16.3
numpy == 1.16.4
scikit-learn == 0.20.3
scipy == 1.2.1
pandas == 0.24.2
Expand All @@ -29,7 +29,7 @@ Pillow == 6.0.0
ibm_db == 3.0.1
cloudant == 2.12.0
watson-developer-cloud == 2.8.1
ibm-cos-sdk == 2.4.4
ibm-cos-sdk == 2.5.1
ibmcloudsql == 0.2.23

# Compose Libs
Expand All @@ -38,5 +38,5 @@ pymongo == 3.8.0
redis == 3.2.1
pika == 1.0.1
elasticsearch == 6.3.1
cassandra-driver == 3.17.1
cassandra-driver == 3.18.0
etcd3 == 0.10.0