[WIP] Update to poetry 1.8.2 (minimal changes) - #636
romain-intel wants to merge 1 commit into
Conversation
✅ Deploy Preview for conda-lock ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
|
Thanks a lot for this!!! Did you use the When you're ready for more serious review, would it be possible to put |
|
I did use vendoring sync. I ran it and fixed up the issues in the other files (the API changes a bit). I think there was one change after the vendoring tool. I'll update the patch to fix it up (it was just hardcoding a version value). But otherwise yes, there is no other change than the ones made by the vendoring tool. Are you saying you just want the broken commit (ie: it won't work) separately from the fixes so that it is easier to review just the "changes"? |
Exactly, that would be excellent! Probably a more direct way to phrase it is that I'd like a single commit that runs |
|
Closed in favor of #637 which refactors the commits. |
|
Looks like this wasn't actually closed, but that seems to have been your intention based on the last comment. (I'll leave it to you.) |
Description
This addresses #613 and updates Poetry to a more modern release (in particular taking in changes around support for Metadata from pypi indices).
This is still a WIP, still missing:
Putting it out here so people can take a look and see if there is anything that should be addressed first.