Claudio Jolowicz

Results 173 comments of Claudio Jolowicz
trafficstars

Poetry 1.0.0b3 was released on 2019-10-25: https://github.com/sdispater/poetry/releases/tag/1.0.0b3

Poetry 1.0.0b4 was released on 2019-11-08: https://github.com/sdispater/poetry/releases/tag/1.0.0b4

- Rebased onto master (93a620e6edacde750d32af6e3c8c3ad5e6800a40) - Upgrade to Poetry 1.0.0b7 (03e27237193405f4ce017fe107b7ea7154aa5883) - Minor cleanup (3998f12508bfe2245da76e3b0b10b8b0421180b1)

Hey @CaseyFaist, are you still planning to merge this series of PRs? If so, do you have an approximate ETA? Thanks!

Here is a series of PRs which implement support for Poetry and other PEP-517 compliant build backends: - #833 - #834 - #835

It would be good to add a test case for a pyproject.toml using setuptools as the build backend end. ~There could be a problem here because the buildpack uses a...

Rebased onto master ([`v157`](https://github.com/heroku/heroku-buildpack-python/releases/tag/v157)). - Tests were moved from `test/run` to `test/run-features`

Rebased onto master (af860be62afc610aa24e6a1556ab21279d3f5d0b)

Rebased onto master (93a620e6edacde750d32af6e3c8c3ad5e6800a40)

```console git switch --create cookiecutter-merge git merge cookiecutter git push origin cookiecutter-merge ``` For poetry.lock it's best reset to ours and then updated using `poetry add insecure-package && poetry remove...