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

Commit c6a9bf0

Browse files
authored
Refer to requirements.txt in CHANGELOG.md files. (#113)
* Refer to requirements.txt in CHANGELOG.md files. * Correct links. * Change text formatting. * Line breaks. * Remove the '!'. * Indirectly.
1 parent 88ae472 commit c6a9bf0

File tree

2 files changed

+7
-148
lines changed

2 files changed

+7
-148
lines changed

python3.6/CHANGELOG.md

Lines changed: 3 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -8,78 +8,9 @@ Python version:
88
- [3.6.9](https://github.com/docker-library/python/blob/721671c28aad96ad2c1970e83c2af71ceff15f1b/3.6/jessie/slim/Dockerfile)
99

1010
Python packages:
11-
- attrs==19.3.0
12-
- autobahn==20.2.1
13-
- Automat==20.2.0
14-
- beautifulsoup4==4.7.1
15-
- botocore==1.15.5
16-
- cassandra-driver==3.16.0
17-
- certifi==2019.11.28
18-
- cffi==1.14.0
19-
- chardet==3.0.4
20-
- Click==7.0
21-
- cloudant==2.11.0
22-
- constantly==15.1.0
23-
- cryptography==2.8
24-
- cssselect==1.1.0
25-
- docutils==0.15.2
26-
- elasticsearch==5.5.3
27-
- Flask==1.0.2
28-
- gevent==1.4.0
29-
- greenlet==0.4.15
30-
- httplib2==0.12.1
31-
- hyperlink==19.0.0
32-
- ibm-cos-sdk==2.4.3
33-
- ibm-cos-sdk-core==2.6.0
34-
- ibm-cos-sdk-s3transfer==2.6.0
35-
- ibm-db==2.0.9
36-
- ibmcloudsql==0.2.23
37-
- idna==2.8
38-
- incremental==17.5.0
39-
- itsdangerous==1.1.0
40-
- Jinja2==2.11.1
41-
- jmespath==0.9.4
42-
- kafka-python==1.4.4
43-
- lxml==4.3.1
44-
- MarkupSafe==1.1.1
45-
- numpy==1.16.1
46-
- pandas==0.24.1
47-
- parsel==1.5.2
48-
- pika==0.13.0
49-
- Pillow==5.4.1
50-
- pip==20.0.2
51-
- psycopg2==2.7.7
52-
- pyarrow==0.16.0
53-
- pyasn1==0.4.8
54-
- pyasn1-modules==0.2.8
55-
- pycparser==2.19
56-
- PyDispatcher==2.0.5
57-
- PyHamcrest==2.0.0
58-
- pymongo==3.7.2
59-
- pyOpenSSL==19.1.0
60-
- python-dateutil==2.7.5
61-
- pytz==2019.3
62-
- queuelib==1.5.0
63-
- redis==2.10.6
64-
- requests==2.21.0
65-
- scikit-learn==0.20.2
66-
- scipy==1.2.1
67-
- Scrapy==1.6.0
68-
- service-identity==18.1.0
69-
- setuptools==45.2.0
70-
- simplejson==3.16.0
71-
- six==1.14.0
72-
- soupsieve==2.0
73-
- tornado==4.5.2
74-
- Twisted==20.3.0
75-
- txaio==20.1.1
76-
- urllib3==1.24.3
77-
- virtualenv==16.3.0
78-
- w3lib==1.21.0
79-
- watson-developer-cloud==1.7.1
80-
- Werkzeug==1.0.0
81-
- wheel==0.33.4
82-
- zope.interface==4.7.1
11+
- The file [requirements.txt](requirements.txt) lists the packages we guarantee to be included in this runtime.<br/>
12+
Ensure that you only use packages mentioned there.<br/>
13+
Other python packages might be part of this runtime, but only due to indirect dependencies of the above listed packages. These indirectly included packages are candidates to be removed at any time in case they are not required by the refering package anymore.
8314

8415

8516
## 1.25.1

python3.7/CHANGELOG.md

Lines changed: 4 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -8,82 +8,10 @@ Python version:
88
- [3.7.5](https://github.com/docker-library/python/blob/ab8b829cfefdb460ebc17e570332f0479039e918/3.7/stretch/Dockerfile)
99

1010
Python packages:
11-
- attrs==19.3.0
12-
- Automat==0.8.0
13-
- beautifulsoup4==4.8.0
14-
- botocore==1.15.46
15-
- cassandra-driver==3.18.0
16-
- certifi==2019.11.28
17-
- cffi==1.13.2
18-
- chardet==3.0.4
19-
- click==7.1.1
20-
- cloudant==2.12.0
21-
- constantly==15.1.0
22-
- cryptography==2.8
23-
- cssselect==1.1.0
24-
- docutils==0.15.2
25-
- elasticsearch==6.3.1
26-
- etcd3==0.10.0
27-
- Flask==1.0.2
28-
- gevent==1.4.0
29-
- greenlet==0.4.15
30-
- grpcio==1.28.1
31-
- httplib2==0.13.0
32-
- hyperlink==19.0.0
33-
- ibm-cos-sdk==2.5.1
34-
- ibm-cos-sdk-core==2.6.2
35-
- ibm-cos-sdk-s3transfer==2.6.2
36-
- ibm-db==3.0.1
37-
- ibmcloudsql==0.3.14
38-
- idna==2.7
39-
- incremental==17.5.0
40-
- itsdangerous==1.1.0
41-
- Jinja2==2.11.2
42-
- jmespath==0.9.5
43-
- kafka-python==1.4.6
44-
- lxml==4.3.4
45-
- MarkupSafe==1.1.1
46-
- numpy==1.16.4
47-
- pandas==0.24.2
48-
- parsel==1.5.2
49-
- pika==1.0.1
50-
- Pillow==6.2.2
51-
- pip==20.0.2
52-
- protobuf==3.11.3
53-
- psycopg2==2.8.2
54-
- pyarrow==0.15.1
55-
- pyasn1==0.4.8
56-
- pyasn1-modules==0.2.7
57-
- pycparser==2.19
58-
- PyDispatcher==2.0.5
59-
- PyHamcrest==1.9.0
60-
- PyJWT==1.7.1
61-
- pymongo==3.8.0
62-
- pyOpenSSL==19.1.0
63-
- python-dateutil==2.8.0
64-
- pytz==2019.3
65-
- queuelib==1.5.0
66-
- redis==3.2.1
67-
- requests==2.22.0
68-
- scikit-learn==0.20.3
69-
- scipy==1.2.1
70-
- Scrapy==1.6.0
71-
- service-identity==18.1.0
72-
- setuptools==46.1.3
73-
- simplejson==3.16.0
74-
- six==1.14.0
75-
- soupsieve==2.0
76-
- tenacity==6.1.0
77-
- tornado==4.5.2
78-
- Twisted==20.3.0
79-
- urllib3==1.23
80-
- virtualenv==16.7.1
81-
- w3lib==1.21.0
82-
- watson-developer-cloud==2.8.1
83-
- websocket-client==0.48.0
84-
- Werkzeug==1.0.1
85-
- wheel==0.33.6
86-
- zope.interface==4.7.1
11+
- The file [requirements.txt](requirements.txt) lists the packages we guarantee to be included in this runtime.<br/>
12+
Ensure that you only use packages mentioned there.<br/>
13+
Other python packages might be part of this runtime, but only due to indirect dependencies of the above listed packages. These indirectly included packages are candidates to be removed at any time in case they are not required by the refering package anymore.
14+
8715

8816
## 1.16.0
8917
Changes:

0 commit comments

Comments
 (0)