File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- /python
2- /easy_install
3- /activate.fish
4- /pip
5- /easy_install-2.7
61/activate
7- /python2
8- /python2.7
9- /pip2
102/activate.csh
3+ /activate.fish
114/activate_this.py
12- /pyflakes
13- /pip2.7
145/coverage
15- /coverage2
166/coverage-2.7
17- /rst2 *
18- /rstpep2 *
19- /ipy *
7+ /coverage2
8+ /django-admin
9+ /django-admin.py
10+ /easy_install
11+ /easy_install-2.7
12+ /faker
2013/ipcluster *
2114/ipcontroller *
2215/ipengine *
2316/iptest *
24- /xml2rfc
25- /django-admin
26- /django-admin.py
17+ /ipy *
18+ /pip
19+ /pip2
20+ /pip2.7
21+ /pyflakes
22+ /python
23+ /python2
24+ /python2.7
25+ /rst2 *
26+ /rstpep2 *
27+ /unidecode
2728/wheel
29+ /xml2rfc
Original file line number Diff line number Diff line change @@ -185,6 +185,7 @@ changes=$( sed -n "/^$PROJ ($VER.*)/,/^ -- /p" changelog )
185185# note "$changes"
186186
187187note " Upgrading the python library modules before checking migrations and running tests ..."
188+ pip freeze > minimum-requirements.txt
188189pip install --upgrade -r requirements.txt
189190
190191note " Checking that we don't have any model changes that haven't been captured in migrations ..."
@@ -275,3 +276,4 @@ cat ~/src/db/release-mail-v$VER.txt | $do mail -s "New datatracker release: v$VE
275276
276277$do toolsfeed control changelog /www/tools.ietf.org/tools/atomfeed.xml
277278$do toolpush /www/tools.ietf.org/tools/atomfeed.xml
279+ pip install -r minimum-requirements.txt
You can’t perform that action at this time.
0 commit comments