Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit 99ef153

Browse files
falkzollsomaya10
authored andcommitted
Update to pip 19.2.3, add PyJWT for python3.7. (#95)
1 parent 899e2eb commit 99ef153

File tree

3 files changed

+171
-0
lines changed

3 files changed

+171
-0
lines changed

python3.6/CHANGELOG.md

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

3+
## 1.23.0
4+
Changes:
5+
- update pip from `19.2.1` to `19.2.3`
6+
7+
Python version:
8+
- [3.6.8](https://github.com/docker-library/python/blob/721671c28aad96ad2c1970e83c2af71ceff15f1b/3.6/jessie/slim/Dockerfile)
9+
10+
Python packages:
11+
- asn1crypto==0.24.0
12+
- attrs==19.1.0
13+
- autobahn==19.9.3
14+
- Automat==0.7.0
15+
- beautifulsoup4==4.7.1
16+
- botocore==1.12.234
17+
- cassandra-driver==3.16.0
18+
- certifi==2019.9.11
19+
- cffi==1.12.3
20+
- chardet==3.0.4
21+
- Click==7.0
22+
- cloudant==2.11.0
23+
- constantly==15.1.0
24+
- cryptography==2.7
25+
- cssselect==1.1.0
26+
- docutils==0.15.2
27+
- elasticsearch==5.5.3
28+
- Flask==1.0.2
29+
- gevent==1.4.0
30+
- greenlet==0.4.15
31+
- httplib2==0.12.1
32+
- hyperlink==19.0.0
33+
- ibm-cos-sdk==2.4.3
34+
- ibm-cos-sdk-core==2.5.3
35+
- ibm-cos-sdk-s3transfer==2.5.3
36+
- ibm-db==2.0.9
37+
- ibmcloudsql==0.2.23
38+
- idna==2.8
39+
- incremental==17.5.0
40+
- itsdangerous==1.1.0
41+
- Jinja2==2.10.1
42+
- jmespath==0.9.4
43+
- kafka-python==1.4.4
44+
- lxml==4.3.1
45+
- MarkupSafe==1.1.1
46+
- numpy==1.16.1
47+
- pandas==0.24.1
48+
- parsel==1.5.2
49+
- pika==0.13.0
50+
- Pillow==5.4.1
51+
- pip==19.2.3
52+
- psycopg2==2.7.7
53+
- pyarrow==0.14.1
54+
- pyasn1==0.4.7
55+
- pyasn1-modules==0.2.6
56+
- pycparser==2.19
57+
- PyDispatcher==2.0.5
58+
- PyHamcrest==1.9.0
59+
- pymongo==3.7.2
60+
- pyOpenSSL==19.0.0
61+
- python-dateutil==2.7.5
62+
- pytz==2019.2
63+
- queuelib==1.5.0
64+
- redis==2.10.6
65+
- requests==2.21.0
66+
- scikit-learn==0.20.2
67+
- scipy==1.2.1
68+
- Scrapy==1.6.0
69+
- service-identity==18.1.0
70+
- setuptools==41.2.0
71+
- simplejson==3.16.0
72+
- six==1.12.0
73+
- soupsieve==1.9.3
74+
- tornado==4.5.2
75+
- Twisted==19.7.0
76+
- txaio==18.8.1
77+
- urllib3==1.24.3
78+
- virtualenv==16.3.0
79+
- w3lib==1.21.0
80+
- watson-developer-cloud==1.7.1
81+
- Werkzeug==0.16.0
82+
- wheel==0.33.1
83+
- zope.interface==4.6.0
84+
85+
386
## 1.22.0
487
Changes:
588
- update twisted from `19.2.1` to `19.7.0`

python3.7/CHANGELOG.md

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

3+
## 1.12.0
4+
Changes:
5+
- add PyJWT `1.7.1`
6+
- update pip from `19.2.1` to `19.2.3`
7+
8+
Python version:
9+
- [3.7.4](https://github.com/docker-library/python/blob/ab8b829cfefdb460ebc17e570332f0479039e918/3.7/stretch/Dockerfile)
10+
11+
Python packages:
12+
- asn1crypto==0.24.0
13+
- attrs==19.1.0
14+
- Automat==0.7.0
15+
- beautifulsoup4==4.8.0
16+
- botocore==1.12.234
17+
- cassandra-driver==3.18.0
18+
- certifi==2019.6.16
19+
- cffi==1.12.3
20+
- chardet==3.0.4
21+
- Click==7.0
22+
- cloudant==2.12.0
23+
- constantly==15.1.0
24+
- cryptography==2.7
25+
- cssselect==1.0.3
26+
- docutils==0.15.2
27+
- elasticsearch==6.3.1
28+
- etcd3==0.10.0
29+
- Flask==1.0.2
30+
- gevent==1.4.0
31+
- greenlet==0.4.15
32+
- grpcio==1.23.0
33+
- httplib2==0.13.0
34+
- hyperlink==19.0.0
35+
- ibm-cos-sdk==2.5.1
36+
- ibm-cos-sdk-core==2.5.3
37+
- ibm-cos-sdk-s3transfer==2.5.3
38+
- ibm-db==3.0.1
39+
- ibmcloudsql==0.2.23
40+
- idna==2.7
41+
- incremental==17.5.0
42+
- itsdangerous==1.1.0
43+
- Jinja2==2.10.1
44+
- jmespath==0.9.4
45+
- kafka-python==1.4.6
46+
- lxml==4.3.4
47+
- MarkupSafe==1.1.1
48+
- numpy==1.16.4
49+
- pandas==0.24.2
50+
- parsel==1.5.1
51+
- pika==1.0.1
52+
- Pillow==6.0.0
53+
- pip==19.2.3
54+
- protobuf==3.9.2
55+
- psycopg2==2.8.2
56+
- pyarrow==0.14.1
57+
- pyasn1==0.4.5
58+
- pyasn1-modules==0.2.5
59+
- pycparser==2.19
60+
- PyDispatcher==2.0.5
61+
- PyHamcrest==1.9.0
62+
- PyJWT==1.7.1
63+
- pymongo==3.8.0
64+
- pyOpenSSL==19.0.0
65+
- python-dateutil==2.8.0
66+
- pytz==2019.2
67+
- queuelib==1.5.0
68+
- redis==3.2.1
69+
- requests==2.22.0
70+
- scikit-learn==0.20.3
71+
- scipy==1.2.1
72+
- Scrapy==1.6.0
73+
- service-identity==18.1.0
74+
- setuptools==41.2.0
75+
- simplejson==3.16.0
76+
- six==1.12.0
77+
- soupsieve==1.9.3
78+
- tenacity==5.1.1
79+
- tornado==4.5.2
80+
- Twisted==19.7.0
81+
- urllib3==1.23
82+
- virtualenv==16.7.1
83+
- w3lib==1.20.0
84+
- watson-developer-cloud==2.8.1
85+
- websocket-client==0.48.0
86+
- Werkzeug==0.16.0
87+
- wheel==0.33.4
88+
- zope.interface==4.6.0
89+
390
## 1.11.0
491
Changes:
592
- update Twisted from `19.2.1` to `19.7.0`

python3.7/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ scrapy == 1.6.0
1515
simplejson == 3.16.0
1616
virtualenv == 16.7.1
1717
twisted == 19.7.0
18+
PyJWT == 1.7.1
1819

1920
# packages for numerics
2021
numpy == 1.16.4

0 commit comments

Comments
 (0)