|
2 | 2 |
|
3 | 3 | # CHANGES: |
4 | 4 | # 1.10.0 - 2025-10-16 - Removed coverage, updated dependencies. |
5 | | -# reports. |
6 | | -# - wheel and pip updates |
7 | | -# - Use pre-compiled binary wheel for cryptography |
8 | | -# - Remove Travis references |
9 | | -# 1.8.0 - 2019-10-21 - Don't run flake8 on local_settings.py |
10 | | -# 1.7.0 - 2018-05-31 - Now using python 3 by default |
11 | | -# - Removed virtualenv.py in favor of python 3's |
12 | | -# builtin venv capability. |
13 | | -# 1.6.0 - 2017-09-05 - add bandit secure analysis configuration |
14 | | -# 1.5.0 - 2017-08-24 - remove jshint/jscs in favor of eslint |
15 | | -# 1.4.0 - 2017-06-06 - backout the switch to eslint. that's not really ready yet. |
16 | | -# 1.3.0 - 2017-06-05 - pypi location is not needed anymore |
17 | | -# 1.2.0 - 2016-12-15 - bump wheel version to 0.29 |
18 | | -# 1.1.0 - 2016-11-08 - run flake8 tests before unit tests |
19 | | -# 1.0.1 - 2016-05-02 - Remove deprecated syncdb command from make install |
| 5 | +# 1.9.0 - Use coverage tool directly to generate coverage |
| 6 | +# reports. |
| 7 | +# - wheel and pip updates |
| 8 | +# - Use pre-compiled binary wheel for cryptography |
| 9 | +# - Remove Travis references |
| 10 | +# 1.8.0 - 2019-10-21 - Don't run flake8 on local_settings.py |
| 11 | +# 1.7.0 - 2018-05-31 - Now using python 3 by default |
| 12 | +# - Removed virtualenv.py in favor of python 3's |
| 13 | +# builtin venv capability. |
| 14 | +# 1.6.0 - 2017-09-05 - add bandit secure analysis configuration |
| 15 | +# 1.5.0 - 2017-08-24 - remove jshint/jscs in favor of eslint |
| 16 | +# 1.4.0 - 2017-06-06 - backout the switch to eslint. that's not really ready yet. |
| 17 | +# 1.3.0 - 2017-06-05 - pypi location is not needed anymore |
| 18 | +# 1.2.0 - 2016-12-15 - bump wheel version to 0.29 |
| 19 | +# 1.1.0 - 2016-11-08 - run flake8 tests before unit tests |
| 20 | +# 1.0.1 - 2016-05-02 - Remove deprecated syncdb command from make install |
20 | 21 |
|
21 | 22 | VE ?= ./ve |
22 | 23 | MANAGE ?= ./manage.py |
23 | 24 | REQUIREMENTS ?= requirements.txt |
24 | 25 | SYS_PYTHON ?= python3 |
25 | 26 | PY_SENTINAL ?= $(VE)/sentinal |
26 | | -WHEEL_VERSION ?= 0.43.0 |
27 | | -PIP_VERSION ?= 24.1.2 |
28 | | -SETUPTOOLS_VERSION ?= 70.3.0 |
| 27 | +WHEEL_VERSION ?= 0.45.1 |
| 28 | +PIP_VERSION ?= 25.3 |
| 29 | +SETUPTOOLS_VERSION ?= 80.9.0 |
29 | 30 | MAX_COMPLEXITY ?= 10 |
30 | 31 | INTERFACE ?= localhost |
31 | 32 | RUNSERVER_PORT ?= 8000 |
|
0 commit comments