-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
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
python310Packages.cleo: 1.0.0a5 -> 2.0.1 #203396
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure we can merge this yet, it breaks Poetry because the released version expects to have cleo >=1.0.0a5 and < 2.0.0. There is an unreleased upstream change for that python-poetry/poetry@14b7f1e
This is likely to cause a bunch of issues for Poetry/poetry2nix
users.
Maybe we could pull in the patch directly for the time being? python-poetry/cleo#285
Yep but it will break a bunch of packages. I do not have the resources to do a full
At least for the backports will probably need to apply the patch to limit the potential breakages. |
Instead of
Agreed. @abbradar |
|
61298de
to
eecee9e
Compare
eecee9e
to
dfb0e62
Compare
They're not quite the same thing though. One is a CLI interface, the other is a build library. |
True, but |
I did have to patch some packages i just use in a private project to use the core.mansory api, to make them usable with poetry-core. postPatch = ''
substituteInPlace pyproject.toml \
--replace 'build-backend = "poetry.masonry.api"' 'build-backend = "poetry.core.masonry.api"'
''; Just in case someone else comes around here. |
Description of changes
fixes CVE-2022-42966
https://github.com/python-poetry/cleo/blob/2.0.1/CHANGELOG.md
Things done
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)nixos/doc/manual/md-to-db.sh
to update generated release notes