-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: mention how to add a git dependency with a subdirectory #6218
Conversation
I guess this is something that could be backported to If so, since we will probably have multiple documentation updates that could end up being backported, we might want to cherry-pick what is of interest to |
Let's bundle them up into one PR that maintainers can cherry-pick into -- doc updates are a good backport candidate as they require no subsequent RCs. |
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [poetry](https://python-poetry.org/) ([source](https://github.com/python-poetry/poetry)) | minor | `1.1.15` -> `1.2.0` | --- ### Release Notes <details> <summary>python-poetry/poetry</summary> ### [`v1.2.0`](https://github.com/python-poetry/poetry/blob/HEAD/CHANGELOG.md#​120---2022-08-31) [Compare Source](python-poetry/poetry@1.1.15...1.2.0) ##### Docs - Added note about how to add a git dependency with a subdirectory ([#​6218](python-poetry/poetry#6218)) - Fixed several style issues in the docs ([#​6255](python-poetry/poetry#6255)) - Fixed outdated info about `--only` parameter ([#​6264](python-poetry/poetry#6264)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNzkuMSIsInVwZGF0ZWRJblZlciI6IjMyLjE3OS4xIn0=--> Reviewed-on: https://git.walbeck.it/walbeck-it/docker-python-poetry/pulls/457 Co-authored-by: renovate-bot <bot@walbeck.it> Co-committed-by: renovate-bot <bot@walbeck.it>
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Currently, git dependencies with subdirectories are only mentioned in https://python-poetry.org/docs/master/dependency-specification/#git-dependencies so you can see the syntax in pyproject.toml.
It might be useful to add an example how to
poetry add
such a dependency.