python
python copied to clipboard
Bumps the go-modules group with 14 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.31.1` |...
Push Buildpackage workflow [failed](https://github.com/paketo-buildpacks/python/actions/runs/3570526439).
Update Buildpack TOML workflow [failed](https://github.com/paketo-buildpacks/python/actions/runs/4268770877).
## Describe the Enhancement The [paketo-buildpacks/poetry-run](https://github.com/paketo-buildpacks/poetry-run) sets the start command for a poetry application. It expects a single entry in `pyproject.toml` under scripts: ``` [tool.poetry.scripts] some-script = "some.module:some_method" ``` `pyproject.toml`...
We had a [conversation in slack](https://paketobuildpacks.slack.com/archives/CULAS8ACD/p1653502002129949) where a user was trying to build a python app that also had Javascript assets. There is no built-in order group to support this,...
## Describe the Enhancement Builds with this buildpack should be reproducible, meaning given identical inputs, the SHAs of resulting buildpack-built images are the same. This means, for a given app,...