Skip to content
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

Correctly parse Git submodule URLs #7017

Merged
merged 6 commits into from
Mar 19, 2023

Conversation

evanrittenhouse
Copy link
Contributor

Pull Request Check List

Resolves: #6499

  • Added tests for changed code.
  • Updated documentation for changed code.

This PR adds support for correctly parsing relative submodule URLs.

@evanrittenhouse
Copy link
Contributor Author

@neersighted FYI

src/poetry/vcs/git/backend.py Outdated Show resolved Hide resolved
@gbooth27
Copy link

gbooth27 commented Feb 7, 2023

any updates on this? I am running into this issue

@jelmer
Copy link
Contributor

jelmer commented Feb 11, 2023

any updates on this? I am running into this issue

IIRC this is stalled on python-poetry/test-fixture-vcs-repository#6

src/poetry/vcs/git/backend.py Outdated Show resolved Hide resolved
src/poetry/vcs/git/backend.py Outdated Show resolved Hide resolved
@evanrittenhouse evanrittenhouse requested review from neersighted and removed request for abn February 16, 2023 01:46
@evanrittenhouse
Copy link
Contributor Author

@neersighted bump

@evanrittenhouse evanrittenhouse requested review from abn and removed request for neersighted March 2, 2023 03:06
@itsthejoker
Copy link

Add me to the list of folks who are waiting on this; I've got a dependency I can install with pip but not poetry, which has kind of stalled me.

@radoering radoering added impact/backport Requires backport to stable branch area/vcs Related to support for VCS dependencies (Git and Dulwich) backport/1.4 labels Mar 19, 2023
@radoering radoering merged commit 71b3d6e into python-poetry:master Mar 19, 2023
poetry-bot bot pushed a commit that referenced this pull request Mar 19, 2023
radoering pushed a commit that referenced this pull request Mar 20, 2023
adriangb pushed a commit to adriangb/poetry that referenced this pull request Apr 5, 2023
Copy link

github-actions bot commented Mar 3, 2024

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 3, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area/vcs Related to support for VCS dependencies (Git and Dulwich) impact/backport Requires backport to stable branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Git dependencies' submodules with relative URLs handled incorrectly (regression from 1.1)
8 participants