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
93 changes: 92 additions & 1 deletion python3.6/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,95 @@
# IBM Functions Python 3.6 Runtime Container

## 1.18.0
Changes:
- update cloudant from `2.10.2`back to `2.11.0`
- update ibm-cos-sdk from `2.4.2` back to `2.4.3`
- update numpy from `1.16.0` back to `1.16.1`
- update pandas from `0.23.4` back to `0.24.1`
- update pika from `0.12.0` back to `0.13.0`
- update psycopg2 from `2.7.6.1` back to `2.7.7`
- update Scrapy from `1.5.1`back to `1.6.0`
- update virtualenv from `16.2.0` back to `16.3.0`

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==18.2.0
- autobahn==19.1.1
- Automat==0.7.0
- beautifulsoup4==4.7.1
- botocore==1.12.87
- cassandra-driver==3.16.0
- certifi==2018.11.29
- cffi==1.11.5
- chardet==3.0.4
- Click==7.0
- cloudant==2.11.0
- constantly==15.1.0
- cryptography==2.5
- cssselect==1.0.3
- docutils==0.14
- elasticsearch==5.5.3
- Flask==1.0.2
- gevent==1.4.0
- greenlet==0.4.15
- httplib2==0.12.0
- hyperlink==18.0.0
- ibm-cos-sdk==2.4.3
- ibm-cos-sdk-core==2.4.3
- ibm-cos-sdk-s3transfer==2.4.3
- ibm-db==2.0.9
- ibmcloudsql==0.2.23
- idna==2.8
- incremental==17.5.0
- itsdangerous==1.1.0
- Jinja2==2.10
- jmespath==0.9.3
- kafka-python==1.4.4
- lxml==4.3.0
- MarkupSafe==1.1.0
- numpy==1.16.1
- pandas==0.24.1
- parsel==1.5.1
- pika==0.13.0
- Pillow==5.4.1
- pip==19.0.1
- psycopg2==2.7.7
- pyarrow==0.12.0
- pyasn1==0.4.5
- pyasn1-modules==0.2.4
- 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==2018.9
- queuelib==1.5.0
- redis==2.10.6
- requests==2.21.0
- scikit-learn==0.20.2
- scipy==1.2.0
- Scrapy==1.6.0
- service-identity==18.1.0
- setuptools==40.7.3
- simplejson==3.16.0
- six==1.12.0
- soupsieve==1.7.3
- tornado==4.5.2
- Twisted==18.9.0
- txaio==18.8.1
- urllib3==1.24.1
- virtualenv==16.3.0
- w3lib==1.20.0
- watson-developer-cloud==1.7.1
- Werkzeug==0.14.1
- wheel==0.32.3
- zope.interface==4.6.0


## 1.17.0
Changes:
- update python from `3.6.7` to `3.6.8`
Expand Down Expand Up @@ -89,7 +179,8 @@ Python version:
- watson-developer-cloud==1.7.1
- Werkzeug==0.14.1
- zope.interface==4.6.0
-


## 1.16.0
- update requests from `2.20.1` back to `2.21.0`
- update ibm-cos-sdk from `2.3.3` back to `2.4.0`
Expand Down
16 changes: 8 additions & 8 deletions python3.6/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,34 +11,34 @@ kafka_python == 1.4.4
lxml == 4.3.0
python-dateutil == 2.7.5
requests == 2.21.0
scrapy == 1.5.1
scrapy == 1.6.0
simplejson == 3.16.0
virtualenv == 16.2.0
virtualenv == 16.3.0
twisted == 18.9.0

# packages for numerics
numpy == 1.16.0
numpy == 1.16.1
scikit-learn == 0.20.2
scipy == 1.2.0
pandas == 0.23.4
pandas == 0.24.1

# packages for image processing
Pillow == 5.4.1

# IBM specific python modules
ibm_db == 2.0.9
cloudant == 2.10.2
cloudant == 2.11.0
# pin watson at 1.x, for 2.x use python:3.7 runtime
watson-developer-cloud == 1.7.1
ibm-cos-sdk == 2.4.2
ibm-cos-sdk == 2.4.3
ibmcloudsql == 0.2.23

# Compose Libs
psycopg2 == 2.7.6.1
psycopg2 == 2.7.7
pymongo == 3.7.2
# pin redis at 2.x, for 3.x use python:3.7 runtime
redis == 2.10.6
pika == 0.12.0
pika == 0.13.0
# pin elasticsearch at 5.x, for 6.x use python:3.7 runtime
elasticsearch >=5.0.0,<6.0.0
cassandra-driver == 3.16.0
95 changes: 95 additions & 0 deletions python3.7/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,100 @@
# IBM Functions Python 3.7 Runtime Container

## 1.7.0
Changes:
- update cloudnt from `2.10.2` back to `2.11.0`
- update ibm-cos-sdk from `2.4.2` back to `2.4.3`
- update numpy from `1.16.0` back to `1.16.1`
- update pandas from `0.23.4`back to `0.24.1`
- update pika from `0.12.0` back to `0.13.0`
- update psycopg2 from `2.7.6.1` back to `2.7.7`
- update redis from `3.0.1` back to `3.1.0`
- update Scrapy from `1.5.1` back to `1.6.0`
- update virtualenv from `16.2.0` back to `16.3.0`
- update watson-developer-cloud from `2.5.4` back to `2.7.0`

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

Python packages:
- asn1crypto==0.24.0
- attrs==18.2.0
- Automat==0.7.0
- beautifulsoup4==4.7.1
- botocore==1.12.87
- cassandra-driver==3.16.0
- certifi==2018.11.29
- cffi==1.11.5
- chardet==3.0.4
- Click==7.0
- cloudant==2.11.0
- constantly==15.1.0
- cryptography==2.5
- cssselect==1.0.3
- docutils==0.14
- elasticsearch==6.3.1
- etcd3==0.8.1
- Flask==1.0.2
- gevent==1.4.0
- greenlet==0.4.15
- grpcio==1.18.0
- httplib2==0.12.0
- hyperlink==18.0.0
- ibm-cos-sdk==2.4.3
- ibm-cos-sdk-core==2.4.3
- ibm-cos-sdk-s3transfer==2.4.3
- ibm-db==2.0.9
- ibmcloudsql==0.2.23
- idna==2.7
- incremental==17.5.0
- itsdangerous==1.1.0
- Jinja2==2.10
- jmespath==0.9.3
- kafka-python==1.4.4
- lxml==4.3.0
- MarkupSafe==1.1.0
- numpy==1.16.1
- pandas==0.24.1
- parsel==1.5.1
- pika==0.13.0
- Pillow==5.4.1
- pip==19.0.1
- protobuf==3.6.1
- psycopg2==2.7.7
- pyarrow==0.12.0
- pyasn1==0.4.5
- pyasn1-modules==0.2.4
- 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==2018.9
- queuelib==1.5.0
- redis==3.1.0
- requests==2.21.0
- scikit-learn==0.20.2
- scipy==1.2.0
- Scrapy==1.6.0
- service-identity==18.1.0
- setuptools==40.7.3
- simplejson==3.16.0
- six==1.12.0
- soupsieve==1.7.3
- tenacity==5.0.3
- tornado==4.5.2
- Twisted==18.9.0
- urllib3==1.23
- virtualenv==16.3.0
- w3lib==1.20.0
- watson-developer-cloud==2.7.0
- websocket-client==0.48.0
- Werkzeug==0.14.1
- wheel==0.32.3
- zope.interface==4.6.0


## 1.6.0
Changes:
- update gevent from `1.3.7` back to `1.4.0`
Expand Down
20 changes: 10 additions & 10 deletions python3.7/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,32 +11,32 @@ kafka_python == 1.4.4
lxml == 4.3.0
python-dateutil == 2.7.5
requests == 2.21.0
scrapy == 1.5.1
scrapy == 1.6.0
simplejson == 3.16.0
virtualenv == 16.2.0
virtualenv == 16.3.0
twisted == 18.9.0

# packages for numerics
numpy == 1.16.0
numpy == 1.16.1
scikit-learn == 0.20.2
scipy == 1.2.0
pandas == 0.23.4
pandas == 0.24.1

# packages for image processing
Pillow == 5.4.1

# IBM specific python modules
ibm_db == 2.0.9
cloudant == 2.10.2
watson-developer-cloud == 2.5.4
ibm-cos-sdk == 2.4.2
cloudant == 2.11.0
watson-developer-cloud == 2.7.0
ibm-cos-sdk == 2.4.3
ibmcloudsql == 0.2.23

# Compose Libs
psycopg2 == 2.7.6.1
psycopg2 == 2.7.7
pymongo == 3.7.2
redis == 3.0.1
pika == 0.12.0
redis == 3.1.0
pika == 0.13.0
elasticsearch == 6.3.1
cassandra-driver == 3.16.0
etcd3 == 0.8.1