Conversation
1e658eb to
51db6da
Compare
All commit messages lack changelogs, as required by CONTRIBUTING.md.
That's too big a change for master. This is a blocker currently, hence marking it as a draft. You could use an override for the time being.
Every changed attribute should roughly receive its own commit. So one commit per plugin for example. |
I was avoiding this because that left multiple commits wherein each one was broken; if you'd prefer, I can indeed split them out.
They barely have support for anything less. Note that 3 months ago it was at 1.6.0, as included in @dotlambda's previous incarnation of this PR. Multiple breaking bugs and performance regressions were addressed since 1.5.1, making the version in-Nixpkgs currently dangerous to use. |
b87189d to
0a20a0d
Compare
f562a14 to
da8fb57
Compare
da8fb57 to
f29040f
Compare
We do one commit per package update even if between the commits something is broken. Please consult the contributing guide for more details.
What hexa means is that this PR should target staging. See my standard template on how to do that. This PR rebuilds a lot of packages which means we must target staging. Please follow the contributing guide to not potentially ping a lot of people. |
f29040f to
5d7e87f
Compare
Dropped support for python-plugin-up which has not been updated past poetry 1.4.2 after 1.5.x's significant change from tomlkit to tomli. Poetry now includes a built-in update command.
5d7e87f to
aa6fcfc
Compare
Based largely upon work from the hence-abandoned [PR NixOS#233393](NixOS#233393). Diff: python-poetry/poetry@refs/tags/1.4.2...1.5.1 Changelogs: - 1.4.2 -> 1.5.0: [python-poetry/poetry@refs/tags/1.5.0/CHANGELOG.md](https://github.com/python-poetry/poetry/blob/refs/tags/1.5.0/CHANGELOG.md?rgh-link-date=2023-07-04T10%3A34%3A42Z) - 1.5.0 -> 1.5.1: [python-poetry/poetry@refs/tags/1.5.1/CHANGELOG.md](https://github.com/python-poetry/poetry/blob/refs/tags/1.5.1/CHANGELOG.md?rgh-link-date=2023-07-04T10%3A34%3A42Z)
aa6fcfc to
a604feb
Compare
|
@ofborg build poetry |
|
can you check why ofborg fails? |
Looks like #241227 may be the culprit. Hard to pick apart from how ofborg logs are structured for parallel tasks. |
|
Poetry |
|
The following patch should fix it: |
Is probably what was intended here? |
| self.time-machine | ||
| ]; | ||
| }); | ||
| poetry-plugin-export = super.poetry-plugin-export.overridePythonAttrs(old: { |
There was a problem hiding this comment.
poetry-plugin-export should be removed from python3Packages.
I wasn't able to get this to apply to version 1.4.2 as it was originally made for 1.5.0 I believe. I made a patch has the same changes backported to 1.4.2, but it is untested beyond building the package and running |
|
I updated #233393 to build poetry-plugin-up with support for poetry 1.5. |
| packageOverrides = self: super: { | ||
| poetry = self.callPackage ./unwrapped.nix { }; | ||
|
|
||
| filelock = super.filelock.overridePythonAttrs (old: rec { |
poetry: 1.4.2 -> 1.5.1
Dropped support for python-plugin-up which has not been updated past poetry 1.4.2 after 1.5.x's significant change from tomlkit to tomli.
Based largely upon work from the hence-abandoned PR #233393.
Diff: python-poetry/poetry@refs/tags/1.4.2...1.5.1
Changelogs:
1.4.2 -> 1.5.0: python-poetry/poetry@refs/tags/1.5.0/CHANGELOG.md
1.5.0 -> 1.5.1: python-poetry/poetry@refs/tags/1.5.1/CHANGELOG.md
Dropped support for poetry-plugin-up as it has not been updated for compatibility with Poetry's new core and is apparently not taking pull requests at the moment.
Description of changes
Things done
sandbox = trueset 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/)