python3Packages.graphite-web: 1.1.10-unstable-2025-02-24 -> 1.2.1-pre2#527340
Open
samestep wants to merge 4 commits into
Open
python3Packages.graphite-web: 1.1.10-unstable-2025-02-24 -> 1.2.1-pre2#527340samestep wants to merge 4 commits into
samestep wants to merge 4 commits into
Conversation
Assisted-by: Claude:opus-4.8
Assisted-by: Claude:opus-4.8
Assisted-by: Claude:opus-4.8
This comment was marked as outdated.
This comment was marked as outdated.
Assisted-by: Claude:opus-4.8
Contributor
Author
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
As an alternative to #520862, this PR fixes this package after it was broken by #382964.
The initial build failure was caused by setting
pyproject = truewithout addingbuild-system = [ setuptools ]. The first commit in this PR fixes that.Later, #488406 included #486806 which brought in python/cpython#142744, breaking
test_standard_finder. The second commit in this PR fixes that by updating to an upstream version that includes graphite-project/graphite-web#2904.In the meantime, #471587 included #462746 which updated Django from version 4 to version 5 in bf99d6c, breaking
test_epoch_naive. The third commit in this PR fixes that via graphite-project/graphite-web#2914.Finally, the fourth commit in this PR fixes the following error that occurs if you e.g. try to build
python313Packages.graphite-webandpython314Packages.graphite-webconcurrently on Darwin without sandboxing:Things done
passthru.tests.nixpkgs-reviewon this PR. See nixpkgs-review usage../result/bin/.