1 月之前 在該版本發佈之後已有 0 次代碼提交到 main 分支
hatch run
or poetry run
when running Python in these build
environments1 月之前 在該版本發佈之後已有 2 次代碼提交到 main 分支
hatch test
over python3 manage.py test
(see v0.16.1)1 月之前 在該版本發佈之後已有 4 次代碼提交到 main 分支
hatch test
over python3 manage.py test
in case of
a django application using the hatch buildsystem. hatch
is preferable here,
since it prepares the virtual environment.2 月之前 在該版本發佈之後已有 6 次代碼提交到 main 分支
makefilet
download (previously the download could
get stuck)make clean
hatch run fmt
and hatch run test
) relied on
custom actions being named in a specific way.10 月之前 在該版本發佈之後已有 11 次代碼提交到 main 分支
init-deb
(replacing underscores with hyphens)dist
) actions for poetry and hatchlingMAKEFILET_MODULES
makefilet
.
The download URLs can be configured via MAKEFILET_DOWNLOAD_URL_TEMPLATES
.
This requires an update of your embedded makefilet-download-ondemand.mk
.1 年之前 在該版本發佈之後已有 18 次代碼提交到 main 分支
PYPI_UPLOAD_TARGET
and
DEBIAN_UPLOAD_TARGET
(previously these variables needed to be set after including makefilet in
your Makefile
)PYPI_UPLOAD_TARGET
(the default pypi target URL can be named explicitly without a section with
the same name)1 年之前 在該版本發佈之後已有 21 次代碼提交到 main 分支
pyproject.toml
file1 年之前 在該版本發佈之後已有 23 次代碼提交到 main 分支
django-translate
)
via DJANGO_COMPILEMESSAGES_ARGS
and DJANGO_MAKEMESSAGES_ARGS
1 年之前 在該版本發佈之後已有 25 次代碼提交到 main 分支
package.json
.
No we handle an empty version string gracefully.
This should reflect the reality of many projects using package.json
merely
for dependency tracking.1 年之前 在該版本發佈之後已有 31 次代碼提交到 main 分支
pyproject.toml
exists.
Previously only setup.py
was used as an indicator file.poetry
or hatch
operations for test/lint/style
(see PYTHON_BUILD_SYSTEM
, PYTHON_TEST_RUNNER
, PYTHON_LINT_RUNNER
and
PYTHON_STYLE)_RUNNER
)